Skip to content
Snippets Groups Projects
Commit 3cbfc303 authored by srosse's avatar srosse
Browse files

FXOLAT-391: fix the lock unit test for postgresql

parent 55e4e760
No related branches found
No related tags found
No related merge requests found
...@@ -88,8 +88,8 @@ import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests; ...@@ -88,8 +88,8 @@ import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests;
}) })
public abstract class OlatTestCase extends AbstractJUnit4SpringContextTests { public abstract class OlatTestCase extends AbstractJUnit4SpringContextTests {
private boolean hsqlDBConfigured = false; private static boolean hsqlDBConfigured = false;
private boolean postgresqlConfigured = false; private static boolean postgresqlConfigured = false;
private static boolean started = false;; private static boolean started = false;;
/** /**
......
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