| OLD | NEW |
| 1 Tests that updates to the orientation causes new events to fire. | 1 Tests that updates to the orientation causes new events to fire. |
| 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 deviceOrientationEvent.alpha is mockEvent.alpha | 6 PASS deviceOrientationEvent.alpha is mockEvent.alpha |
| 7 PASS deviceOrientationEvent.beta is mockEvent.beta | 7 PASS deviceOrientationEvent.beta is mockEvent.beta |
| 8 PASS deviceOrientationEvent.gamma is mockEvent.gamma | 8 PASS deviceOrientationEvent.gamma is mockEvent.gamma |
| 9 PASS deviceOrientationEvent.absolute is mockEvent.absolute |
| 9 PASS deviceOrientationEvent.alpha is mockEvent.alpha | 10 PASS deviceOrientationEvent.alpha is mockEvent.alpha |
| 10 PASS deviceOrientationEvent.beta is mockEvent.beta | 11 PASS deviceOrientationEvent.beta is mockEvent.beta |
| 11 PASS deviceOrientationEvent.gamma is mockEvent.gamma | 12 PASS deviceOrientationEvent.gamma is mockEvent.gamma |
| 13 PASS deviceOrientationEvent.absolute is mockEvent.absolute |
| 12 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
| 13 | 15 |
| 14 TEST COMPLETE | 16 TEST COMPLETE |
| 15 | 17 |
| OLD | NEW |