File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Sql/Sql.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,14 @@ public void TestCreateSecondaryDatabaseWithBackupStorageRedundancy()
100
100
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
101
101
public void TestCreateCopyDatabaseWithGeoZoneBackupStorageRedundancy ( )
102
102
{
103
- RunPowerShellTest ( "Test-CreateCopyDatabaseWithGeoZoneBackupStorageRedundancy" ) ;
103
+ TestRunner . RunTestScript ( "Test-CreateCopyDatabaseWithGeoZoneBackupStorageRedundancy" ) ;
104
104
}
105
105
106
106
[ Fact ]
107
107
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
108
108
public void TestCreateSecondaryDatabaseWithGeoZoneBackupStorageRedundancy ( )
109
109
{
110
- RunPowerShellTest ( "Test-CreateSecondaryDatabaseWithGeoZoneBackupStorageRedundancy" ) ;
110
+ TestRunner . RunTestScript ( "Test-CreateSecondaryDatabaseWithGeoZoneBackupStorageRedundancy" ) ;
111
111
}
112
112
113
113
[ Fact ( Skip = "Location 'East US 2 EUAP' is not accepting creation of new Windows Azure SQL Database servers at this time.'" ) ]
You can’t perform that action at this time.
0 commit comments