diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-08-24 05:30:02 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-08-24 05:30:02 +0000 |
commit | aba53cf2b75e6c731fefff33b448fdd7900b2e0c (patch) | |
tree | b2724d5022a85f6015476d3540e639b5542423b4 /tests/test.xml | |
parent | cc671ebd9b04a285cb9f8148c9bc997c76c41f89 (diff) | |
download | vaadin-framework-aba53cf2b75e6c731fefff33b448fdd7900b2e0c.tar.gz vaadin-framework-aba53cf2b75e6c731fefff33b448fdd7900b2e0c.zip |
Testingtools -> Testbench renames
svn changeset:8528/svn branch:6.1
Diffstat (limited to 'tests/test.xml')
-rw-r--r-- | tests/test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" /> |