[email protected] | ebca0ef | 2010-11-17 17:08:31 | [diff] [blame] | 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 | |||||
[email protected] | ebca0ef | 2010-11-17 17:08:31 | [diff] [blame] | 5 | PASS now != 0 is true |
6 | PASS t != 0 is true | ||||
7 | PASS then != 0 is true | ||||
8 | PASS now - 1 <= t is true | ||||
9 | PASS t <= then + 1 is true | ||||
10 | PASS successfullyParsed is true | ||||
11 | |||||
12 | TEST COMPLETE | ||||
13 |