Showing
1 changed file
with
1 additions
and
1 deletions
@@ -31,7 +31,7 @@ public class NoSqlDaoServiceTestSuite { | @@ -31,7 +31,7 @@ public class NoSqlDaoServiceTestSuite { | ||
31 | 31 | ||
32 | @ClassRule | 32 | @ClassRule |
33 | public static CustomSqlUnit sqlUnit = new CustomSqlUnit( | 33 | public static CustomSqlUnit sqlUnit = new CustomSqlUnit( |
34 | - Arrays.asList("sql/schema-entities-hsql.sql", "sql/schema-entities-idx.sql", "sql/system-data.sql", "sql/system-test.sql"), | 34 | + Arrays.asList("sql/schema-types-hsql.sql", "sql/schema-entities-hsql.sql", "sql/schema-entities-idx.sql", "sql/system-data.sql", "sql/system-test.sql"), |
35 | "sql/hsql/drop-all-tables.sql", | 35 | "sql/hsql/drop-all-tables.sql", |
36 | "nosql-test.properties" | 36 | "nosql-test.properties" |
37 | ); | 37 | ); |