Skip to content

Commit 5a4d136

Browse files
authored
Remove dead commented code (#231)
1 parent f5f2152 commit 5a4d136

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

maven-scm-plugin/src/test/java/org/apache/maven/scm/plugin/CheckoutMojoTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ public void testExcludeInclude() throws Exception {
155155
assertFalse(new File(checkoutDir, "readme.txt").exists());
156156
assertFalse(new File(checkoutDir, "src/test").exists());
157157
assertTrue(new File(checkoutDir, "src/main/java").exists());
158-
// olamy those files not exists anymore with svn 1.7
159-
// assertTrue( new File( checkoutDir, "src/main/java/.svn" ).exists() );
160-
// assertTrue( new File( checkoutDir, "src/main/.svn" ).exists() );
161158
}
162159

163160
@Test

0 commit comments

Comments
 (0)