Skip to content

Commit 269721b

Browse files
committed
Moved dotnet CLI test contents into the dotnet CLI tests project.
1 parent 4136a7f commit 269721b

File tree

169 files changed

+64
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+64
-36
lines changed

test/dotnet.Tests/dotnet.Tests.csproj

+64-36
Original file line numberDiff line numberDiff line change
@@ -23,46 +23,74 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26+
<!-- TODO: Hmmm??? -->
2627
<Compile Include="..\crossgen.Tests\**\*.cs" LinkBase="crossgen" />
27-
<Compile Include="..\dotnet-add-package.Tests\**\*.cs" LinkBase="dotnet-add-package" />
28-
<Compile Include="..\dotnet-add-reference.Tests\**\*.cs" LinkBase="dotnet-add-reference" />
28+
29+
<!-- <Compile Include="..\dotnet-add-package.Tests\**\*.cs" LinkBase="dotnet-add-package" /> -->
30+
<!-- <Compile Include="..\dotnet-add-reference.Tests\**\*.cs" LinkBase="dotnet-add-reference" /> -->
31+
32+
<!-- TODO: Too old??? -->
2933
<Compile Include="..\dotnet-back-compat.Tests\**\*.cs" LinkBase="dotnet-back-compat" />
30-
<Compile Include="..\dotnet-build.Tests\**\*.cs" LinkBase="dotnet-build" />
31-
<Compile Include="..\dotnet-clean.Tests\**\*.cs" LinkBase="dotnet-clean" />
34+
35+
<!-- <Compile Include="..\dotnet-build.Tests\**\*.cs" LinkBase="dotnet-build" /> -->
36+
<!-- <Compile Include="..\dotnet-clean.Tests\**\*.cs" LinkBase="dotnet-clean" /> -->
37+
38+
<!-- TODO: Hmmm... where do these go? -->
3239
<Compile Include="..\dotnet-completions.Tests\**\*.cs" Exclude="..\dotnet-completions.Tests\snapshots\**\*" LinkBase="dotnet-completions" />
3340
<Content Include="..\dotnet-completions.Tests\snapshots/**/*" LinkBase="snapshots" CopyToOutputDirectory="PreserveNewest" Pack="false" />
34-
<Compile Include="..\dotnet-format.Tests\*.cs" LinkBase="dotnet-format" />
35-
<Compile Include="..\dotnet-fsi.Tests\**\*.cs" LinkBase="dotnet-fsi" />
36-
<Compile Include="..\dotnet-help.Tests\**\*.cs" LinkBase="dotnet-help" />
37-
<Compile Include="..\dotnet-install-tool.Tests\**\*.cs" LinkBase="dotnet-install-tool" />
38-
<Compile Include="..\dotnet-list-package.Tests\**\*.cs" LinkBase="dotnet-list-package" />
39-
<Compile Include="..\dotnet-list-reference.Tests\**\*.cs" LinkBase="dotnet-list-reference" />
40-
<Compile Include="..\dotnet-nuget.UnitTests\**\*.cs" LinkBase="dotnet-nuget" />
41-
<Compile Include="..\dotnet-pack.Tests\**\*.cs" LinkBase="dotnet-pack" />
42-
<Compile Include="..\dotnet-project-convert.Tests\**\*.cs" LinkBase="dotnet-project-convert" />
43-
<Compile Include="..\dotnet-publish.Tests\**\*.cs" LinkBase="dotnet-publish" />
44-
<Compile Include="..\dotnet-remove-package.Tests\**\*.cs" LinkBase="dotnet-remove-package" />
45-
<Compile Include="..\dotnet-remove-reference.Tests\**\*.cs" LinkBase="dotnet-remove-reference" />
46-
<Compile Include="..\dotnet-restore.Tests\**\*.cs" LinkBase="dotnet-restore" />
47-
<Compile Include="..\dotnet-run.Tests\**\*.cs" LinkBase="dotnet-run" />
48-
<Compile Include="..\dotnet-sdk-check.Tests\**\*.cs" LinkBase="dotnet-sdk-check" />
49-
<Compile Include="..\dotnet-store.Tests\**\*.cs" LinkBase="dotnet-store" />
50-
<Compile Include="..\dotnet-test.Tests\**\*.cs" LinkBase="dotnet-test" />
51-
<Compile Include="..\dotnet-vstest.Tests\**\*.cs" LinkBase="dotnet-vstest" />
52-
<Compile Include="..\dotnet-workload-install.Tests\**\*.cs" LinkBase="dotnet-workload-install" />
53-
<Compile Include="..\dotnet-workload-list.Tests\**\*.cs" LinkBase="dotnet-workload-list" />
54-
<Compile Include="..\dotnet-workload-repair.Tests\**\*.cs" LinkBase="dotnet-workload-repair" />
55-
<Compile Include="..\dotnet-workload-restore.Tests\**\*.cs" LinkBase="dotnet-workload-restore" />
56-
<Compile Include="..\dotnet-workload-search.Tests\**\*.cs" LinkBase="dotnet-workload-search" />
57-
<Compile Include="..\dotnet-workload-uninstall.Tests\**\*.cs" LinkBase="dotnet-workload-uninstall" />
58-
<Compile Include="..\dotnet-workload-update.Tests\**\*.cs" LinkBase="dotnet-workload-update" />
59-
<Compile Include="..\Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests\**\*.cs" LinkBase="Telemetry.PersistenceChannel" />
60-
<Compile Include="..\Microsoft.DotNet.CommandFactory.Tests\**\*.cs" LinkBase="CommandFactory" />
61-
<Compile Include="..\Microsoft.DotNet.Configurer.UnitTests\**\*.cs" LinkBase="Configurer" />
62-
<Compile Include="..\Microsoft.DotNet.ShellShim.Tests\**\*.cs" LinkBase="ShellShim" />
63-
<Compile Remove="..\dotnet-test.Tests\MSBuildHandlerTests.cs" />
64-
65-
<None Include="..\Microsoft.DotNet.ShellShim.Tests\WpfBinaryTestAsssets\testwpf.dll" LinkBase="WpfBinaryTestAsssets">
41+
42+
<!-- TODO: There is a nested project in this folder. -->
43+
<!-- <Compile Include="..\dotnet-format.Tests\*.cs" LinkBase="dotnet-format" /> -->
44+
45+
<!-- <Compile Include="..\dotnet-fsi.Tests\**\*.cs" LinkBase="dotnet-fsi" /> -->
46+
<!-- <Compile Include="..\dotnet-help.Tests\**\*.cs" LinkBase="dotnet-help" /> -->
47+
<!-- <Compile Include="..\dotnet-install-tool.Tests\**\*.cs" LinkBase="dotnet-install-tool" /> -->
48+
<!-- <Compile Include="..\dotnet-list-package.Tests\**\*.cs" LinkBase="dotnet-list-package" /> -->
49+
<!-- <Compile Include="..\dotnet-list-reference.Tests\**\*.cs" LinkBase="dotnet-list-reference" /> -->
50+
51+
<!-- TODO: What about these? -->
52+
<!-- dotnet-msbuild.Tests -->
53+
<!-- dotnet-new.Tests -->
54+
55+
<!-- <Compile Include="..\dotnet-nuget.UnitTests\**\*.cs" LinkBase="dotnet-nuget" /> -->
56+
<!-- <Compile Include="..\dotnet-pack.Tests\**\*.cs" LinkBase="dotnet-pack" /> -->
57+
<!-- <Compile Include="..\dotnet-project-convert.Tests\**\*.cs" LinkBase="dotnet-project-convert" /> -->
58+
<!-- <Compile Include="..\dotnet-publish.Tests\**\*.cs" LinkBase="dotnet-publish" /> -->
59+
<!-- <Compile Include="..\dotnet-remove-package.Tests\**\*.cs" LinkBase="dotnet-remove-package" /> -->
60+
<!-- <Compile Include="..\dotnet-remove-reference.Tests\**\*.cs" LinkBase="dotnet-remove-reference" /> -->
61+
<!-- <Compile Include="..\dotnet-restore.Tests\**\*.cs" LinkBase="dotnet-restore" /> -->
62+
<!-- <Compile Include="..\dotnet-run.Tests\**\*.cs" LinkBase="dotnet-run" /> -->
63+
<!-- <Compile Include="..\dotnet-sdk-check.Tests\**\*.cs" LinkBase="dotnet-sdk-check" /> -->
64+
<!-- <Compile Include="..\dotnet-store.Tests\**\*.cs" LinkBase="dotnet-store" /> -->
65+
66+
<!-- TODO: What about this? -->
67+
<!-- dotnet-sln.Tests -->
68+
69+
<!-- <Compile Include="..\dotnet-test.Tests\**\*.cs" LinkBase="dotnet-test" /> -->
70+
<!-- <Compile Include="..\dotnet-vstest.Tests\**\*.cs" LinkBase="dotnet-vstest" /> -->
71+
72+
<!-- TODO: What about this? -->
73+
<!-- dotnet-watch.Tests -->
74+
75+
<!-- <Compile Include="..\dotnet-workload-install.Tests\**\*.cs" LinkBase="dotnet-workload-install" /> -->
76+
<!-- <Compile Include="..\dotnet-workload-list.Tests\**\*.cs" LinkBase="dotnet-workload-list" /> -->
77+
<!-- <Compile Include="..\dotnet-workload-repair.Tests\**\*.cs" LinkBase="dotnet-workload-repair" /> -->
78+
<!-- <Compile Include="..\dotnet-workload-restore.Tests\**\*.cs" LinkBase="dotnet-workload-restore" /> -->
79+
<!-- <Compile Include="..\dotnet-workload-search.Tests\**\*.cs" LinkBase="dotnet-workload-search" /> -->
80+
<!-- <Compile Include="..\dotnet-workload-uninstall.Tests\**\*.cs" LinkBase="dotnet-workload-uninstall" /> -->
81+
<!-- <Compile Include="..\dotnet-workload-update.Tests\**\*.cs" LinkBase="dotnet-workload-update" /> -->
82+
<!-- <Compile Include="..\Microsoft.DotNet.Cli.Telemetry.PersistenceChannel.Tests\**\*.cs" LinkBase="Telemetry.PersistenceChannel" /> -->
83+
<!-- <Compile Include="..\Microsoft.DotNet.CommandFactory.Tests\**\*.cs" LinkBase="CommandFactory" /> -->
84+
<!-- <Compile Include="..\Microsoft.DotNet.Configurer.UnitTests\**\*.cs" LinkBase="Configurer" /> -->
85+
<!-- <Compile Include="..\Microsoft.DotNet.ShellShim.Tests\**\*.cs" LinkBase="ShellShim" /> -->
86+
87+
<!-- TODO: HUH?!?! -->
88+
<!-- <Compile Remove="..\dotnet-test.Tests\MSBuildHandlerTests.cs" /> -->
89+
<Compile Remove="CommandTests\Test\MSBuildHandlerTests.cs" />
90+
91+
<!-- TODO: Hmmm. -->
92+
<!-- <None Include="..\Microsoft.DotNet.ShellShim.Tests\WpfBinaryTestAsssets\testwpf.dll" LinkBase="WpfBinaryTestAsssets"> -->
93+
<None Include="ShellShimTests\WpfBinaryTestAsssets\testwpf.dll" LinkBase="WpfBinaryTestAsssets">
6694
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6795
</None>
6896

0 commit comments

Comments
 (0)