We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f2152 commit 5a4d136Copy full SHA for 5a4d136
maven-scm-plugin/src/test/java/org/apache/maven/scm/plugin/CheckoutMojoTest.java
@@ -155,9 +155,6 @@ public void testExcludeInclude() throws Exception {
155
assertFalse(new File(checkoutDir, "readme.txt").exists());
156
assertFalse(new File(checkoutDir, "src/test").exists());
157
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() );
161
}
162
163
@Test
0 commit comments