aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-07-29 19:07:21 +0000
committerJohn Resig <jeresig@gmail.com>2007-07-29 19:07:21 +0000
commit80a149b82831defa1a9f724801daefda0a8c5685 (patch)
tree7892441276d541c040f64d3a2bb41d0bdf403073 /build.xml
parente6c067858ec7f2c4e3e7da90f16c695f93a4ee07 (diff)
downloadjquery-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.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 7f0a18ed3..1b17822b3 100644
--- a/build.xml
+++ b/build.xml
@@ -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>