From bc515ea11d08850a59162a22874e929eb4562d37 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Mon, 5 Mar 2018 15:08:47 +0100 Subject: Fixed comment to reflect test expectation (#10676) --- server/src/test/java/com/vaadin/server/VaadinServletServiceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src') 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); -- cgit v1.2.3