diff --git a/src/Sql/Sql.Test/ScenarioTests/DatabaseReplicationTests.cs b/src/Sql/Sql.Test/ScenarioTests/DatabaseReplicationTests.cs index 2b871ce182b6..dfe4d1461b79 100644 --- a/src/Sql/Sql.Test/ScenarioTests/DatabaseReplicationTests.cs +++ b/src/Sql/Sql.Test/ScenarioTests/DatabaseReplicationTests.cs @@ -100,14 +100,14 @@ public void TestCreateSecondaryDatabaseWithBackupStorageRedundancy() [Trait(Category.AcceptanceType, Category.CheckIn)] public void TestCreateCopyDatabaseWithGeoZoneBackupStorageRedundancy() { - RunPowerShellTest("Test-CreateCopyDatabaseWithGeoZoneBackupStorageRedundancy"); + TestRunner.RunTestScript("Test-CreateCopyDatabaseWithGeoZoneBackupStorageRedundancy"); } [Fact] [Trait(Category.AcceptanceType, Category.CheckIn)] public void TestCreateSecondaryDatabaseWithGeoZoneBackupStorageRedundancy() { - RunPowerShellTest("Test-CreateSecondaryDatabaseWithGeoZoneBackupStorageRedundancy"); + TestRunner.RunTestScript("Test-CreateSecondaryDatabaseWithGeoZoneBackupStorageRedundancy"); } [Fact(Skip = "Location 'East US 2 EUAP' is not accepting creation of new Windows Azure SQL Database servers at this time.'")]