Use import.sql instead of data.sql.
This commit is contained in:
@@ -38,6 +38,6 @@ public abstract class AbstractShowcaseTest extends AbstractTransactionalShowcase
|
||||
public void setupData() throws Exception {
|
||||
|
||||
deleteFromTables("account", "customer");
|
||||
executeSqlScript("classpath:data.sql", false);
|
||||
executeSqlScript("classpath:import.sql", false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user