Skip to content

Commit 214c0b9

Browse files
authored
Updated two new test cases invocation from RunPowerShellTest to TestRunner.RunTestScript (#19015)
1 parent fc6d777 commit 214c0b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sql/Sql.Test/ScenarioTests/DatabaseReplicationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.'")]

0 commit comments

Comments
 (0)