Skip to content

Commit

Permalink
Fix unit test in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cizezsy committed Nov 27, 2019
1 parent 11fc9f8 commit 3b04f8a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ public void testAbsolutePathSourceFile() throws Exception {
workspace.child("cc.js")
.copyFrom(getClass().getResourceAsStream("cobertura-coverage.xml"));

String absoluteSourceFilePath = workspace.toURI().getPath() + "cc.js";

String absoluteSourceFilePath = workspace.getRemote() + "/cc.js";

String sourceFileContent = workspace
.child("cobertura-coverage.xml")
Expand Down

0 comments on commit 3b04f8a

Please sign in to comment.