Refactored test suite: tests subdir not needed anymore
[jquery.git] / build.xml
index 7cf2ab9..4aa5007 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -61,8 +61,8 @@
     <target name="test" depends="jquery">
         <echo message="Building Test Suite" />
         <delete dir="${TEST_DIR}" />
-        <mkdir dir="${TEST_DIR}/tests" />
-        <mkdir dir="${TEST_DIR}/js" />
+        <mkdir dir="${TEST_DIR}/js" />\r
+       <copy todir="${TEST_DIR}" file="${BUILD_DIR}/test/index.html" />
         <copy todir="${TEST_DIR}/js">
             <fileset dir="${BUILD_DIR}/test/js">
                 <include name="**/*.js"/>