summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema/derived/ExportingTestCase.java
diff options
context:
space:
mode:
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");
+ }
+
}