Author: brett
Date: Fri Dec 30 10:53:46 2011
New Revision: 1225797
URL: http://svn.apache.org/viewvc?rev=1225797&view=rev
Log:
fix framework version
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AzureBootstrap.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
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithWorkerRole.java
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AzureBootstrap.java
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AzureBootstrap.java?rev=1225797&r1=1225796&r2=1225797&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AzureBootstrap.java
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/AzureBootstrap.java
Fri Dec 30 10:53:46 2011
@@ -29,7 +29,7 @@ public class AzureBootstrap
{
public AzureBootstrap()
{
- super( "[1.5.0-incubating,)", "[v4.0,)" );
+ super( "[1.5.0-incubating,)", "[v4.0.30319,)" );
skipIfMissingProgramFilesDirectory( "Windows Azure SDK", "Azure SDK is
not installed" );
}
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=1225797&r1=1225796&r2=1225797&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
Fri Dec 30 10:53:46 2011
@@ -26,7 +26,7 @@ public class NPANDAY_480_AzureSupportOne
{
public NPANDAY_480_AzureSupportOneWebRole()
{
- super( "[1.5.0-incubating,)", "[v4.0,)" );
+ super( "[1.5.0-incubating,)", "[v4.0.30319,)" );
skipIfMissingProgramFilesDirectory( "Windows Azure SDK", "Azure SDK is
not installed" );
}
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=1225797&r1=1225796&r2=1225797&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
Fri Dec 30 10:53:46 2011
@@ -26,7 +26,7 @@ public class NPANDAY_480_CloudServiceWit
{
public NPANDAY_480_CloudServiceWithMultipleRoles()
{
- super( "[1.5.0-incubating,)", "[v4.0,)" );
+ super( "[1.5.0-incubating,)", "[v4.0.30319,)" );
skipIfMissingProgramFilesDirectory( "Windows Azure SDK", "Azure SDK is
not installed" );
}
Modified:
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithWorkerRole.java
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithWorkerRole.java?rev=1225797&r1=1225796&r2=1225797&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithWorkerRole.java
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_480_CloudServiceWithWorkerRole.java
Fri Dec 30 10:53:46 2011
@@ -26,7 +26,7 @@ public class NPANDAY_480_CloudServiceWit
{
public NPANDAY_480_CloudServiceWithWorkerRole()
{
- super( "[1.5.0-incubating,)", "[v4.0,)" );
+ super( "[1.5.0-incubating,)", "[v4.0.30319,)" );
skipIfMissingProgramFilesDirectory( "Windows Azure SDK", "Azure SDK is
not installed" );
}