diff options
author | John Resig <jeresig@gmail.com> | 2007-07-29 19:07:21 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-07-29 19:07:21 +0000 |
commit | 80a149b82831defa1a9f724801daefda0a8c5685 (patch) | |
tree | 7892441276d541c040f64d3a2bb41d0bdf403073 /build.xml | |
parent | e6c067858ec7f2c4e3e7da90f16c695f93a4ee07 (diff) | |
download | jquery-80a149b82831defa1a9f724801daefda0a8c5685.tar.gz jquery-80a149b82831defa1a9f724801daefda0a8c5685.zip |
Integrated the custom fx test suite into the main test suite. All tests are now run automatically. Removed the old suite, as it was no longer needed.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -110,8 +110,6 @@ <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> |