Follow usual naming convention when old "retest" related stuff got deleted.
[mdsal.git] / binding / mdsal-binding-java-api-generator / src / test / java / org / opendaylight / yangtools / sal / java / api / generator / test / Bug1276Test.java
index 0a24d2d83877bee31cc51f5948a45720e56b4456..6bc162b9c3badd62f95a6e9ad7993e31062ce33d 100644 (file)
@@ -88,7 +88,7 @@ public class Bug1276Test extends BaseCompilationTest {
 
     private void generateTestSources(final String resourceDirPath, final File sourcesOutputDir) throws Exception {
         final List<File> sourceFiles = CompilationTestUtils.getSourceFiles(resourceDirPath);
-        final SchemaContext context = RetestUtils.parseYangSources(sourceFiles);
+        final SchemaContext context = TestUtils.parseYangSources(sourceFiles);
         final List<Type> types = bindingGenerator.generateTypes(context);
         final GeneratorJavaFile generator = new GeneratorJavaFile(ImmutableSet.copyOf(types));
         generator.generateToFile(sourcesOutputDir);