Fixed a bug when handling test-dependencies: XML-mappings were ignored
[hibernate4-maven-plugin] / src / it / hmp-testclasses-annotationscanning / verify.bsh
1 import de.juplo.test.FileComparator;
2
3
4 FileComparator comparator = new FileComparator(basedir);
5
6 if (!comparator.isEqual("drop-schema.ddl","target/db-schema/drop-schema.ddl"))
7   return false;
8 if (!comparator.isEqual("create-schema.ddl","target/db-schema/create-schema.ddl"))
9   return false;