summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-10-07 10:27:20 +0200
committerJon Bratseth <bratseth@gmail.com>2022-10-07 10:27:20 +0200
commit0f15123c14bc8fec27693d4122108c9e1be67df4 (patch)
tree03331fc5d6fdfb42ca3ab5a41e00d0ce07525c9f /document
parent8fcec55c82a1035dd17a59eb7bd1b1b65fb16f17 (diff)
Test more
Diffstat (limited to 'document')
-rw-r--r--document/src/test/java/com/yahoo/document/json/JsonReaderTestCase.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/document/src/test/java/com/yahoo/document/json/JsonReaderTestCase.java b/document/src/test/java/com/yahoo/document/json/JsonReaderTestCase.java
index b86d05f2d3d..97422217857 100644
--- a/document/src/test/java/com/yahoo/document/json/JsonReaderTestCase.java
+++ b/document/src/test/java/com/yahoo/document/json/JsonReaderTestCase.java
@@ -1046,16 +1046,16 @@ public class JsonReaderTestCase {
" 'fields': {",
" 'nonexisting1': { 'assign': 'ignored value' },",
" 'field1': { 'assign': 'value1' },",
-// " 'nonexisting2': { " +
-// " 'assign': {",
-// " 'blocks': {",
-// " 'a':[2.0,3.0],",
-// " 'b':[4.0,5.0]",
-// " }",
-// " }",
-// " },",
- " 'field2': { 'assign': 'value2' }",
-// " 'nonexisting3': { 'assign': 'ignored value' }",
+ " 'nonexisting2': { " +
+ " 'assign': {",
+ " 'blocks': {",
+ " 'a':[2.0,3.0],",
+ " 'b':[4.0,5.0]",
+ " }",
+ " }",
+ " },",
+ " 'field2': { 'assign': 'value2' },",
+ " 'nonexisting3': { 'assign': 'ignored value' }",
" }",
"}"));
DocumentParseInfo parseInfo = r.parseDocument().get();