Add property "yang.skip"
[yangtools.git] / yang / yang-maven-plugin / src / test / java / org / opendaylight / yangtools / yang2sources / plugin / YangToSourcesMojoTest.java
index 9e31f25a29ecff50bf0d9400ea624cb714f3462a..c3571e058e03fef5efb24d91feae8dff9b4b0b9a 100644 (file)
@@ -49,7 +49,7 @@ public class YangToSourcesMojoTest {
         this.mojo = new YangToSourcesMojo(processor);
         this.mojo.setProject(this.project);
         this.mojo.execute();
-        Mockito.verify(processor).execute();
+        Mockito.verify(processor).conditionalExecute(false);
     }
 
     @Test