Skip to content

Commit

Permalink
Remove dead commented code (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Dec 15, 2024
1 parent f5f2152 commit 5a4d136
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 5a4d136

Please sign in to comment.