diff --git a/test/data/testrunner.js b/test/data/testrunner.js index bdb938c4..0113ae5c 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -81,6 +81,7 @@ function runTest() { _config.blocking = false; var time = new Date(); _config.fixture = document.getElementById('main').innerHTML; + _config.ajaxSettings = $.ajaxSettings; synchronize(function() { time = new Date() - time; $("
").html(['

Tests completed in ', @@ -185,6 +186,7 @@ function expect(asserts) { function reset() { $("#main").html( _config.fixture ); $.event.global = {}; + $.ajaxSettings = $.extend({}, _config.ajaxSettings); } /**