more logging

This commit is contained in:
peter
2012-07-04 20:39:16 +02:00
parent 0048a257d9
commit f98abab8a3
@@ -254,13 +254,13 @@ public abstract class GroovyCompilerTest extends GroovyCompilerTestCase {
@Override
void after(List<? extends VFileEvent> events) {
println events
println Thread.currentThread() + " " + events
}
})
myFixture.addFileToProject("tests/Super.groovy", "class Super {}");
assertEmpty(make());
println 'after first make'
println 'after first make ' + Thread.currentThread()
def sub = myFixture.addFileToProject("tests/Sub.groovy", "class Sub {\n" +
" Super xxx() {}\n" +