From cd8aa759a4bcadb25a93c518a4a103292ff919de Mon Sep 17 00:00:00 2001 From: Vincent Dai <23257217+vidai-msft@users.noreply.github.com> Date: Fri, 22 Jul 2022 10:25:15 +0800 Subject: [PATCH] Updated two new test cases invocation from RunPowerShellTest to TestRunner.RunTestScript --- src/Sql/Sql.Test/ScenarioTests/DatabaseReplicationTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.'")]