You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2012/02/09 10:59:24 UTC

svn commit: r1242273 - in /incubator/npanday/npanday-its/trunk/src/test: java/npanday/its/ resources/NPANDAY_243_WpfGeneratedResourcesHandlingTest/ resources/NPANDAY_245_WpfGeneratedResourcesHandlingTest/

Author: brett
Date: Thu Feb  9 10:59:23 2012
New Revision: 1242273

URL: http://svn.apache.org/viewvc?rev=1242273&view=rev
Log:
fix name of IT

Added:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_243_WpfGeneratedResourcesHandlingTest.java
      - copied, changed from r1242000, incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_245_WpfGeneratedResourcesHandlingTest.java
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_243_WpfGeneratedResourcesHandlingTest/
      - copied from r1242000, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_245_WpfGeneratedResourcesHandlingTest/
Removed:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_245_WpfGeneratedResourcesHandlingTest.java
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_245_WpfGeneratedResourcesHandlingTest/
Modified:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_243_WpfGeneratedResourcesHandlingTest/pom.xml

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java?rev=1242273&r1=1242272&r2=1242273&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java Thu Feb  9 10:59:23 2012
@@ -70,7 +70,7 @@ public class IntegrationTestSuite
         suite.addTestSuite( NPANDAY_268_TransitiveDependenciesTest.class );
         suite.addTestSuite( NPANDAY_262_ResolvingMixedVersionsTest.class );
         suite.addTestSuite( NPANDAY_196_MvcSupportTest.class );
-        suite.addTestSuite( NPANDAY_245_WpfGeneratedResourcesHandlingTest.class );
+        suite.addTestSuite( NPANDAY_243_WpfGeneratedResourcesHandlingTest.class );
         suite.addTestSuite( NPANDAY_198_MissingGroupOrVersionTest.class );
         suite.addTestSuite( NPANDAY_208_MsBuildCopyReferencesTest.class );
         suite.addTestSuite( NPANDAY_202_MsBuildErrorHandlingTest.class );

Copied: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_243_WpfGeneratedResourcesHandlingTest.java (from r1242000, incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_245_WpfGeneratedResourcesHandlingTest.java)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_243_WpfGeneratedResourcesHandlingTest.java?p2=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_243_WpfGeneratedResourcesHandlingTest.java&p1=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_245_WpfGeneratedResourcesHandlingTest.java&r1=1242000&r2=1242273&rev=1242273&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_245_WpfGeneratedResourcesHandlingTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_243_WpfGeneratedResourcesHandlingTest.java Thu Feb  9 10:59:23 2012
@@ -24,10 +24,10 @@ import org.apache.maven.it.util.Resource
 
 import java.io.File;
 
-public class NPANDAY_245_WpfGeneratedResourcesHandlingTest
+public class NPANDAY_243_WpfGeneratedResourcesHandlingTest
     extends AbstractNPandayIntegrationTestCase
 {
-    public NPANDAY_245_WpfGeneratedResourcesHandlingTest()
+    public NPANDAY_243_WpfGeneratedResourcesHandlingTest()
     {
         super( "[1.2,)", "[v3.5,)" ); // 1.2+
     }
@@ -35,7 +35,7 @@ public class NPANDAY_245_WpfGeneratedRes
     public void testWpfProject()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPANDAY_245_WpfGeneratedResourcesHandlingTest" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPANDAY_243_WpfGeneratedResourcesHandlingTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "test" );
         String assembly = new File( testDir,
@@ -54,4 +54,4 @@ public class NPANDAY_245_WpfGeneratedRes
         verifier.verifyErrorFreeLog();
         verifier.resetStreams();
     }
-}
\ No newline at end of file
+}

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_243_WpfGeneratedResourcesHandlingTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_243_WpfGeneratedResourcesHandlingTest/pom.xml?rev=1242273&r1=1242000&r2=1242273&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_243_WpfGeneratedResourcesHandlingTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_243_WpfGeneratedResourcesHandlingTest/pom.xml Thu Feb  9 10:59:23 2012
@@ -71,7 +71,7 @@
           <embeddedResources>
             <embeddedResource>
               <sourceFile>Properties\Resources.resx</sourceFile>
-              <name>NPANDAY_245_WpfGeneratedResourcesHandlingTest.Properties.Resources</name>
+              <name>NPandayIT12549.Properties.Resources</name>
             </embeddedResource>
           </embeddedResources>
         </configuration>
@@ -101,4 +101,4 @@
       <classifier>31bf3856ad364e35</classifier>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>