Author: brett
Date: Mon Aug 22 12:07:12 2011
New Revision: 1160228

URL: http://svn.apache.org/viewvc?rev=1160228&view=rev
Log:
fix up base versions

Modified:
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_288_Net40SupportTest.java
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_328_VS2010WpfProjectSupportTest.java
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_329_VS2010WcfProjectSupportTest.java
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_330_VS2010MvcProjectSupportTest.java
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.java
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithCustomNPandaySettingsFileTest.java

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_288_Net40SupportTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_288_Net40SupportTest.java?rev=1160228&r1=1160227&r2=1160228&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_288_Net40SupportTest.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_288_Net40SupportTest.java
 Mon Aug 22 12:07:12 2011
@@ -30,7 +30,7 @@ public class NPANDAY_288_Net40SupportTes
 {
     public NPANDAY_288_Net40SupportTest()
     {
-        super( "[1.2.2-incubating,)", "[v4.0.30319,)" );
+        super( "[1.4.0-incubating,)", "[v4.0.30319,)" );
     }
 
     public void testNet40Project()
@@ -44,4 +44,4 @@ public class NPANDAY_288_Net40SupportTes
         verifier.verifyErrorFreeLog();
         verifier.resetStreams();
     }
-}
\ No newline at end of file
+}

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_328_VS2010WpfProjectSupportTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_328_VS2010WpfProjectSupportTest.java?rev=1160228&r1=1160227&r2=1160228&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_328_VS2010WpfProjectSupportTest.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_328_VS2010WpfProjectSupportTest.java
 Mon Aug 22 12:07:12 2011
@@ -26,7 +26,7 @@ public class NPANDAY_328_VS2010WpfProjec
 {
     public NPANDAY_328_VS2010WpfProjectSupportTest()
     {
-        super( "[1.2.2-incubating,)", "[v4.0.30319,)" );
+        super( "[1.4.0-incubating,)", "[v4.0.30319,)" );
     }
 
     public void testWPF2010Project()
@@ -48,4 +48,4 @@ public class NPANDAY_328_VS2010WpfProjec
         verifier.verifyErrorFreeLog();
         verifier.resetStreams();
     }
-}
\ No newline at end of file
+}

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_329_VS2010WcfProjectSupportTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_329_VS2010WcfProjectSupportTest.java?rev=1160228&r1=1160227&r2=1160228&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_329_VS2010WcfProjectSupportTest.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_329_VS2010WcfProjectSupportTest.java
 Mon Aug 22 12:07:12 2011
@@ -26,7 +26,7 @@ public class NPANDAY_329_VS2010WcfProjec
 {
     public NPANDAY_329_VS2010WcfProjectSupportTest()
     {
-        super( "[1.2.2-incubating,)", "[v4.0.30319,)" );
+        super( "[1.4.0-incubating,)", "[v4.0.30319,)" );
     }
 
     public void testWCF2010Project()
@@ -41,4 +41,4 @@ public class NPANDAY_329_VS2010WcfProjec
         verifier.verifyErrorFreeLog();
         verifier.resetStreams();
     }
-}
\ No newline at end of file
+}

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_330_VS2010MvcProjectSupportTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_330_VS2010MvcProjectSupportTest.java?rev=1160228&r1=1160227&r2=1160228&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_330_VS2010MvcProjectSupportTest.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_330_VS2010MvcProjectSupportTest.java
 Mon Aug 22 12:07:12 2011
@@ -30,7 +30,7 @@ public class NPANDAY_330_VS2010MvcProjec
 {
     public NPANDAY_330_VS2010MvcProjectSupportTest()
     {
-        super( "[1.2.2-incubating,)", "[v4.0.30319,)" ); 
+        super( "[1.4.0-incubating,)", "[v4.0.30319,)" ); 
 
         File f = new File( System.getenv( "SYSTEMROOT" ), 
"assembly/GAC_MSIL/System.Web.MVC" );
         if ( !f.exists() || !f.isDirectory() )

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.java?rev=1160228&r1=1160227&r2=1160228&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithCustomNPandaySettingsDirectoryTest.java
 Mon Aug 22 12:07:12 2011
@@ -30,7 +30,7 @@ public class NPANDAY_377_WithCustomNPand
 {
     public NPANDAY_377_WithCustomNPandaySettingsDirectoryTest()
     {
-        super( "[1.3.1-incubating,)" );
+        super( "[1.4.0-incubating,)" );
     }
 
     public void test()

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithCustomNPandaySettingsFileTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithCustomNPandaySettingsFileTest.java?rev=1160228&r1=1160227&r2=1160228&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithCustomNPandaySettingsFileTest.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_377_WithCustomNPandaySettingsFileTest.java
 Mon Aug 22 12:07:12 2011
@@ -30,7 +30,7 @@ public class NPANDAY_377_WithCustomNPand
 {
     public NPANDAY_377_WithCustomNPandaySettingsFileTest()
     {
-        super( "[1.3.1-incubating,)" );
+        super( "[1.4.0-incubating,)" );
     }
 
     public void test()


Reply via email to