diff options
author | jaubourg <j@ubourg.net> | 2012-12-05 14:54:14 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2012-12-05 14:54:14 +0100 |
commit | b7ece8c6206d87e71145d1aeefc984e1649af06a (patch) | |
tree | 51d47e55f12209926663554b885f3bb395297b91 /test/unit/manipulation.js | |
parent | 6df2900d3a201ba84d56dfb0eb67d4c6e88aaec2 (diff) | |
download | jquery-b7ece8c6206d87e71145d1aeefc984e1649af06a.tar.gz jquery-b7ece8c6206d87e71145d1aeefc984e1649af06a.zip |
Revert "Organizes the php scripts used for testing better, so that the whole logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore."
This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
Diffstat (limited to 'test/unit/manipulation.js')
-rw-r--r-- | test/unit/manipulation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 70f5ab9e7..8382b6282 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -2148,7 +2148,7 @@ test( "html() - script exceptions bubble (#11743)", function() { }, "exception bubbled from inline script" ); raises(function() { - jQuery("#qunit-fixture").html("<script src='" + service("echo?content=undefined()")+ "'></script>"); + jQuery("#qunit-fixture").html("<script src='data/badcall.js'></script>"); ok( false, "error ignored" ); }, "exception bubbled from remote script" ); }); |