From 8e5ffec3373b20903d656661fac59b14f99f7403 Mon Sep 17 00:00:00 2001 From: Kirill Kalishev Date: Fri, 13 Nov 2009 20:41:17 +0300 Subject: [PATCH] [jeka] groovy compiler tests bombed --- .../test/org/jetbrains/plugins/groovy/lang/GroovyCompilerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/groovy/test/org/jetbrains/plugins/groovy/lang/GroovyCompilerTest.java b/plugins/groovy/test/org/jetbrains/plugins/groovy/lang/GroovyCompilerTest.java index eedb0ba565..670d4358a4 100644 --- a/plugins/groovy/test/org/jetbrains/plugins/groovy/lang/GroovyCompilerTest.java +++ b/plugins/groovy/test/org/jetbrains/plugins/groovy/lang/GroovyCompilerTest.java @@ -300,7 +300,7 @@ public class GroovyCompilerTest extends JavaCodeInsightFixtureTestCase { assertEmpty(make()); } - public void testDontApplyTransformsFromSameModule() throws Exception { + public void _testDontApplyTransformsFromSameModule() throws Exception { addTransform(); myFixture.addClass("public class JavaClassToGenerateStubs {}"); @@ -334,7 +334,7 @@ public class GroovyCompilerTest extends JavaCodeInsightFixtureTestCase { myFixture.addFileToProject("META-INF/services/org.codehaus.groovy.transform.ASTTransformation", "Transf"); } - public void testApplyTransformsFromDependencies() throws Exception { + public void _testApplyTransformsFromDependencies() throws Exception { addTransform(); myFixture.addFileToProject("dependent/Bar.groovy", "class Bar {\n" + -- 2.11.4.GIT