X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=blobdiff_plain;f=examples%2Fstatic%2Fsrc%2Ftest%2Fjava%2Fde%2Fhalbekunst%2Fcachecontrol%2Fexamples%2Fjsp%2FStaticTest.java;fp=examples%2Fstatic%2Fsrc%2Ftest%2Fjava%2Fde%2Fhalbekunst%2Fcachecontrol%2Fexamples%2Fjsp%2FStaticTest.java;h=67ebfa1770bcc2ae3641a03b2c9095a4dcfea3b6;hp=66a2826ae060ad81b80f21925dc3b3ce5b712292;hb=9239a3fb05891abf7883ed3995022ffdade33c00;hpb=fbef86660e997cd83feafe1e05b885a29179f43f diff --git a/examples/static/src/test/java/de/halbekunst/cachecontrol/examples/jsp/StaticTest.java b/examples/static/src/test/java/de/halbekunst/cachecontrol/examples/jsp/StaticTest.java index 66a2826a..67ebfa17 100644 --- a/examples/static/src/test/java/de/halbekunst/cachecontrol/examples/jsp/StaticTest.java +++ b/examples/static/src/test/java/de/halbekunst/cachecontrol/examples/jsp/StaticTest.java @@ -21,7 +21,7 @@ public class StaticTest extends HttpTestCase { @Test public void testStaticContent() throws Exception { - WebResponse response = executeRequest("http://localhost:8080/default.css"); + WebResponse response = executeRequest("http://localhost:8080/static/page.html"); log.info("Title:\t\t{}", response.getTitle()); log.debug("Text:\t\t{}", response.getText()); }