mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
correct logging
This commit is contained in:
@@ -254,7 +254,7 @@ public abstract class GroovyCompilerTest extends GroovyCompilerTestCase {
|
||||
|
||||
@Override
|
||||
void after(List<? extends VFileEvent> events) {
|
||||
println Thread.currentThread() + " " + events
|
||||
println ("" + Thread.currentThread() + " " + events)
|
||||
}
|
||||
})
|
||||
myFixture.addFileToProject("tests/Super.groovy", "class Super {}");
|
||||
@@ -270,7 +270,7 @@ public abstract class GroovyCompilerTest extends GroovyCompilerTestCase {
|
||||
"}");
|
||||
|
||||
def javaFile = myFixture.addFileToProject("tests/Java.java", "public class Java {}");
|
||||
println 'before second make'
|
||||
edt { println 'before second make' }
|
||||
|
||||
assertEmpty(make());
|
||||
assertOutput("Sub", "hello");
|
||||
|
||||
Reference in New Issue
Block a user