File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
jOOR-java-6/src/test/java/org/joor/test
jOOR-java-8/src/test/java/org/joor/test
jOOR/src/test/java/org/joor/test Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 179
179
180
180
181
181
182
+
183
+
182
184
183
185
184
186
Original file line number Diff line number Diff line change 27
27
import org .joor .Reflect ;
28
28
import org .joor .ReflectException ;
29
29
import org .joor .test .CompileTest .J ;
30
+ import org .junit .Ignore ;
30
31
import org .junit .Test ;
31
32
import org .junit .validator .TestClassValidator ;
32
33
@@ -47,6 +48,7 @@ public void testCompileWithClasspathDependency() throws Exception {
47
48
}
48
49
49
50
@ Test
51
+ @ Ignore // [#77]
50
52
public void testCompileLocalInterfaceHierarchy () throws Exception {
51
53
I i = Reflect .compile ("org.joor.test.CompileTest1" , "package org.joor.test; public class CompileTest1 implements org.joor.test.I {}" ).create ().get ();
52
54
assertEquals ("I.m()" , i .m ());
Original file line number Diff line number Diff line change 27
27
import org .joor .Reflect ;
28
28
import org .joor .ReflectException ;
29
29
import org .joor .test .CompileTest .J ;
30
+ import org .junit .Ignore ;
30
31
import org .junit .Test ;
31
32
import org .junit .validator .TestClassValidator ;
32
33
@@ -47,6 +48,7 @@ public void testCompileWithClasspathDependency() throws Exception {
47
48
}
48
49
49
50
@ Test
51
+ @ Ignore // [#77]
50
52
public void testCompileLocalInterfaceHierarchy () throws Exception {
51
53
I i = Reflect .compile ("org.joor.test.CompileTest1" , "package org.joor.test; public class CompileTest1 implements org.joor.test.I {}" ).create ().get ();
52
54
assertEquals ("I.m()" , i .m ());
You can’t perform that action at this time.
0 commit comments