aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-11-23 09:41:39 +0000
committerArtur Signell <artur.signell@itmill.com>2010-11-23 09:41:39 +0000
commit9385449e3c1e486a49c2551b972207a5c18227ea (patch)
treee46f2da5ddbab9bd80cb560ca36b18d91907a1eb
parentf1191408af962174d9627d75d2ac7f8fb4389229 (diff)
downloadvaadin-framework-9385449e3c1e486a49c2551b972207a5c18227ea.tar.gz
vaadin-framework-9385449e3c1e486a49c2551b972207a5c18227ea.zip
Backported fix to run sampler tests
svn changeset:16103/svn branch:6.4
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 74be2cf8e3..36056df797 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1194,7 +1194,7 @@
</target>
<!-- Assumes java classes have been compiled but depends does not work out well as this is run from a <parallel> task-->
- <target name="testbench-tests" unless="tests.testbench.skip">
+ <target name="testbench-tests" depends="generate-sampler-tests" unless="tests.testbench.skip">
<fail unless="product-file" message="The 'product-file' property must be defined."/>
<fail unless="version" message="The 'version' property must be defined."/>