Skip to content

Commit 1fcd72e

Browse files
committed
[appveyor] try to see if phantomjs is here
1 parent 812afea commit 1fcd72e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/net/codestory/http/browser/LiveReloadTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ protected String getDefaultBaseUrl() {
6060

6161
@Test
6262
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+
6367
File app = temp.newFolder("app");
6468
File index = new File(app, "changing.html");
6569

0 commit comments

Comments
 (0)