Commit 484382ba02057d9ba058466d637e2b0e6d9a3a58

Authored by Igor Kulikov
1 parent 13b7fa3a

Fix tests

... ... @@ -31,7 +31,7 @@ public class NoSqlDaoServiceTestSuite {
31 31
32 32 @ClassRule
33 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 35 "sql/hsql/drop-all-tables.sql",
36 36 "nosql-test.properties"
37 37 );
... ...