| OLD | NEW |
| 1 Tests that when timeout value is over maximum of unsigned, the success callback
is called as expected. | 1 Tests that when timeout value is over maximum of unsigned, the success callback
is called as expected. |
| 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 position.coords.latitude is mockLatitude | 6 PASS position.coords.latitude is mockLatitude |
| 7 PASS position.coords.longitude is mockLongitude | 7 PASS position.coords.longitude is mockLongitude |
| 8 PASS position.coords.accuracy is mockAccuracy | 8 PASS position.coords.accuracy is mockAccuracy |
| 9 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 10 | 10 |
| 11 TEST COMPLETE | 11 TEST COMPLETE |
| 12 | 12 |
| OLD | NEW |