Fixed augment schema path resolving.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / java / org / opendaylight / controller / yang / model / parser / impl / TestUtils.java
index 547710929ff0e7bdd4f2da030aa78311a4adc8e4..90a9b4ce1eae410dcff688ef1cecc21c1a635123 100644 (file)
@@ -30,7 +30,7 @@ final class TestUtils {
     }
 
     public static Set<Module> loadModules(String resourceDirectory) {
-        YangModelParser parser = new YangModelParserImpl();
+        YangModelParser parser = new YangParserImpl();
         final File testDir = new File(resourceDirectory);
         final String[] fileList = testDir.list();
         final List<File> testFiles = new ArrayList<File>();