Tweaked some of the tests, added in events and fx tests.
[jquery.git] / src / jquery / coreTest.js
index 20aaea8..ee44381 100644 (file)
@@ -340,7 +340,7 @@ test("wrap(String|Element)", function() {
        ok( result.text() == defaultText, 'Check for element wrapping' );
        
        reset();
-       stop();
+       //stop();
        $('#check1').click(function() {         
                var checkbox = this;            
                ok( checkbox.checked, "Checkbox's state is erased after wrap() action, see #769" );