summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-01-31 09:48:33 +0200
committerArtur Signell <artur@vaadin.com>2012-01-31 10:00:05 +0200
commit0a83d7fd6902f3cad425b2f369a9d44d09323381 (patch)
treea15e9233d2bc96947114500151cb0f1a9c608e6b /build
parent19f05afc737ab666840753b50cf6c08d5e078b2e (diff)
downloadvaadin-framework-0a83d7fd6902f3cad425b2f369a9d44d09323381.tar.gz
vaadin-framework-0a83d7fd6902f3cad425b2f369a9d44d09323381.zip
Include all server side test classes in the test WAR
Diffstat (limited to 'build')
-rw-r--r--build/build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml
index 0fe17a5b73..7ef9693f19 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -157,8 +157,7 @@
<include name="${vaadin-package}/launcher/**" />
</fileset>
<fileset dir="${result-classes-junit}">
- <!-- VaadinClasses is used by both JUnit and TestBench tests -->
- <include name="**/VaadinClasses*.class" />
+ <!-- VaadinClasses and data classes are used by TestBench tests also -->
</fileset>
<!-- test resources -->
<fileset dir="tests/testbench">