Commit 484382ba02057d9ba058466d637e2b0e6d9a3a58

Authored by Igor Kulikov
1 parent 13b7fa3a

Fix tests

@@ -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 );