Skip to content

Commit df8fbf2

Browse files
author
Aleksey Genus
committed
Fix jackson tests
1 parent edeb62d commit df8fbf2

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

testlib/src/main/resources/json/sortByKeysAfterDisabled_Simple.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"x": 5,
1212
"X": 2
1313
},
14+
"_objectsInArraysAreSorted": [{
15+
"a": 1,
16+
"b": 2
17+
}],
1418
"_arraysNotSorted": [
1519
3,
1620
2,

testlib/src/main/resources/json/sortByKeysAfter_Jackson.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"A": 1,
33
"X": 2,
44
"_arraysNotSorted": [ 3, 2, 1 ],
5+
"_objectsInArraysAreSorted": [ {
6+
"a": 1,
7+
"b": 2
8+
} ],
59
"a": 3,
610
"c": 4,
711
"x": 5,

testlib/src/main/resources/json/sortByKeysAfter_Jackson_spaceAfterKeySeparator.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"A": 1,
33
"X": 2,
44
"_arraysNotSorted": [ 3, 2, 1 ],
5+
"_objectsInArraysAreSorted": [ {
6+
"a": 1,
7+
"b": 2
8+
} ],
59
"a": 3,
610
"c": 4,
711
"x": 5,

0 commit comments

Comments
 (0)