aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/document/test/SDDocumentTypeTestCase.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-10-16 17:54:27 +0200
committerJon Bratseth <bratseth@gmail.com>2021-10-16 17:54:27 +0200
commit891cf8a8a1178afa459a1c1d771bd1b8b920fb73 (patch)
treee890dd2e182a62361cec1eb4cca06067b80b0063 /config-model/src/test/java/com/yahoo/document/test/SDDocumentTypeTestCase.java
parentcf7c0cb612a2cbc1cd63e7043eae28e5a5ecba06 (diff)
Validate schema inheritance
Diffstat (limited to 'config-model/src/test/java/com/yahoo/document/test/SDDocumentTypeTestCase.java')
-rw-r--r--config-model/src/test/java/com/yahoo/document/test/SDDocumentTypeTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/test/java/com/yahoo/document/test/SDDocumentTypeTestCase.java b/config-model/src/test/java/com/yahoo/document/test/SDDocumentTypeTestCase.java
index c878ea9951a..4714f4396dd 100644
--- a/config-model/src/test/java/com/yahoo/document/test/SDDocumentTypeTestCase.java
+++ b/config-model/src/test/java/com/yahoo/document/test/SDDocumentTypeTestCase.java
@@ -4,7 +4,7 @@ package com.yahoo.document.test;
import com.yahoo.document.DataType;
import com.yahoo.document.DataTypeName;
import com.yahoo.documentmodel.VespaDocumentType;
-import com.yahoo.searchdefinition.SchemaTestCase;
+import com.yahoo.searchdefinition.AbstractSchemaTestCase;
import com.yahoo.searchdefinition.document.SDDocumentType;
import com.yahoo.searchdefinition.document.SDField;
import org.junit.Test;
@@ -17,7 +17,7 @@ import static org.junit.Assert.*;
* @author Thomas Gundersen
* @author bratseth
*/
-public class SDDocumentTypeTestCase extends SchemaTestCase {
+public class SDDocumentTypeTestCase extends AbstractSchemaTestCase {
// Verify that we can register and retrieve fields.
@Test