Skip to content

Commit

Permalink
springside#185 another stupid problem
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin1978 committed May 1, 2013
1 parent 19b1fda commit acacc70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected static void buildDataSourceOnce() throws ClassNotFoundException {
*/
protected static void reloadSampleData() throws Exception {
String dbType = propertiesLoader.getProperty("db.type", "h2");
DataFixtures.executeScript(dataSource, "classpath:data/" + dbType + "cleanup-data.sql", "classpath:data/"
+ dbType + "import-data.sql");
DataFixtures.executeScript(dataSource, "classpath:data/" + dbType + "/cleanup-data.sql", "classpath:data/"
+ dbType + "/import-data.sql");
}
}

0 comments on commit acacc70

Please sign in to comment.