Configured the 5.1.17-tutorials as integration-tests for the plugin
[hibernate4-maven-plugin] / src / it / ignored-dependency / verify.bsh
index 47470ce..d350caa 100644 (file)
@@ -3,5 +3,5 @@ import de.juplo.test.FileComparator;
 
 FileComparator comparator = new FileComparator(basedir);
 
-if (!comparator.isEqual("schema.sql","main/target/schema.sql"))
+if (!comparator.isEqual("schema.sql","main/target/create.sql"))
   return false;