aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-08-31 15:09:50 +0300
committerVaadin Code Review <review@vaadin.com>2016-08-31 13:03:35 +0000
commitff3a48e73bb7318793746aa9c9ff1cf61b632c7f (patch)
treec7b8589397b6ce4ee24c995451d2f8f8eb61fbc2 /uitest/pom.xml
parenta9b001ddb6e358af872987836afd812763859200 (diff)
downloadvaadin-framework-ff3a48e73bb7318793746aa9c9ff1cf61b632c7f.tar.gz
vaadin-framework-ff3a48e73bb7318793746aa9c9ff1cf61b632c7f.zip
Enable assertions for TestingWidgetset, add test to verify this
Change-Id: I0c5fc24e490edc6e0d3fb7a9b1d2a71d564bb13c
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r--uitest/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index 63e1f92a42..6a6c94a627 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -50,7 +50,8 @@
</dependency>
<!-- jetty-servlets needed by ProxyTest, but not by jetty-runner -->
- <!-- Jetty before vaadin-* on the classpath to make Eclipse use the right version -->
+ <!-- Jetty before vaadin-* on the classpath to make Eclipse use the right
+ version -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
@@ -169,7 +170,7 @@
<!-- Servlet API -->
<dependency>
- <!-- Jetty requires 3.1.0 -->
+ <!-- Jetty requires 3.1.0 -->
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
@@ -244,6 +245,7 @@
<warSourceDirectory>src/main/themes</warSourceDirectory>
<webappDirectory>${project.build.outputDirectory}/VAADIN/widgetsets</webappDirectory>
<persistentunitcachedir>${project.build.directory}/gwt-unitCache</persistentunitcachedir>
+ <checkAssertions>true</checkAssertions>
</configuration>
<executions>
<execution>