summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-08-24 05:30:02 +0000
committerArtur Signell <artur.signell@itmill.com>2009-08-24 05:30:02 +0000
commitaba53cf2b75e6c731fefff33b448fdd7900b2e0c (patch)
treeb2724d5022a85f6015476d3540e639b5542423b4
parentcc671ebd9b04a285cb9f8148c9bc997c76c41f89 (diff)
downloadvaadin-framework-aba53cf2b75e6c731fefff33b448fdd7900b2e0c.tar.gz
vaadin-framework-aba53cf2b75e6c731fefff33b448fdd7900b2e0c.zip
Testingtools -> Testbench renames
svn changeset:8528/svn branch:6.1
-rw-r--r--build/build.xml4
-rw-r--r--tests/test.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index cf63a04998..2436527241 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1221,10 +1221,10 @@
<!-- Automated tests. -->
<!-- ================================================================== -->
- <target name="tests" depends="ant-tests, testingtools-tests">
+ <target name="tests" depends="ant-tests, testbench-tests">
</target>
- <target name="testingtools-tests" depends="init">
+ <target name="testbench-tests" depends="init">
<fail unless="product-file" message="The 'product-file' property must be defined."/>
<fail unless="package-platform" message="The 'package-platform' property must be defined."/>
<fail unless="version" message="The 'version' property must be defined."/>
diff --git a/tests/test.xml b/tests/test.xml
index ede038d222..aa37a564ae 100644
--- a/tests/test.xml
+++ b/tests/test.xml
@@ -4,7 +4,7 @@
<!-- ================================================================== -->
<!-- Configuration -->
<!-- ================================================================== -->
- <property name="lib.dir" value="../lib/testingtools" />
+ <property name="lib.dir" value="../build/lib/testbench" />
<property name="class-dir" value="../build/classes" />
<property name="test-output-dir" value="../build/test-output" />
<property name="test-browsers" value="firefox,ie" />