File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
vertx-web/src/test/java/io/vertx/ext/web/tests/handler Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public void testGetDirectory() throws Exception {
5353 "<body>\n " +
5454 "<h1>Custom Index of /</h1>\n " +
5555 "<a href=\" /\" >..</a>\n " +
56- "<ul id=\" files\" ><li><a href=\" /.hidden.html\" title=\" .hidden.html\" >.hidden.html</a></li><li><a href=\" /a\" title=\" a\" >a</a></li><li><a href=\" /file with spaces .html\" title=\" file with spaces.html\" >file with spaces.html</a></li><li><a href=\" /foo.json\" title=\" foo.json\" >foo.json</a></li><li><a href=\" /index.html\" title=\" index.html\" >index.html</a></li><li><a href=\" /otherpage.html\" title=\" otherpage.html\" >otherpage.html</a></li><li><a href=\" /sockjs\" title=\" sockjs\" >sockjs</a></li><li><a href=\" /somedir\" title=\" somedir\" >somedir</a></li><li><a href=\" /somedir2\" title=\" somedir2\" >somedir2</a></li><li><a href=\" /somedir3\" title=\" somedir3\" >somedir3</a></li><li><a href=\" /swaggerui\" title=\" swaggerui\" >swaggerui</a></li><li><a href=\" /testCompressionSuffix.html\" title=\" testCompressionSuffix.html\" >testCompressionSuffix.html</a></li></ul>\n " +
56+ "<ul id=\" files\" ><li><a href=\" /.hidden.html\" title=\" .hidden.html\" >.hidden.html</a></li><li><a href=\" /a\" title=\" a\" >a</a></li><li><a href=\" /file%20with%20spaces .html\" title=\" file with spaces.html\" >file with spaces.html</a></li><li><a href=\" /foo.json\" title=\" foo.json\" >foo.json</a></li><li><a href=\" /index.html\" title=\" index.html\" >index.html</a></li><li><a href=\" /otherpage.html\" title=\" otherpage.html\" >otherpage.html</a></li><li><a href=\" /sockjs\" title=\" sockjs\" >sockjs</a></li><li><a href=\" /somedir\" title=\" somedir\" >somedir</a></li><li><a href=\" /somedir2\" title=\" somedir2\" >somedir2</a></li><li><a href=\" /somedir3\" title=\" somedir3\" >somedir3</a></li><li><a href=\" /swaggerui\" title=\" swaggerui\" >swaggerui</a></li><li><a href=\" /testCompressionSuffix.html\" title=\" testCompressionSuffix.html\" >testCompressionSuffix.html</a></li></ul>\n " +
5757 "</body>\n " +
5858 "</html>" );
5959 }
You can’t perform that action at this time.
0 commit comments