Further rework of base schemas
[netconf.git] / netconf / sal-netconf-connector / src / test / java / org / opendaylight / netconf / sal / connect / netconf / AbstractTestModelTest.java
index 5c73e06d88c9a1786135724db7df3351b4867cf2..9baac226f27980ae0f9ddcd311182ab0354ab3a4 100644 (file)
@@ -12,7 +12,7 @@ import org.junit.BeforeClass;
 import org.opendaylight.yangtools.yang.model.api.EffectiveModelContext;
 import org.opendaylight.yangtools.yang.test.util.YangParserTestUtils;
 
-public abstract class AbstractTestModelTest {
+public abstract class AbstractTestModelTest extends AbstractBaseSchemasTest {
     protected static EffectiveModelContext SCHEMA_CONTEXT;
 
     @BeforeClass