diff options
| author | 2015-02-05 23:52:55 -0500 | |
|---|---|---|
| committer | 2015-02-05 23:52:55 -0500 | |
| commit | 818716acb3992e602e01725b6e151c1eb0f6c2e2 (patch) | |
| tree | 3d2b09beaffbd995c5a9aba8a321d487d7a9b635 /test/cuchaz/enigma/TestJarIndexInheritanceTree.java | |
| parent | add new type/signature system (diff) | |
| download | enigma-fork-818716acb3992e602e01725b6e151c1eb0f6c2e2.tar.gz enigma-fork-818716acb3992e602e01725b6e151c1eb0f6c2e2.tar.xz enigma-fork-818716acb3992e602e01725b6e151c1eb0f6c2e2.zip | |
fix test code formatting
and disable the super duper slow test for now
Diffstat (limited to '')
| -rw-r--r-- | test/cuchaz/enigma/TestJarIndexInheritanceTree.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cuchaz/enigma/TestJarIndexInheritanceTree.java b/test/cuchaz/enigma/TestJarIndexInheritanceTree.java index 4d66397..26499f0 100644 --- a/test/cuchaz/enigma/TestJarIndexInheritanceTree.java +++ b/test/cuchaz/enigma/TestJarIndexInheritanceTree.java | |||
| @@ -41,7 +41,8 @@ public class TestJarIndexInheritanceTree { | |||
| 41 | private FieldEntry m_nameField = new FieldEntry(m_baseClass, "a"); | 41 | private FieldEntry m_nameField = new FieldEntry(m_baseClass, "a"); |
| 42 | private FieldEntry m_numThingsField = new FieldEntry(m_subClassB, "a"); | 42 | private FieldEntry m_numThingsField = new FieldEntry(m_subClassB, "a"); |
| 43 | 43 | ||
| 44 | public TestJarIndexInheritanceTree() throws Exception { | 44 | public TestJarIndexInheritanceTree() |
| 45 | throws Exception { | ||
| 45 | m_index = new JarIndex(); | 46 | m_index = new JarIndex(); |
| 46 | m_index.indexJar(new JarFile("build/testInheritanceTree.obf.jar"), false); | 47 | m_index.indexJar(new JarFile("build/testInheritanceTree.obf.jar"), false); |
| 47 | } | 48 | } |