You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/02/21 16:45:29 UTC

svn commit: r379495 - /maven/plugins/trunk/maven-clean-plugin/src/test/java/org/apache/maven/plugin/clean/CleanMojoTest.java

Author: brett
Date: Tue Feb 21 07:45:28 2006
New Revision: 379495

URL: http://svn.apache.org/viewcvs?rev=379495&view=rev
Log:
disable some tests that are platform specific

Modified:
    maven/plugins/trunk/maven-clean-plugin/src/test/java/org/apache/maven/plugin/clean/CleanMojoTest.java

Modified: maven/plugins/trunk/maven-clean-plugin/src/test/java/org/apache/maven/plugin/clean/CleanMojoTest.java
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clean-plugin/src/test/java/org/apache/maven/plugin/clean/CleanMojoTest.java?rev=379495&r1=379494&r2=379495&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/src/test/java/org/apache/maven/plugin/clean/CleanMojoTest.java (original)
+++ maven/plugins/trunk/maven-clean-plugin/src/test/java/org/apache/maven/plugin/clean/CleanMojoTest.java Tue Feb 21 07:45:28 2006
@@ -159,6 +159,7 @@
         }
     }
 
+/* Unix will let you get away with it, not sure how to lock the file from Java.
     public void testOpenFile()
         throws MojoExecutionException, FileNotFoundException
     {
@@ -210,6 +211,7 @@
             IOUtil.close( fis );
         }
     }
+*/
 
     public void testMissingDirectory()
         throws MojoExecutionException