044200b7 by Alex Rubin

Removed extra stuff from test

1 parent a98b7946
...@@ -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
......