Added generation of Transfer Objects from Type Definitions.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / maven-yang-plugin-it / src / test / java / org / opendaylight / controller / yang2sources / plugin / it / YangToSourcesPluginTest.java
index 1d8f5708530c631aaf3314995f499aad2df1f92d..4b41cfd9441705ef07ae23685c7c272afeace5f9 100644 (file)
@@ -68,7 +68,6 @@ public class YangToSourcesPluginTest {
     public void testNoYangFiles() throws VerificationException {
         Verifier v = setUp("NoYangFiles/", false);
         v.verifyTextInLog("[WARNING] yang-to-sources: No yang file found in ");
-        v.verifyTextInLog("[INFO] yang-to-sources: yang files parsed from []");
         v.verifyTextInLog("[INFO] yang-to-sources: Code generator instantiated from org.opendaylight.controller.yang2sources.spi.CodeGeneratorTestImpl");
         v.verifyTextInLog("[INFO] yang-to-sources: Sources generated by org.opendaylight.controller.yang2sources.spi.CodeGeneratorTestImpl: null");
     }