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:50:33 UTC

svn commit: r1098522 - in /incubator/npanday/npanday-its/trunk/src/test: java/npanday/its/ resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/ resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsD...

Author: lcorneliussen
Date: Mon May  2 09:50:32 2011
New Revision: 1098522

URL: http://svn.apache.org/viewvc?rev=1098522&view=rev
Log:
[NPANDAY-377] Second try. Renamed IT in preparation for a similar new one.

Added:
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/
      - copied from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/
      - copied from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.sln
      - copied, changed from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.sln
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Class1.cs
      - copied, changed from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj
      - copied, changed from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/
      - copied from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/AssemblyInfo.cs
      - copied, changed from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml
      - copied, changed from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml
      - copied, changed from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml
Removed:
    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/
Modified:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java

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=1098522&r1=1098521&r2=1098522&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:50:32 2011
@@ -46,7 +46,7 @@ public class IntegrationTestSuite
         // suite.addTestSuite( NPandayIT0002NetModuleDependencyTest.class ); // issue #11729
         // suite.addTestSuite( NPandayIT0003NetModuleTransitiveDependencyTest.class ); // issue #11729
         
-        suite.addTestSuite( NPANDAY_377_WithNPandaySettingsDirectoryPathTest.class );
+        suite.addTestSuite( NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.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/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.sln (from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.sln)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.sln?p2=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.sln&p1=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.sln&r1=1098520&r2=1098522&rev=1098522&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.sln (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.sln Mon May  2 09:50:32 2011
@@ -1,7 +1,7 @@
 
 Microsoft Visual Studio Solution File, Format Version 9.00
 # Visual Studio 2005
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPANDAY_377_WithNPandaySettingsPathTest", "NPANDAY_377_WithNPandaySettingsPathTest\NPANDAY_377_WithNPandaySettingsPathTest.csproj", "{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPANDAY_377_WithCustomNPandaySettingsDirectoryTest", "NPANDAY_377_WithCustomNPandaySettingsDirectoryTest\NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj", "{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution

Copied: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Class1.cs (from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Class1.cs?p2=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Class1.cs&p1=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs&r1=1098520&r2=1098522&rev=1098522&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/Class1.cs (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Class1.cs Mon May  2 09:50:32 2011
@@ -2,7 +2,7 @@ using System;
 using System.Collections.Generic;
 using System.Text;
 
-namespace NPANDAY_377_WithNPandaySettingsPathTest
+namespace NPANDAY_377_WithCustomNPandaySettingsDirectoryTest
 {
     public class Class1
     {

Copied: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj (from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj?p2=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj&p1=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj&r1=1098520&r2=1098522&rev=1098522&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest.csproj (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.csproj Mon May  2 09:50:32 2011
@@ -7,8 +7,8 @@
     <ProjectGuid>{B81A8035-2CAC-4111-8F60-9BCDBF7289C5}</ProjectGuid>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>NPANDAY_377_WithNPandaySettingsPathTest</RootNamespace>
-    <AssemblyName>NPANDAY_377_WithNPandaySettingsPathTest</AssemblyName>
+    <RootNamespace>NPANDAY_377_WithCustomNPandaySettingsDirectoryTest</RootNamespace>
+    <AssemblyName>NPANDAY_377_WithCustomNPandaySettingsDirectoryTest</AssemblyName>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>

Copied: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/AssemblyInfo.cs (from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/AssemblyInfo.cs?p2=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/AssemblyInfo.cs&p1=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs&r1=1098520&r2=1098522&rev=1098522&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/Properties/AssemblyInfo.cs (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/Properties/AssemblyInfo.cs Mon May  2 09:50:32 2011
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
-[assembly: AssemblyTitle("NPANDAY_377_WithNPandaySettingsPathTest")]
+[assembly: AssemblyTitle("NPANDAY_377_WithCustomNPandaySettingsDirectoryTest")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("NPANDAY_377_WithNPandaySettingsPathTest")]
+[assembly: AssemblyProduct("NPANDAY_377_WithCustomNPandaySettingsDirectoryTest")]
 [assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]

Copied: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml (from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml?p2=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml&p1=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml&r1=1098520&r2=1098522&rev=1098522&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml Mon May  2 09:50:32 2011
@@ -1,15 +1,15 @@
 <?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">
   <parent>
-    <artifactId>NPANDAY377WithNPandaySettingsPathTest-parent</artifactId>
-    <groupId>Microsoft.NPANDAY377WithNPandaySettingsPathTest</groupId>
+    <artifactId>NPANDAY377WithCustomNPandaySettingsDirectoryTest-parent</artifactId>
+    <groupId>Microsoft.NPANDAY377WithCustomNPandaySettingsDirectoryTest</groupId>
     <version>1.0-SNAPSHOT</version>
     <relativePath>..\pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>NPANDAY377WithNPandaySettingsPathTest</artifactId>
+  <artifactId>NPANDAY377WithCustomNPandaySettingsDirectoryTest</artifactId>
   <packaging>library</packaging>
-  <name>Microsoft.NPANDAY377WithNPandaySettingsPathTest : NPANDAY377WithNPandaySettingsPathTest</name>
+  <name>Microsoft.NPANDAY377WithCustomNPandaySettingsDirectoryTest : NPANDAY377WithCustomNPandaySettingsDirectoryTest</name>
   <build>
     <sourceDirectory>./</sourceDirectory>
     <plugins>

Copied: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml (from r1098520, incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml)
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml?p2=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml&p1=incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml&r1=1098520&r2=1098522&rev=1098522&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithNPandaySettingsPathTest/pom.xml (original)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest/pom.xml Mon May  2 09:50:32 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.NPANDAY377WithCustomNPandaySettingsDirectoryTest</groupId>
+  <artifactId>NPANDAY377WithCustomNPandaySettingsDirectoryTest-parent</artifactId>
   <packaging>pom</packaging>
-  <name>Microsoft.NPANDAY377WithNPandaySettingsPathTest : NPANDAY377WithNPandaySettingsPathTest-parent</name>
+  <name>Microsoft.NPANDAY377WithCustomNPandaySettingsDirectoryTest : NPANDAY377WithCustomNPandaySettingsDirectoryTest-parent</name>
   <version>1.0-SNAPSHOT</version>
   <modules>
-    <module>NPANDAY_377_WithNPandaySettingsPathTest</module>
+    <module>NPANDAY_377_WithCustomNPandaySettingsDirectoryTest</module>
   </modules>
 </project>
\ No newline at end of file