Skip to content
Snippets Groups Projects
Commit 4f11f7db authored by Adam Laskowski's avatar Adam Laskowski
Browse files

BIS-1009: Workaround to finally force create an initial database

parent 5606e152
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -25,6 +25,7 @@ public class CommonAuthorizationScreeningSystemTest
public void setUpDatabaseProperties()
{
TestInitializer.setForceCreateWithInitialData(true);
TestInitializer.initEmptyDbWithIndex();
}
......
......@@ -16,6 +16,7 @@
package ch.systemsx.cisd.openbis.screening.systemtests.authorization.validator;
import ch.systemsx.cisd.openbis.datastoreserver.systemtests.authorization.validator.CommonValidatorSystemTest;
import ch.systemsx.cisd.openbis.generic.server.util.TestInitializer;
import ch.systemsx.cisd.openbis.screening.systemtests.authorization.CommonAuthorizationScreeningSystemTest;
/**
......@@ -27,6 +28,7 @@ public abstract class CommonValidatorScreeningSystemTest<O> extends CommonValida
@Override
protected void setUpDatabaseProperties()
{
TestInitializer.setForceCreateWithInitialData(true);
new CommonAuthorizationScreeningSystemTest().setUpDatabaseProperties();
}
......
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