Skip to content

Commit cef8670

Browse files
committed
Move tests from full facade folder to type forward destination
Fixes #89230 A previous changed moved full facade assemblies into src/libraries/shims but the tests were left in their original location. 1. Move System.Data.DataSetExtensions/tests into System.Data.Common/tests and all other test projects under System.Runtime/tests. 2. Update the tests.proj file that excludes based on the test project file paths. 3. Delete System.AppContext/tests which already existed (as a copy) under System.Runtime/tests. 4. Update System.Runtime.sln and System.Data.Common.sln 5. Delete README.md files that are now unused and not required anymore.
1 parent 76aeefb commit cef8670

File tree

1,354 files changed

+2009
-520
lines changed

Some content is hidden

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

1,354 files changed

+2009
-520
lines changed

src/libraries/System.AppContext/tests/AppContext.Switch.Validation.cs

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

src/libraries/System.AppContext/tests/AppContext.Switch.cs

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

src/libraries/System.AppContext/tests/System.AppContext.Tests.csproj

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

src/libraries/System.Buffers/README.md

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

src/libraries/System.Data.Common/System.Data.Common.sln

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.Common", "src\S
2727
EndProject
2828
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.Common.Tests", "tests\System.Data.Common.Tests.csproj", "{BEBD7B5B-9544-42EB-B878-F009560CAAF4}"
2929
EndProject
30+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.DataSetExtensions.Tests", "tests\System.Data.DataSetExtensions.Tests\System.Data.DataSetExtensions.Tests.csproj", "{23C88520-DA42-4015-9238-D3B211B00F8E}"
31+
EndProject
3032
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Net.Primitives", "..\System.Net.Primitives\ref\System.Net.Primitives.csproj", "{88B5FB49-4E8D-4EF9-8DE7-1E35CA10338A}"
3133
EndProject
3234
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.ObjectModel", "..\System.ObjectModel\ref\System.ObjectModel.csproj", "{48C26AB9-318C-4425-85F2-7358FC19FEC3}"
@@ -407,6 +409,27 @@ Global
407409
{BEBD7B5B-9544-42EB-B878-F009560CAAF4}.Checked|arm64.ActiveCfg = Debug|Any CPU
408410
{BEBD7B5B-9544-42EB-B878-F009560CAAF4}.Checked|x64.ActiveCfg = Debug|Any CPU
409411
{BEBD7B5B-9544-42EB-B878-F009560CAAF4}.Checked|x86.ActiveCfg = Debug|Any CPU
412+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
413+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
414+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|arm.ActiveCfg = Debug|Any CPU
415+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|arm64.ActiveCfg = Debug|Any CPU
416+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|x64.ActiveCfg = Debug|Any CPU
417+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|x64.Build.0 = Debug|Any CPU
418+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|x86.ActiveCfg = Debug|Any CPU
419+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|x86.Build.0 = Debug|Any CPU
420+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
421+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|Any CPU.Build.0 = Release|Any CPU
422+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|arm.ActiveCfg = Release|Any CPU
423+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|arm64.ActiveCfg = Release|Any CPU
424+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|x64.ActiveCfg = Release|Any CPU
425+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|x64.Build.0 = Release|Any CPU
426+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|x86.ActiveCfg = Release|Any CPU
427+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|x86.Build.0 = Release|Any CPU
428+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Checked|Any CPU.ActiveCfg = Debug|Any CPU
429+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Checked|arm.ActiveCfg = Debug|Any CPU
430+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Checked|arm64.ActiveCfg = Debug|Any CPU
431+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Checked|x64.ActiveCfg = Debug|Any CPU
432+
{23C88520-DA42-4015-9238-D3B211B00F8E}.Checked|x86.ActiveCfg = Debug|Any CPU
410433
{88B5FB49-4E8D-4EF9-8DE7-1E35CA10338A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
411434
{88B5FB49-4E8D-4EF9-8DE7-1E35CA10338A}.Debug|Any CPU.Build.0 = Debug|Any CPU
412435
{88B5FB49-4E8D-4EF9-8DE7-1E35CA10338A}.Debug|arm.ActiveCfg = Debug|Any CPU
@@ -835,6 +858,7 @@ Global
835858
{F3DC1DF9-698A-4970-9A5E-AB946D6F763B} = {83E4FB59-E8AB-41DD-9770-7ACC71364E6A}
836859
{0BD22D2A-C12C-4641-8F12-73D21AAAFBA3} = {B1861E5E-4FCA-4CA5-9BB5-5A3C3DBC7F7D}
837860
{BEBD7B5B-9544-42EB-B878-F009560CAAF4} = {B1861E5E-4FCA-4CA5-9BB5-5A3C3DBC7F7D}
861+
{23C88520-DA42-4015-9238-D3B211B00F8E} = {B1861E5E-4FCA-4CA5-9BB5-5A3C3DBC7F7D}
838862
{055E51B6-ACE0-4EE9-97C7-DC37D0FAF5E8} = {79588763-C99B-4C1B-88D3-181A92A98364}
839863
{FB0CD622-EA22-4E27-892C-FE2E0BC962AF} = {79588763-C99B-4C1B-88D3-181A92A98364}
840864
{5A54B7B6-6396-4F08-BA9C-5A1DA119A61F} = {79588763-C99B-4C1B-88D3-181A92A98364}

0 commit comments

Comments
 (0)