aboutsummaryrefslogtreecommitdiffstats
path: root/server/tests/src/com/vaadin/server/AbstractDeploymentConfigurationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/src/com/vaadin/server/AbstractDeploymentConfigurationTest.java')
-rw-r--r--server/tests/src/com/vaadin/server/AbstractDeploymentConfigurationTest.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/tests/src/com/vaadin/server/AbstractDeploymentConfigurationTest.java b/server/tests/src/com/vaadin/server/AbstractDeploymentConfigurationTest.java
index 7370bd3fac..0518bea650 100644
--- a/server/tests/src/com/vaadin/server/AbstractDeploymentConfigurationTest.java
+++ b/server/tests/src/com/vaadin/server/AbstractDeploymentConfigurationTest.java
@@ -153,5 +153,10 @@ public class AbstractDeploymentConfigurationTest {
return null;
}
+ @Override
+ public boolean isSendUrlsAsParameters() {
+ return DefaultDeploymentConfiguration.DEFAULT_SEND_URLS_AS_PARAMETERS;
+ }
+
}
}