Procházet zdrojové kódy

Fixed comment to reflect test expectation (#10676)

tags/8.4.0.alpha1
Marco Collovati před 6 roky
rodič
revize
bc515ea11d

+ 1
- 1
server/src/test/java/com/vaadin/server/VaadinServletServiceTest.java Zobrazit soubor

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

Načítá se…
Zrušit
Uložit