diff --git a/test/data/testrunner.js b/test/data/testrunner.js index 1da67651..6d44b460 100644 --- a/test/data/testrunner.js +++ b/test/data/testrunner.js @@ -28,9 +28,6 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's. // QUnit Aliases (function() { - window.equals = window.equal; window.same = window.deepEqual; - })(); - diff --git a/test/data/versioncheck.js b/test/data/versioncheck.js new file mode 100644 index 00000000..f4b7790d --- /dev/null +++ b/test/data/versioncheck.js @@ -0,0 +1,8 @@ +// Run minified source from dist (do make first) +// Should be loaded before QUnit but after src +(function() { + if ( /jquery\=min/.test( window.location.search ) ) { + jQuery.noConflict( true ); + document.write(unescape("%3Cscript%20src%3D%27../dist/jquery.min.js%27%3E%3C/script%3E")); + } +})(); \ No newline at end of file diff --git a/test/index.built.html b/test/index.built.html deleted file mode 100644 index aad27a1f..00000000 --- a/test/index.built.html +++ /dev/null @@ -1,264 +0,0 @@ - - -
- -See this blog entry for more information.
-
- Here are some links in a normal paragraph: Google,
- Google Groups (Link).
- This link has class="blog"
:
- diveintomark
-
-
Everything inside the red border is inside a div with id="foo"
.
This is a normal link: Yahoo
-This link has class="blog"
: Simon Willison's Weblog
Try them out:
-