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()
100100 [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
101101 public void TestCreateCopyDatabaseWithGeoZoneBackupStorageRedundancy ( )
102102 {
103- RunPowerShellTest ( "Test-CreateCopyDatabaseWithGeoZoneBackupStorageRedundancy" ) ;
103+ TestRunner . RunTestScript ( "Test-CreateCopyDatabaseWithGeoZoneBackupStorageRedundancy" ) ;
104104 }
105105
106106 [ Fact ]
107107 [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
108108 public void TestCreateSecondaryDatabaseWithGeoZoneBackupStorageRedundancy ( )
109109 {
110- RunPowerShellTest ( "Test-CreateSecondaryDatabaseWithGeoZoneBackupStorageRedundancy" ) ;
110+ TestRunner . RunTestScript ( "Test-CreateSecondaryDatabaseWithGeoZoneBackupStorageRedundancy" ) ;
111111 }
112112
113113 [ 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