X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=test%2Fdata%2Ftestrunner.js;h=7b7779a5be3ea87654bf4cc052a67736ca690935;hb=5039a4bc5b951b9d28659f6f42f73c59e2e560fc;hp=69377e45216b48970067d81f551148c103534bc4;hpb=b4e23b5af0820a66c2e275051f613f3df9a4444d;p=jquery.git diff --git a/test/data/testrunner.js b/test/data/testrunner.js index 69377e4..7b7779a 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -161,7 +161,7 @@ function expect(asserts) { * Resets the test setup. Useful for tests that modify the DOM. */ function reset() { - document.getElementById('main').innerHTML = _config.fixture; + $("#main").html( _config.fixture ); } /**