Further cleanup of tests
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / java / org / opendaylight / yangtools / yang / stmt / IdentityIssueIetfRoutingTest.java
index 5b4a4e2e04a9544a033ab08f642c3703ad1ce605..5849aa871a7d201cff8fd6a0e6a5e16334ee2b10 100644 (file)
@@ -7,15 +7,11 @@
  */
 package org.opendaylight.yangtools.yang.stmt;
 
-import static org.junit.Assert.assertNotNull;
-
 import org.junit.Test;
-import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 
-public class IdentityIssueIetfRoutingTest {
+public class IdentityIssueIetfRoutingTest extends AbstractYangTest {
     @Test
-    public void test() throws Exception {
-        final SchemaContext context = StmtTestUtils.parseYangSources("/bugs/identity-ietf-routing-test/");
-        assertNotNull(context);
+    public void test() {
+        assertEffectiveModelDir("/bugs/identity-ietf-routing-test/");
     }
 }