Integrated the custom fx test suite into the main test suite. All tests are now run...
[jquery.git] / build.xml
index 7f0a18e..1b17822 100644 (file)
--- a/build.xml
+++ b/build.xml
             <fileset dir="${BUILD_DIR}/test/data/" />
         </copy>
         <copy todir="${TEST_DIR}" file="${BUILD_DIR}/test/index.html" />
-        <copy todir="${TEST_DIR}" file="${BUILD_DIR}/test/fx.html" />
-        <copy todir="${TEST_DIR}" file="${BUILD_DIR}/test/cow.jpg" />
         <echo message="Test Suite built." />
     </target>