From 57bded97d986b4dde78f1f6d42432273c13a43f3 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 5 Apr 2013 17:43:45 +0300 Subject: Added /run-push to tests to be able to test with push enabled (#11494) Change-Id: I5b7ce3406017e02ca7494d95090dbbaf9e3836e1 --- WebContent/WEB-INF/web.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'WebContent/WEB-INF') diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 57207d7f18..3915898293 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -67,6 +67,15 @@ + + VaadinApplicationRunnerWithPush + com.vaadin.launcher.ApplicationRunnerServlet + + pushmode + automatic + + + IntegrationTest @@ -96,6 +105,11 @@ /run/* + + VaadinApplicationRunnerWithPush + /run-push/* + + IntegrationTest /integration/* -- cgit v1.2.3