1 Tests that Geoposition timestamps are well-formed (non-zero and in the same units as Date.getTime). 2 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5 6 PASS now != 0 is true 7 PASS t != 0 is true 8 PASS then != 0 is true 9 PASS now - 1 <= t is true 10 PASS t <= then + 1 is true 11 PASS successfullyParsed is true 12 13 TEST COMPLETE 14 15