Skip to content

Commit

Permalink
unix like
Browse files Browse the repository at this point in the history
  • Loading branch information
clagomess committed Mar 13, 2024
1 parent 437ca6f commit cf9819d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public void getFeatureExtension(String source, String expected){
"target/foo,target/foo/AbC.feature,AbC.feature",
"target/foo,target/foo/bar/AbC.feature,bar/AbC.feature",
"target,target/foo/bar/AbC.feature,foo/bar/AbC.feature",
"\\C:\\Users\\features,\\C:\\Users\\features\\AbC.feature,AbC.feature",
"/Users/features,/Users/features/AbC.feature,AbC.feature",
})
public void getFeaturePathWithoutAbsolute(File base, File feature, String expected){
assertEquals(expected, compiler.getFeaturePathWithoutAbsolute(base, feature));
Expand Down

0 comments on commit cf9819d

Please sign in to comment.