Browse Source

Fixed comment to reflect test expectation (#10676)

tags/8.4.0.alpha1
Marco Collovati 6 years ago
parent
commit
bc515ea11d

+ 1
- 1
server/src/test/java/com/vaadin/server/VaadinServletServiceTest.java View File

@@ -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);

Loading…
Cancel
Save