Refactored test suite: All tests are now compiled into one file, runs much faster...
[jquery.git] / build / test / index.html
index e05c176..31bf43d 100644 (file)
@@ -4,7 +4,7 @@
        <script type="text/javascript" src="js/test.js"></script>
        <script>
        $(document).ready(function(){
-               runTests([{FILES}]);\r
+               runTest('tests.js');\r
        });
        </script>
        <style>.pass { color: green; } .fail { color: red; } #tests ol { display: none; }</style>