Verifying generated SQL in integration-test schemaexport-example
[hibernate4-maven-plugin] / src / it / schemaexport-example / verify.bsh
1 import de.juplo.test.FileComparator;
2
3
4 FileComparator comparator = new FileComparator(basedir);
5
6 if (!comparator.isEqual("schema.sql","schemaexport-example-persistence-impl/target/schema.sql"))
7   return false;