Removed extra stuff from test
Showing
1 changed file
with
0 additions
and
3 deletions
... | @@ -145,9 +145,6 @@ module('HLS', { | ... | @@ -145,9 +145,6 @@ module('HLS', { |
145 | xhr = sinon.useFakeXMLHttpRequest(); | 145 | xhr = sinon.useFakeXMLHttpRequest(); |
146 | requests = []; | 146 | requests = []; |
147 | xhr.onCreate = function(xhr) { | 147 | xhr.onCreate = function(xhr) { |
148 | // we set this here since sinon doesn't | ||
149 | // it is needed to force ontimeout usage | ||
150 | xhr.timeout = 0; | ||
151 | requests.push(xhr); | 148 | requests.push(xhr); |
152 | }; | 149 | }; |
153 | 150 | ... | ... |
-
Please register or sign in to post a comment