| OLD | NEW |
| 1 CONSOLE WARNING: line 132: The provided value 'invalid' is not a valid enum valu
e of type PanningModelType. | 1 CONSOLE WARNING: line 133: The provided value 'invalid' is not a valid enum valu
e of type PanningModelType. |
| 2 CONSOLE WARNING: line 142: The provided value '1' is not a valid enum value of t
ype PanningModelType. | 2 CONSOLE WARNING: line 143: The provided value '1' is not a valid enum value of t
ype PanningModelType. |
| 3 CONSOLE WARNING: line 172: The provided value 'invalid' is not a valid enum valu
e of type DistanceModelType. | 3 CONSOLE WARNING: line 173: The provided value 'invalid' is not a valid enum valu
e of type DistanceModelType. |
| 4 Basic tests for PannerNode. | 4 Basic tests for PannerNode. |
| 5 | 5 |
| 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 7 | 7 |
| 8 | 8 |
| 9 PASS panner.numberOfInputs is equal to 1. | 9 PASS panner.numberOfInputs is equal to 1. |
| 10 PASS panner.numberOfOutputs is equal to 1. | 10 PASS panner.numberOfOutputs is equal to 1. |
| 11 PASS panner.refDistance is equal to 1. | 11 PASS panner.refDistance is equal to 1. |
| 12 PASS panner.refDistance = 270.5 is equal to 270.5. | 12 PASS panner.refDistance = 270.5 is equal to 270.5. |
| 13 PASS panner.maxDistance is equal to 10000. | 13 PASS panner.maxDistance is equal to 10000. |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 PASS panner.distanceModel = "exponential" did not throw an exception. | 58 PASS panner.distanceModel = "exponential" did not throw an exception. |
| 59 PASS panner.distanceModel = "exponential" is equal to "exponential". | 59 PASS panner.distanceModel = "exponential" is equal to "exponential". |
| 60 PASS panner.distanceModel = "invalid" did not throw an exception. | 60 PASS panner.distanceModel = "invalid" did not throw an exception. |
| 61 PASS panner.distanceModel is equal to "exponential". | 61 PASS panner.distanceModel is equal to "exponential". |
| 62 PASS Basic Panner distance models tests. | 62 PASS Basic Panner distance models tests. |
| 63 | 63 |
| 64 PASS successfullyParsed is true | 64 PASS successfullyParsed is true |
| 65 | 65 |
| 66 TEST COMPLETE | 66 TEST COMPLETE |
| 67 | 67 |
| OLD | NEW |