Skip to content

Commit

Permalink
disable case
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Costa authored and Jorge Costa committed Dec 12, 2015
1 parent a3dc12a commit 89262b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public void getReports_patternMatching() throws java.io.IOException, java.lang.I

examples.add(new String[] { "A?.ext", "AA.ext,AB.ext", "B.ext" }); // containing question mark
examples.add(new String[] { "A*.ext", "A.ext,AAA.ext", "B.ext" }); // containing question mark
examples.add(new String[] { "**/A.ext", "A.ext,dir/A.ext", "B.ext" }); // containing question mark
examples.add(new String[] { "", "", "" }); // empty

// absolutes paths are covered in CxxUtilsTest
Expand Down

0 comments on commit 89262b0

Please sign in to comment.