diff options
author | jaubourg <j@ubourg.net> | 2011-05-10 12:23:53 +0200 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2011-05-10 12:24:36 +0200 |
commit | 38de389a8e675c0c2d1172dd23339325ae82539a (patch) | |
tree | 6bdfa2330e03edb71ebfbf34b0e01cd2f64cb2bb /test/index.html | |
parent | 4526c8b0a05ea16397a0640875bfbb54645a9482 (diff) | |
download | jquery-38de389a8e675c0c2d1172dd23339325ae82539a.tar.gz jquery-38de389a8e675c0c2d1172dd23339325ae82539a.zip |
Adds unit/support.js to unit tests. Still have to test for #8763 has to be done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail).
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index 3d421a565..4b4c98552 100644 --- a/test/index.html +++ b/test/index.html @@ -34,6 +34,7 @@ <script src="data/testrunner.js"></script> <script src="unit/core.js"></script> + <script src="unit/support.js"></script> <script src="unit/deferred.js"></script> <script src="unit/data.js"></script> <script src="unit/queue.js"></script> |