Optimize IMDT tests
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / DataTreeCandidatesTest.java
index 20361ddacff64cc772e23908b37f153153409459..084e4418d71bfae87b3254613f5e9611d4db3d4f 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.yangtools.yang.data.impl.schema.tree;
 
 import static org.junit.Assert.assertEquals;
@@ -30,12 +29,10 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-public class DataTreeCandidatesTest {
+public class DataTreeCandidatesTest extends AbstractTestModelTest {
 
     private static final Logger LOG = LoggerFactory.getLogger(DataTreeCandidatesTest.class);
 
-    private static final SchemaContext SCHEMA_CONTEXT = TestModel.createTestContext();
-
     private DataTree dataTree;
 
     @Before