1 import de.juplo.test.FileComparator;
4 FileComparator comparator = new FileComparator(basedir);
6 if (!comparator.isEqual("drop-schema.ddl","target/db-schema/drop-schema.ddl"))
8 if (!comparator.isEqual("create-schema.ddl","target/db-schema/create-schema.ddl"))