Author: brett
Date: Wed Jan 18 03:21:35 2012
New Revision: 1232740

URL: http://svn.apache.org/viewvc?rev=1232740&view=rev
Log:
note requirements of others tests

Modified:
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_452_SilverlightAppTest.java
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_AzureSupportOneWebRole.java
    
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithMultipleRoles.java

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_452_SilverlightAppTest.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_452_SilverlightAppTest.java?rev=1232740&r1=1232739&r2=1232740&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_452_SilverlightAppTest.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_452_SilverlightAppTest.java
 Wed Jan 18 03:21:35 2012
@@ -30,6 +30,8 @@ public class NPANDAY_452_SilverlightAppT
 
         skipIfMissingMSBuildTask( 
"Microsoft/Silverlight/v3.0/Microsoft.Silverlight.CSharp.targets",
                                   "Silverlight v3.0 SDK is not present" );
+        // required for ASP.NET packaging
+        skipIfMissingProgramFilesDirectory( "IIS/Microsoft Web Deploy V2", 
"Web Deploy 2.0 not installed" );
     }
 
     public void test()

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_AzureSupportOneWebRole.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_AzureSupportOneWebRole.java?rev=1232740&r1=1232739&r2=1232740&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_AzureSupportOneWebRole.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_AzureSupportOneWebRole.java
 Wed Jan 18 03:21:35 2012
@@ -29,6 +29,7 @@ public class NPANDAY_480_AzureSupportOne
         super( "[1.5.0-incubating,)", "[v4.0.30319,)" );
 
         skipIfMissingProgramFilesDirectory( "Windows Azure SDK", "Azure SDK is 
not installed" );
+        skipIfMissingProgramFilesDirectory( "IIS/Microsoft Web Deploy V2", 
"Web Deploy 2.0 not installed" );
         assertXdtPresent();
     }
 

Modified: 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithMultipleRoles.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithMultipleRoles.java?rev=1232740&r1=1232739&r2=1232740&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithMultipleRoles.java
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithMultipleRoles.java
 Wed Jan 18 03:21:35 2012
@@ -29,6 +29,7 @@ public class NPANDAY_480_CloudServiceWit
         super( "[1.5.0-incubating,)", "[v4.0.30319,)" );
 
         skipIfMissingProgramFilesDirectory( "Windows Azure SDK", "Azure SDK is 
not installed" );
+        skipIfMissingProgramFilesDirectory( "IIS/Microsoft Web Deploy V2", 
"Web Deploy 2.0 not installed" );
         assertXdtPresent();
     }
 


Reply via email to