We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812afea commit 1fcd72eCopy full SHA for 1fcd72e
src/test/java/net/codestory/http/browser/LiveReloadTest.java
@@ -60,6 +60,10 @@ protected String getDefaultBaseUrl() {
60
61
@Test
62
public void change_file_and_refresh() throws IOException {
63
+ Files.list(new File("C:/Users").toPath()).forEach(System.out::println);
64
+ Files.list(new File("C:/Users/appveyor").toPath()).forEach(System.out::println);
65
+ Files.list(new File("C:/Users/appveyor/.phantomjstest").toPath()).forEach(System.out::println);
66
+
67
File app = temp.newFolder("app");
68
File index = new File(app, "changing.html");
69
0 commit comments