Skip to content
Permalink
Browse files
Tweak test for #11743 in an attempt to placate Jenkins.
I can't get the current test to fail locally or in Browserstack, but suspect it may have something to do with badjson.js.
  • Loading branch information
dmethvin committed Jun 12, 2012
1 parent 6a7f249 commit 83dfb99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
@@ -0,0 +1 @@
undefined();
@@ -1810,7 +1810,7 @@ test("html() - script exceptions bubble (#11743)", function() {
}, "exception bubbled from inline script" );

raises(function() {
jQuery("#qunit-fixture").html("<script src='data/badjson.js'></script>");
jQuery("#qunit-fixture").html("<script src='data/badcall.js'></script>");
ok( false, "error ignored" );
}, "exception bubbled from remote script" );
});

0 comments on commit 83dfb99

Please sign in to comment.