diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-08-29 17:21:39 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-08-29 17:21:39 +0200 |
commit | d8bee228b37e1dd3b6e81a145729b762cdf90b09 (patch) | |
tree | 9407917aaf1918ad33a0268e18ff5e44b58b58c9 /tests/unit/tabs/tabs.html | |
parent | 6d659ba0c035c20831cd647e67f7af547dab4fc3 (diff) | |
download | jquery-ui-d8bee228b37e1dd3b6e81a145729b762cdf90b09.tar.gz jquery-ui-d8bee228b37e1dd3b6e81a145729b762cdf90b09.zip |
Seperated testswarm injection from testsuite extensions, to fix 'failing' testsuites on TestSwarm due to unhandled errors and race conditions
Diffstat (limited to 'tests/unit/tabs/tabs.html')
-rw-r--r-- | tests/unit/tabs/tabs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tabs/tabs.html b/tests/unit/tabs/tabs.html index b00c8df03..a3e73173f 100644 --- a/tests/unit/tabs/tabs.html +++ b/tests/unit/tabs/tabs.html @@ -34,7 +34,7 @@ test("tabs", function() { ok(true, "disabled tabs testsuite"); }); } </script> - <script type="text/javascript" src="../testsuite.js"></script> + <script type="text/javascript" src="../swarminject.js"></script> </head> <body> |