From 54035207fe91cb57f49bb8c0c9f7b4ada8d05346 Mon Sep 17 00:00:00 2001 From: John Resig Date: Mon, 9 Jul 2007 00:15:44 +0000 Subject: Tweaked some of the tests, added in events and fx tests. --- src/jquery/coreTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jquery') diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index 20aaea857..ee4438194 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -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" ); -- cgit v1.2.3