Skip to content
Snippets Groups Projects
Commit 6fd2ef6e authored by tpylak's avatar tpylak
Browse files

minor: simple qay of using h2 in unit tests

SVN: 12359
parent 5dcb1229
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ public abstract class AbstractDAOTest extends AbstractTransactionalTestNGSpringC ...@@ -87,6 +87,7 @@ public abstract class AbstractDAOTest extends AbstractTransactionalTestNGSpringC
System.setProperty("hibernate.search.index-base", LUCENE_INDEX_PATH); System.setProperty("hibernate.search.index-base", LUCENE_INDEX_PATH);
System.setProperty("hibernate.search.worker.execution", "sync"); System.setProperty("hibernate.search.worker.execution", "sync");
System.setProperty("mass-upload-folder", "sourceTest/sql/postgresql"); System.setProperty("mass-upload-folder", "sourceTest/sql/postgresql");
//System.setProperty("database.engine", "h2");
} }
static final Long ANOTHER_DATABASE_INSTANCE_ID = new Long(2); static final Long ANOTHER_DATABASE_INSTANCE_ID = new Long(2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment