Skip to content

Commit fcca131

Browse files
committed
removing sparse test project
1 parent 255991c commit fcca131

File tree

8 files changed

+5
-246
lines changed

8 files changed

+5
-246
lines changed

AzurePowershell.Test.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<XUnitTests Include=".\src\ResourceManager\TrafficManager\Commands.TrafficManager2.Test\bin\Debug\Microsoft.Azure.Commands.TrafficManager.Test.ScenarioTests.dll"/>
6868
<XUnitTests Include=".\src\ServiceManagement\Network\Commands.Network.Test\bin\Debug\Microsoft.WindowsAzure.Commands.ServiceManagement.Network.Test.dll"/>
6969
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
70-
<XUnitTests Include=".\src\Common\Commands.ResourceManager.Common.Test\bin\Debug\Microsoft.Azure.Commands.ResourceManager.Common.Test.dll"/>
7170
<XUnitTests Include=".\src\Common\Commands.ResourceManager.Profile.Test\bin\Debug\Microsoft.Azure.Commands.ResourceManager.Profile.Test.dll"/>
7271
</ItemGroup>
7372

src/Common/Commands.ResourceManager.Common.Test/Commands.ResourceManager.Common.Test/Commands.ResourceManager.Common.Test.csproj

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

src/Common/Commands.ResourceManager.Common.Test/Commands.ResourceManager.Common.Test/Properties/AssemblyInfo.cs

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

src/Common/Commands.ResourceManager.Common.Test/Commands.ResourceManager.Common.Test/packages.config

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,13 @@
1212
// limitations under the License.
1313
// ----------------------------------------------------------------------------------
1414

15-
using Microsoft.WindowsAzure.Commands.Utilities.Common;
16-
using Microsoft.Azure.Commands.ResourceManager.Common;
1715
using Microsoft.Azure.Common.Authentication;
1816
using Microsoft.Azure.Common.Authentication.Models;
1917
using System.Linq;
2018
using Xunit;
2119
using System;
22-
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
23-
using Hyak.Common;
24-
using System.Management.Automation;
2520
using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
26-
using Moq;
27-
using Microsoft.Rest;
2821
using System.Collections.Generic;
29-
using System.Net;
30-
using System.Net.Http;
31-
using System.Net.Http.Headers;
32-
using System.Threading;
33-
using System.Threading.Tasks;
34-
using Microsoft.Azure.Subscriptions;
35-
using Microsoft.Azure.Subscriptions.Models;
3622
using Microsoft.WindowsAzure.Commands.ScenarioTest;
3723

3824
namespace Microsoft.Azure.Commands.ResourceManager.Common.Test

src/Common/Commands.ResourceManager.Profile.Test/Commands.ResourceManager.Profile.Test.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@
182182
</Reference>
183183
</ItemGroup>
184184
<ItemGroup>
185+
<Compile Include="AzureRMProfileTests.cs" />
185186
<Compile Include="ContextCmdletTests.Live.cs" />
187+
<Compile Include="MockSubscriptionClientFactory.cs" />
186188
<Compile Include="ProfileController.cs" />
187189
<Compile Include="SubscriptionCmdletTests.cs" />
188190
<Compile Include="TenantCmdletTests.cs" />

src/ResourceManager.sln

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 14
3-
VisualStudioVersion = 14.0.23107.0
2+
# Visual Studio 2013
3+
VisualStudioVersion = 12.0.40629.0
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8531411A-0137-4E27-9C5E-49E07C245048}"
66
ProjectSection(SolutionItems) = preProject
@@ -121,8 +121,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common", "Common\C
121121
EndProject
122122
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Storage", "ServiceManagement\Storage\Commands.Storage\Commands.Storage.csproj", "{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}"
123123
EndProject
124-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ResourceManager.Common.Test", "Common\Commands.ResourceManager.Common.Test\Commands.ResourceManager.Common.Test\Commands.ResourceManager.Common.Test.csproj", "{26B01740-0C84-48D2-BF5E-7F0473421EB7}"
125-
EndProjectGlobal
124+
Global
126125
GlobalSection(SolutionConfigurationPlatforms) = preSolution
127126
Debug|Any CPU = Debug|Any CPU
128127
Release|Any CPU = Release|Any CPU
@@ -348,10 +347,6 @@ EndProjectGlobal
348347
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Debug|Any CPU.Build.0 = Debug|Any CPU
349348
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Release|Any CPU.ActiveCfg = Release|Any CPU
350349
{08CF7DA7-0392-4A19-B79B-E1FF67CDB81A}.Release|Any CPU.Build.0 = Release|Any CPU
351-
{26B01740-0C84-48D2-BF5E-7F0473421EB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
352-
{26B01740-0C84-48D2-BF5E-7F0473421EB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
353-
{26B01740-0C84-48D2-BF5E-7F0473421EB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
354-
{26B01740-0C84-48D2-BF5E-7F0473421EB7}.Release|Any CPU.Build.0 = Release|Any CPU
355350
EndGlobalSection
356351
GlobalSection(SolutionProperties) = preSolution
357352
HideSolutionNode = FALSE
@@ -381,6 +376,5 @@ EndProjectGlobal
381376
{F220C306-29A3-4511-8518-A58A55C60D07} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
382377
{13E031E4-8A43-4B87-9D72-D70180C31C11} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
383378
{3436A126-EDC9-4060-8952-9A1BE34CDD95} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
384-
{26B01740-0C84-48D2-BF5E-7F0473421EB7} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
385379
EndGlobalSection
386380
EndGlobal

0 commit comments

Comments
 (0)