Skip to content

Commit

Permalink
Remove dead commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 12, 2024
1 parent 5c7616e commit 7a9dfd6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ public void testExcludeInclude() throws Exception {
assertFalse(new File(checkoutDir, "readme.txt").exists());
assertFalse(new File(checkoutDir, "src/test").exists());
assertTrue(new File(checkoutDir, "src/main/java").exists());
// olamy those files not exists anymore with svn 1.7
// assertTrue( new File( checkoutDir, "src/main/java/.svn" ).exists() );
// assertTrue( new File( checkoutDir, "src/main/.svn" ).exists() );
}

@Test
Expand Down

0 comments on commit 7a9dfd6

Please sign in to comment.