diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-08-31 14:27:45 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-08-31 14:28:06 +0300 |
commit | 594a21116845ae2aacc8c40fd76ee50b84d1e968 (patch) | |
tree | 0ddd70c861227e3badcba1f40907b0b9b65a738f /uitest/vaadin-server.xml | |
parent | dc8bc6119c1bd019600559db552ec26b4db2ec54 (diff) | |
download | vaadin-framework-594a21116845ae2aacc8c40fd76ee50b84d1e968.tar.gz vaadin-framework-594a21116845ae2aacc8c40fd76ee50b84d1e968.zip |
Run tests with assertions enabled (#9450)
Diffstat (limited to 'uitest/vaadin-server.xml')
-rw-r--r-- | uitest/vaadin-server.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/vaadin-server.xml b/uitest/vaadin-server.xml index d4d23581ec..5f2aa06303 100644 --- a/uitest/vaadin-server.xml +++ b/uitest/vaadin-server.xml @@ -41,6 +41,7 @@ </classpath> <jvmarg value="-Demma.coverage.out.file=${testing.testarea}/${package.name}/war.ec"/> <jvmarg value="-Djava.awt.headless=true"/> + <jvmarg value="-ea" /> </java> </target> |