core: fix imports for inner classes

This commit is contained in:
Skylot
2015-04-04 17:52:13 +03:00
parent e6aa85e01d
commit e4f4de6c8d
5 changed files with 51 additions and 45 deletions
@@ -3,7 +3,6 @@ package jadx.tests.integration.inner;
import jadx.core.dex.nodes.ClassNode;
import jadx.tests.api.IntegrationTest;
import org.junit.Ignore;
import org.junit.Test;
import static org.hamcrest.CoreMatchers.containsString;
@@ -48,7 +47,6 @@ public class TestAnonymousClass2 extends IntegrationTest {
}
@Test
@Ignore
public void test() {
ClassNode cls = getClassNode(TestCls.class);
String code = cls.getCode().toString();
@@ -3,7 +3,6 @@ package jadx.tests.integration.inner;
import jadx.core.dex.nodes.ClassNode;
import jadx.tests.api.IntegrationTest;
import org.junit.Ignore;
import org.junit.Test;
import static jadx.tests.api.utils.JadxMatchers.containsOne;
@@ -33,7 +32,6 @@ public class TestAnonymousClass4 extends IntegrationTest {
}
@Test
@Ignore
public void test() {
ClassNode cls = getClassNode(TestCls.class);
String code = cls.getCode().toString();