aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema/SchemaTestCase.java
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-10-22 13:43:10 +0200
committerTor Egge <Tor.Egge@online.no>2023-10-23 10:33:41 +0200
commit65e572f4507fe6324c07262f7302dd02d67ad175 (patch)
tree139bdb84ce8ef3024ff5c5275309634550213355 /config-model/src/test/java/com/yahoo/schema/SchemaTestCase.java
parent0c603b5bbffa9bb0293a487d8c9c0145205b11f9 (diff)
Remove unneeded document summary types.
Diffstat (limited to 'config-model/src/test/java/com/yahoo/schema/SchemaTestCase.java')
-rw-r--r--config-model/src/test/java/com/yahoo/schema/SchemaTestCase.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/config-model/src/test/java/com/yahoo/schema/SchemaTestCase.java b/config-model/src/test/java/com/yahoo/schema/SchemaTestCase.java
index 798252c9a34..c959634019d 100644
--- a/config-model/src/test/java/com/yahoo/schema/SchemaTestCase.java
+++ b/config-model/src/test/java/com/yahoo/schema/SchemaTestCase.java
@@ -143,10 +143,10 @@ public class SchemaTestCase {
" file: models/my_model.onnx" +
" }" +
" document-summary parent_summary1 {" +
- " summary pf1 type string {}" +
+ " summary pf1 {}" +
" }" +
" document-summary parent_summary2 {" +
- " summary pf2 type string {}" +
+ " summary pf2 {}" +
" }" +
" import field parentschema_ref.name as parent_imported {}" +
" raw-as-base64-in-summary" +
@@ -177,7 +177,7 @@ public class SchemaTestCase {
" file: models/my_model.onnx" +
" }" +
" document-summary child1_summary inherits parent_summary1 {" +
- " summary c1f1 type string {}" +
+ " summary c1f1 {}" +
" }" +
" import field parentschema_ref.name as child1_imported {}" +
"}");
@@ -208,7 +208,7 @@ public class SchemaTestCase {
" file: models/my_model.onnx" +
" }" +
" document-summary child2_summary inherits parent_summary1, parent_summary2 {" +
- " summary c2f1 type string {}" +
+ " summary c2f1 {}" +
" }" +
" import field parentschema_ref.name as child2_imported {}" +
"}");
@@ -340,7 +340,7 @@ public class SchemaTestCase {
" file: models/my_model.onnx" +
" }" +
" document-summary parent_summary {" +
- " summary pf1 type string {}" +
+ " summary pf1 {}" +
" }" +
" import field parentschema_ref.name as parent_imported {}" +
" raw-as-base64-in-summary" +