diff options
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 6 |
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> |