summaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-08-09 09:56:43 +0300
committerHenri Sara <hesara@vaadin.com>2012-08-09 09:56:43 +0300
commitd5acf1169932fe1a36de0c4a09d91f76d47ec7dc (patch)
treedd53bf080168f34cb2c232d7826fbc8bd370a6b5 /build/build.xml
parent3580acbd26e877db0e79bb9fa5b46d947ce619c4 (diff)
downloadvaadin-framework-d5acf1169932fe1a36de0c4a09d91f76d47ec7dc.tar.gz
vaadin-framework-d5acf1169932fe1a36de0c4a09d91f76d47ec7dc.zip
Remove SASS test suites and rename TestBase to AbstractTestBase (#9223)
Vaadin build script now ignores AbstractTestBase and executes each test individually.
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 39d27464fc..5349dcf126 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -1252,7 +1252,7 @@
</classpath>
<batchtest fork="yes">
- <fileset dir="${result-src-sass-junit}" includes="**/*.java" />
+ <fileset dir="${result-src-sass-junit}" includes="**/*.java" excludes="**/Abstract*.java" />
</batchtest>
</junit>
</target>