Skip to content

Commit a5fcce2

Browse files
committed
added the updated tests
1 parent 8cea77e commit a5fcce2

File tree

6 files changed

+1594
-1954
lines changed

6 files changed

+1594
-1954
lines changed

src/ResourceManager/Websites/Commands.Websites.Test/Commands.Websites.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@
125125
<None Include="ScenarioTests\WebAppTests.ps1">
126126
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
127127
</None>
128-
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebsitesTests\TestCreatesNewSimpleWebsite.json">
128+
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppTests\TestCreatesNewSimpleWebApp.json">
129129
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
130130
</None>
131-
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebsitesTests\TestCreatesNewWebHostingPlan.json">
131+
<None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppTests\TestCreatesNewAppServicePlan.json">
132132
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
133133
</None>
134134
</ItemGroup>

src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests/WebAppTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ public class WebAppTests
2222
{
2323
[Fact]
2424
[Trait(Category.AcceptanceType, Category.CheckIn)]
25-
public void TestCreatesNewSimpleWebsite()
25+
public void TestCreatesNewSimpleWebApp()
2626
{
2727
WebsitesController.NewInstance.RunPsTest("Test-CreatesNewSimpleWebApp");
2828
}
2929

3030
[Fact]
3131
[Trait(Category.AcceptanceType, Category.CheckIn)]
32-
public void TestCreatesNewWebHostingPlan()
32+
public void TestCreatesNewAppServicePlan()
3333
{
3434
WebsitesController.NewInstance.RunPsTest("Test-CreatesNewAppServicePlan");
3535
}

src/ResourceManager/Websites/Commands.Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppTests/TestCreatesNewAppServicePlan.json

Lines changed: 742 additions & 0 deletions
Large diffs are not rendered by default.

src/ResourceManager/Websites/Commands.Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppTests/TestCreatesNewSimpleWebApp.json

Lines changed: 848 additions & 0 deletions
Large diffs are not rendered by default.

src/ResourceManager/Websites/Commands.Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebsitesTests/TestCreatesNewSimpleWebsite.json

Lines changed: 0 additions & 1208 deletions
This file was deleted.

src/ResourceManager/Websites/Commands.Websites.Test/SessionRecords/Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebsitesTests/TestCreatesNewWebHostingPlan.json

Lines changed: 0 additions & 742 deletions
This file was deleted.

0 commit comments

Comments
 (0)