summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/schema/SummaryTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/java/com/yahoo/schema/SummaryTestCase.java')
-rw-r--r--config-model/src/test/java/com/yahoo/schema/SummaryTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/java/com/yahoo/schema/SummaryTestCase.java b/config-model/src/test/java/com/yahoo/schema/SummaryTestCase.java
index 4f008e661c8..6442edd547d 100644
--- a/config-model/src/test/java/com/yahoo/schema/SummaryTestCase.java
+++ b/config-model/src/test/java/com/yahoo/schema/SummaryTestCase.java
@@ -360,7 +360,7 @@ public class SummaryTestCase {
if (explicit) {
assertEquals(1, logger.entries.size());
assertEquals(Level.FINE, logger.entries.get(0).level);
- assertEquals("For test, field 'foo', summary 'bar':" +
+ assertEquals("For schema 'test', field 'foo', summary 'bar':" +
" Specifying the type is deprecated, ignored and will be an error in Vespa 9." +
" Remove the type specification to silence this warning.", logger.entries.get(0).message);
} else {
@@ -393,7 +393,7 @@ public class SummaryTestCase {
if (explicit) {
assertEquals(1, logger.entries.size());
assertEquals(Level.FINE, logger.entries.get(0).level);
- assertEquals("For test, document-summary 'bar', summary field 'foo':" +
+ assertEquals("For schema 'test', document-summary 'bar', summary field 'foo':" +
" Specifying the type is deprecated, ignored and will be an error in Vespa 9." +
" Remove the type specification to silence this warning.", logger.entries.get(0).message);
} else {