Author: brett
Date: Mon Dec 19 11:51:25 2011
New Revision: 1220700

URL: http://svn.apache.org/viewvc?rev=1220700&view=rev
Log:
fix execution of test

Modified:
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_459_MsBuildProjectReferencesTest.java

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_459_MsBuildProjectReferencesTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_459_MsBuildProjectReferencesTest.java?rev=1220700&r1=1220699&r2=1220700&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_459_MsBuildProjectReferencesTest.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_459_MsBuildProjectReferencesTest.java
 Mon Dec 19 11:51:25 2011
@@ -39,7 +39,9 @@ public class NPANDAY_459_MsBuildProjectR
         // TODO: would be better to ensure each IT has unique IDs for required 
test artifacts in a better namespace for deleting
         verifier.deleteArtifacts( "test" );
 
-        verifier.executeGoal( "install" );
+        // Can only run up until package, because currently "install" deletes
+        // the bin directory (though perhaps shouldn't)
+        verifier.executeGoal( "package" );
         verifier.assertFileNotPresent(
             new File( testDir, 
"ClassLibrary1/.references/test/test-snapshot-1.0-SNAPSHOT/test-snapshot.dll" 
).getAbsolutePath() );
         verifier.assertFilePresent(


Reply via email to