X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fmaven-yang-plugin-it%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fyang2sources%2Fplugin%2Fit%2FYangToSourcesPluginTestIT.java;fp=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fmaven-yang-plugin-it%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fyang2sources%2Fplugin%2Fit%2FYangToSourcesPluginTest.java;h=9535468ed52fefedaa58fb0aca0860337aa9d74e;hb=078cb82e367f1791af1de455559ef52b48cbd02e;hp=e77ec6c46b87b2a04bd61a46d036079f3ce4870c;hpb=860c42e09e38b323a5582d21df3c36ae1c3f62d9;p=controller.git diff --git a/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTest.java b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTestIT.java similarity index 96% rename from opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTest.java rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTestIT.java index e77ec6c46b..9535468ed5 100644 --- a/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTest.java +++ b/opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTestIT.java @@ -16,7 +16,7 @@ import org.apache.maven.it.VerificationException; import org.apache.maven.it.Verifier; import org.junit.Test; -public class YangToSourcesPluginTest { +public class YangToSourcesPluginTestIT { // TODO Test yang files in transitive dependencies @@ -112,7 +112,7 @@ public class YangToSourcesPluginTest { @Test public void testNoOutputDir() throws VerificationException { - Verifier v = YangToSourcesPluginTest.setUp("NoOutputDir/", false); + Verifier v = YangToSourcesPluginTestIT.setUp("NoOutputDir/", false); verifyCorrectLog(v); } @@ -126,7 +126,7 @@ public class YangToSourcesPluginTest { v1.assertFilePresent("target/classes/META-INF/yang/testfile2.yang"); v1.assertFilePresent("target/classes/META-INF/yang/testfile3.yang"); - Verifier v2 = YangToSourcesPluginTest.setUp("GenerateTest2/", false); + Verifier v2 = YangToSourcesPluginTestIT.setUp("GenerateTest2/", false); v2.executeGoal("clean"); v2.executeGoal("package"); v2.assertFilePresent("target/classes/META-INF/yang/private.yang");