diff options
author | Artur Signell <artur@vaadin.com> | 2012-01-31 09:48:33 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-01-31 10:00:05 +0200 |
commit | 0a83d7fd6902f3cad425b2f369a9d44d09323381 (patch) | |
tree | a15e9233d2bc96947114500151cb0f1a9c608e6b /build | |
parent | 19f05afc737ab666840753b50cf6c08d5e078b2e (diff) | |
download | vaadin-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.xml | 3 |
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"> |