Skip to content
Snippets Groups Projects
Commit 8b07aa57 authored by srosse's avatar srosse
Browse files

no-jira: the smtp server need to be static

parent 5a55c362
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,7 @@ public abstract class OlatTestCase extends AbstractJUnit4SpringContextTests { ...@@ -68,8 +68,7 @@ public abstract class OlatTestCase extends AbstractJUnit4SpringContextTests {
private static boolean postgresqlConfigured = false; private static boolean postgresqlConfigured = false;
private static boolean oracleConfigured = false; private static boolean oracleConfigured = false;
private static boolean started = false; private static boolean started = false;
private static SimpleSmtpServer dumbster;
private SimpleSmtpServer dumbster;
@Rule public TestName currentTestName = new TestName(); @Rule public TestName currentTestName = new TestName();
......
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