Landing the new expando management code. Completely overhauls how data is associated...
[jquery.git] / test / data / testrunner.js
index 69377e4..7b7779a 100644 (file)
@@ -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 );
 }
 
 /**