aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/src/test/java/com/vaadin/server/VaadinServletServiceTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/test/java/com/vaadin/server/VaadinServletServiceTest.java b/server/src/test/java/com/vaadin/server/VaadinServletServiceTest.java
index 1630d3b968..a940d42f7a 100644
--- a/server/src/test/java/com/vaadin/server/VaadinServletServiceTest.java
+++ b/server/src/test/java/com/vaadin/server/VaadinServletServiceTest.java
@@ -52,7 +52,7 @@ public class VaadinServletServiceTest {
assertEquals("./../..", location);
// http://dummy.host/contextpath/servlet/extra/stuff/
- // should return ./../.. (relative url resolving to /contextpath)
+ // should return ./../../.. (relative url resolving to /contextpath)
location = testLocation("http://dummy.host", "/contextpath", "/servlet",
"/extra/stuff/");
assertEquals("./../../..", location);