diff options
Diffstat (limited to 'test/webcals/xhr_test.js')
-rw-r--r-- | test/webcals/xhr_test.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/webcals/xhr_test.js b/test/webcals/xhr_test.js index 75504f0..1baa7b9 100644 --- a/test/webcals/xhr_test.js +++ b/test/webcals/xhr_test.js @@ -1,5 +1,5 @@ -testSupport.requireLib('xhr'); -testSupport.requireSupport('fake_xhr'); +testSupport.lib('xhr'); +testSupport.helper('fake_xhr'); suite('webacls/xhr', function() { var subject, |