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 lc...@apache.org on 2011/05/02 09:35:00 UTC

svn commit: r1098521 - in /incubator/npanday/npanday-its/trunk/src/test: java/npanday/its/ resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/ resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/NPANDAY_377_WithNPandaySettingsPathTest/ r...

Author: lcorneliussen
Date: Mon May  2 09:35:00 2011
New Revision: 1098521

URL: http://svn.apache.org/viewvc?rev=1098521&view=rev
Log:
[NPANDAY-377] Renamed IT in preparation for another IT

Added:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithNPandaySettingsDirectoryPathTest.java
      - copied, changed from r1098517, incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithNPandaySettingsPathTest.java
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/
      - copied from r1098517, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/NPANDAY_377_WithNPandaySettingsDirectoryPathTest.sln
Removed:
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/NPANDAY_377_WithNPandaySettingsPathTest/
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/NPANDAY_377_WithNPandaySettingsPathTest.sln
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/
Modified:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/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=1098521&r1=1098520&r2=1098521&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 Mon May  2 09:35:00 2011
@@ -46,7 +46,7 @@ public class IntegrationTestSuite
         // suite.addTestSuite( NPandayIT0002NetModuleDependencyTest.class ); // issue #11729
         // suite.addTestSuite( NPandayIT0003NetModuleTransitiveDependencyTest.class ); // issue #11729
         
-        suite.addTestSuite( NPANDAY_377_WithNPandaySettingsPathTest.class );
+        suite.addTestSuite( NPANDAY_377_WithNPandaySettingsDirectoryPathTest.class );
         suite.addTestSuite( NPANDAY_329_VS2010WcfProjectSupportTest.class );
         suite.addTestSuite( NPANDAY_328_VS2010WpfProjectSupportTest.class );
         suite.addTestSuite( NPANDAY_330_VS2010MvcProjectSupportTest.class );

Copied: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithNPandaySettingsDirectoryPathTest.java (from r1098517, incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithNPandaySettingsPathTest.java)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithNPandaySettingsDirectoryPathTest.java?p2=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithNPandaySettingsDirectoryPathTest.java&p1=incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithNPandaySettingsPathTest.java&r1=1098517&r2=1098521&rev=1098521&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithNPandaySettingsPathTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithNPandaySettingsDirectoryPathTest.java Mon May  2 09:35:00 2011
@@ -25,10 +25,10 @@ import org.apache.maven.it.util.Resource
 
 import java.io.File;
 
-public class NPANDAY_377_WithNPandaySettingsPathTest
+public class NPANDAY_377_WithNPandaySettingsDirectoryPathTest
     extends AbstractNPandayIntegrationTestCase
 {
-    public NPANDAY_377_WithNPandaySettingsPathTest()
+    public NPANDAY_377_WithNPandaySettingsDirectoryPathTest()
     {
         super( "[1.3.1-incubating,)" );
     }
@@ -36,12 +36,12 @@ public class NPANDAY_377_WithNPandaySett
     public void testWithConfiguredNPandaySettingsPath()
         throws Exception
     {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPANDAY_377_WithNPandaySettingsPathTest" );
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/NPANDAY_377_WithNPandaySettingsDirectoryPathTest" );
         Verifier verifier = getVerifier( testDir );
         verifier.executeGoal( "install" );
-        verifier.assertFilePresent( new File( testDir, "NPANDAY_377_WithNPandaySettingsPathTest/" +
-            getAssemblyFile( "NPANDAY377WithNPandaySettingsPathTest", "1.0.0", "dll" ) ).getAbsolutePath() );
-        verifier.assertFilePresent( new File( testDir, "NPANDAY_377_WithNPandaySettingsPathTest/npanday-settings.xml").getAbsolutePath() );
+        verifier.assertFilePresent( new File( testDir, "NPANDAY_377_WithNPandaySettingsDirectoryPathTest/" +
+            getAssemblyFile( "NPANDAY377WithNPandaySettingsDirectoryPathTest", "1.0.0", "dll" ) ).getAbsolutePath() );
+        verifier.assertFilePresent( new File( testDir, "NPANDAY_377_WithNPandaySettingsDirectoryPathTest/npanday-settings.xml").getAbsolutePath() );
         verifier.verifyErrorFreeLog();
         verifier.resetStreams();
     }

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/NPANDAY_377_WithNPandaySettingsDirectoryPathTest.sln
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/NPANDAY_377_WithNPandaySettingsDirectoryPathTest.sln?rev=1098521&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/NPANDAY_377_WithNPandaySettingsDirectoryPathTest.sln (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/NPANDAY_377_WithNPandaySettingsDirectoryPathTest.sln Mon May  2 09:35:00 2011
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPANDAY_377_WithNPandaySettingsDirectoryPathTest", "NPANDAY_377_WithNPandaySettingsDirectoryPathTest\NPANDAY_377_WithNPandaySettingsDirectoryPathTest.csproj", "{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal

Modified: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/pom.xml?rev=1098521&r1=1098517&r2=1098521&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsDirectoryPathTest/pom.xml Mon May  2 09:35:00 2011
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>Microsoft.NPANDAY377WithNPandaySettingsPathTest</groupId>
-  <artifactId>NPANDAY377WithNPandaySettingsPathTest-parent</artifactId>
+  <groupId>Microsoft.NPANDAY377WithNPandaySettingsDirectoryPathTest</groupId>
+  <artifactId>NPANDAY377WithNPandaySettingsDirectoryPathTest-parent</artifactId>
   <packaging>pom</packaging>
-  <name>Microsoft.NPANDAY377WithNPandaySettingsPathTest : NPANDAY377WithNPandaySettingsPathTest-parent</name>
+  <name>Microsoft.NPANDAY377WithNPandaySettingsDirectoryPathTest : NPANDAY377WithNPandaySettingsDirectoryPathTest-parent</name>
   <version>1.0-SNAPSHOT</version>
   <modules>
-    <module>NPANDAY_377_WithNPandaySettingsPathTest</module>
+    <module>NPANDAY_377_WithNPandaySettingsDirectoryPathTest</module>
   </modules>
 </project>
\ No newline at end of file