Add more System.Json tests and remove dead xunit workarounds (dotnet/corefx#35057)
authorHugh Bellamy <hughbellars@gmail.com>
Tue, 5 Feb 2019 10:06:01 +0000 (10:06 +0000)
committerStephen Toub <stoub@microsoft.com>
Tue, 5 Feb 2019 10:06:01 +0000 (05:06 -0500)
commit18f6a0d43831badfd161981da6a26ee2ad3fb8e5
treec4ca7449f3d591d594fad436ff7c06e3aa7eb77b
parent6d713debd9f4d05a07f6cbc6f66050d81a129aec
Add more System.Json tests and remove dead xunit workarounds (dotnet/corefx#35057)

* Add more Json tests and remove old xunit workarounds

* Move files to the right place

* Fix tests

Commit migrated from https://github.com/dotnet/corefx/commit/53b8e52dbf12355ce845230f6bbe6c5425bb73e6
src/libraries/System.Json/tests/System.Json.Tests.csproj
src/libraries/System.Json/tests/System/Json/JsonArrayTests.cs [moved from src/libraries/System.Json/tests/JsonArrayTests.cs with 86% similarity]
src/libraries/System.Json/tests/System/Json/JsonObjectTests.cs [moved from src/libraries/System.Json/tests/JsonObjectTests.cs with 86% similarity]
src/libraries/System.Json/tests/System/Json/JsonPrimitiveTests.cs [moved from src/libraries/System.Json/tests/JsonPrimitiveTests.cs with 100% similarity]
src/libraries/System.Json/tests/System/Json/JsonValueTests.cs [moved from src/libraries/System.Json/tests/JsonValueTests.cs with 98% similarity]