-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
port from pr944 kosinsky:users/kokosins/IgnoreNullValuesV7, commit b2…
- Loading branch information
1 parent
590983b
commit 2de403d
Showing
6 changed files
with
151 additions
and
16 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
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
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
32 changes: 32 additions & 0 deletions
32
...er.Tests/JsonLight/JsonLightEntryWriterTests.IgnoreNullPropertiesInEntryTest.approved.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Combination: 1; TestConfiguration = Format: JsonLight, Request: True, Synchronous: True | ||
Model Present: true | ||
{"@odata.context":"http://odata.org/test/$metadata#CustomerSet/$entity","ID":42,"Hobby":"Hiking"} | ||
|
||
Combination: 2; TestConfiguration = Format: JsonLight, Request: False, Synchronous: True | ||
Model Present: true | ||
{"@odata.context":"http://odata.org/test/$metadata#CustomerSet/$entity","ID":42,"Hobby":"Hiking"} | ||
|
||
Combination: 3; TestConfiguration = Format: JsonLight, Request: True, Synchronous: False | ||
Model Present: true | ||
{"@odata.context":"http://odata.org/test/$metadata#CustomerSet/$entity","ID":42,"Hobby":"Hiking"} | ||
|
||
Combination: 4; TestConfiguration = Format: JsonLight, Request: False, Synchronous: False | ||
Model Present: true | ||
{"@odata.context":"http://odata.org/test/$metadata#CustomerSet/$entity","ID":42,"Hobby":"Hiking"} | ||
|
||
Combination: 5; TestConfiguration = Format: JsonLight, Request: True, Synchronous: True | ||
Model Present: true | ||
{"@odata.context":"http://odata.org/test/$metadata#CustomerSet/$entity","ID":44} | ||
|
||
Combination: 6; TestConfiguration = Format: JsonLight, Request: False, Synchronous: True | ||
Model Present: true | ||
{"@odata.context":"http://odata.org/test/$metadata#CustomerSet/$entity","ID":44} | ||
|
||
Combination: 7; TestConfiguration = Format: JsonLight, Request: True, Synchronous: False | ||
Model Present: true | ||
{"@odata.context":"http://odata.org/test/$metadata#CustomerSet/$entity","ID":44} | ||
|
||
Combination: 8; TestConfiguration = Format: JsonLight, Request: False, Synchronous: False | ||
Model Present: true | ||
{"@odata.context":"http://odata.org/test/$metadata#CustomerSet/$entity","ID":44} | ||
|
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
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