forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up JsonElementWriteTests (dotnet/corefx#40468)
* Make JsonElementWriteTests and JsonDocumentWriteTests share drivers * Fix the casing of all escaped values in these tests (reducing the need for normalization) * Hard-code the correct answer for a test that used NewtonSoft.Json to dynamically compute the same answer every run * Make two async tests declare async, and await the async part. As a followup the JsonElementWriteTests / JsonDocumentWriteTests / JsonReadonlyDomWriteTests classes can be split to multiple files, but in this PR it keeps the edits reduced to only the semantic changes (inheritance). Commit migrated from dotnet/corefx@95d012c
- Loading branch information
1 parent
1e8663d
commit 160b298
Showing
2 changed files
with
303 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.