Commit f0535e9
committed
[TEST] fix float comparison in RandomObjects#getExpectedParsedValue
This commit fixes a test bug introduced with elastic#36597. This caused some
test failure as stored field values comparisons would not work when CBOR
xcontent type was used.
Closes elastic#290801 parent f9e6a2a commit f0535e9
File tree
1 file changed
+6
-3
lines changed- test/framework/src/main/java/org/elasticsearch/test
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | 145 | | |
| 146 | + | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
0 commit comments