6e51858d9706a938f2e30c0d08f30687a91ba332
[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;