Minor campaign tweaks
This commit is contained in:
@@ -85,8 +85,6 @@ public class ApplicationTests{
|
||||
}catch(Throwable r){
|
||||
fail(r);
|
||||
}
|
||||
|
||||
Log.info("init app");
|
||||
}
|
||||
|
||||
@BeforeEach
|
||||
|
||||
@@ -25,7 +25,6 @@ public class PowerTestFixture{
|
||||
|
||||
@BeforeAll
|
||||
static void initializeDependencies(){
|
||||
Log.info("init power test fixture");
|
||||
headless = true;
|
||||
Core.graphics = new FakeGraphics();
|
||||
Core.files = new MockFiles();
|
||||
|
||||
Reference in New Issue
Block a user