| OLD | NEW |
| 1 Test the attribute handling of the Coordinates interface | 1 Test the attribute handling of the Coordinates interface |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS globalCoordinates.latitude is testSet[currentTestIndex][1][0] | 6 PASS globalCoordinates.latitude is testSet[currentTestIndex][1][0] |
| 7 PASS globalCoordinates.longitude is testSet[currentTestIndex][1][1] | 7 PASS globalCoordinates.longitude is testSet[currentTestIndex][1][1] |
| 8 PASS globalCoordinates.accuracy is testSet[currentTestIndex][1][2] | 8 PASS globalCoordinates.accuracy is testSet[currentTestIndex][1][2] |
| 9 PASS globalCoordinates.altitude is testSet[currentTestIndex][1][3] | 9 PASS globalCoordinates.altitude is testSet[currentTestIndex][1][3] |
| 10 PASS globalCoordinates.altitudeAccuracy is testSet[currentTestIndex][1][4] | 10 PASS globalCoordinates.altitudeAccuracy is testSet[currentTestIndex][1][4] |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 PASS globalCoordinates.accuracy is testSet[currentTestIndex][1][2] | 40 PASS globalCoordinates.accuracy is testSet[currentTestIndex][1][2] |
| 41 PASS globalCoordinates.altitude is testSet[currentTestIndex][1][3] | 41 PASS globalCoordinates.altitude is testSet[currentTestIndex][1][3] |
| 42 PASS globalCoordinates.altitudeAccuracy is testSet[currentTestIndex][1][4] | 42 PASS globalCoordinates.altitudeAccuracy is testSet[currentTestIndex][1][4] |
| 43 PASS globalCoordinates.heading is testSet[currentTestIndex][1][5] | 43 PASS globalCoordinates.heading is testSet[currentTestIndex][1][5] |
| 44 PASS globalCoordinates.speed is testSet[currentTestIndex][1][6] | 44 PASS globalCoordinates.speed is testSet[currentTestIndex][1][6] |
| 45 | 45 |
| 46 PASS successfullyParsed is true | 46 PASS successfullyParsed is true |
| 47 | 47 |
| 48 TEST COMPLETE | 48 TEST COMPLETE |
| 49 | 49 |
| OLD | NEW |