summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema/derived/ExportingTestCase.java
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-09-13 11:24:10 +0000
committerGeir Storli <geirst@yahooinc.com>2022-09-13 12:32:36 +0000
commit65ecb02c12d3f87ee3839bdddd14ce969a40d7ce (patch)
treec193afa889d34108c88d7dcec7be4d54a5c58516 /config-model/src/test/java/com/yahoo/schema/derived/ExportingTestCase.java
parentcf494ca75f3dc3bd66ef90a8438a20a5dd447452 (diff)
Allow dynamic transforms on array<string> summary fields.
Diffstat (limited to 'config-model/src/test/java/com/yahoo/schema/derived/ExportingTestCase.java')
-rw-r--r--config-model/src/test/java/com/yahoo/schema/derived/ExportingTestCase.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-model/src/test/java/com/yahoo/schema/derived/ExportingTestCase.java b/config-model/src/test/java/com/yahoo/schema/derived/ExportingTestCase.java
index b5b075ae260..c1e65abb5a5 100644
--- a/config-model/src/test/java/com/yahoo/schema/derived/ExportingTestCase.java
+++ b/config-model/src/test/java/com/yahoo/schema/derived/ExportingTestCase.java
@@ -192,4 +192,9 @@ public class ExportingTestCase extends AbstractExportingTestCase {
assertCorrectDeriving("structandfieldset");
}
+ @Test
+ void testBoldingAndDynamicSummary() throws IOException, ParseException {
+ assertCorrectDeriving("bolding_dynamic_summary");
+ }
+
}