Skip to content

Commit 1e28080

Browse files
committed
Fix UTs
1 parent fe09301 commit 1e28080

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Common/Commands.Common.Test/Common/ProfileClientTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ private void SetMockData()
14391439
oldProfileDataPath = System.IO.Path.Combine(AzurePowerShell.ProfileDirectory, AzurePowerShell.OldProfileFile);
14401440
oldProfileDataPathError = System.IO.Path.Combine(AzurePowerShell.ProfileDirectory, AzurePowerShell.OldProfileFileBackup);
14411441
oldProfileData = @"<?xml version=""1.0"" encoding=""utf-8""?>
1442-
<ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Commands.Utilities.Common"">
1442+
<ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.Azure.Common.Extensions"">
14431443
<DefaultEnvironmentName>AzureCloud</DefaultEnvironmentName>
14441444
<Environments>
14451445
<AzureEnvironmentData>
@@ -1548,7 +1548,7 @@ private void SetMockData()
15481548
</ProfileData>";
15491549

15501550
oldProfileDataBadSubscription = @"<?xml version=""1.0"" encoding=""utf-8""?>
1551-
<ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Commands.Utilities.Common"">
1551+
<ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.Azure.Common.Extensions"">
15521552
<DefaultEnvironmentName>AzureCloud</DefaultEnvironmentName>
15531553
<Environments>
15541554
</Environments>
@@ -1629,7 +1629,7 @@ private void SetMockData()
16291629
</ProfileData>";
16301630

16311631
oldProfileDataCorruptedFile = @"<?xml version=""1.0"" encoding=""utf-8""?>
1632-
<ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.WindowsAzure.Commands.Utilities.Common"">
1632+
<ProfileData xmlns:i=""http://www.w3.org/2001/XMLSchema-instance"" xmlns=""http://schemas.datacontract.org/2004/07/Microsoft.Azure.Common.Extensions"">
16331633
<DefaultEnvironmentName>AzureCloud</DefaultEnvironmentName>
16341634
<Environments bad>
16351635
<AzureEnvironmentData>

0 commit comments

Comments
 (0)