Quellcode durchsuchen

Fixed comment to reflect test expectation (#10676)

tags/8.4.0.alpha1
Marco Collovati vor 6 Jahren
Ursprung
Commit
bc515ea11d

+ 1
- 1
server/src/test/java/com/vaadin/server/VaadinServletServiceTest.java Datei anzeigen

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

Laden…
Abbrechen
Speichern