summaryrefslogtreecommitdiff
path: root/test/cuchaz/enigma/TestJarIndexInheritanceTree.java
diff options
context:
space:
mode:
authorGravatar jeff2015-02-06 00:01:42 -0500
committerGravatar jeff2015-02-06 00:01:42 -0500
commit5a406268664e7a8db4991f421503afcf64780432 (patch)
treeae4b319ac65de40b2c6307a193cbe363b2f80385 /test/cuchaz/enigma/TestJarIndexInheritanceTree.java
parentexplicitly add jre 7 to classpath (diff)
parentstart some translation tests (diff)
downloadenigma-fork-5a406268664e7a8db4991f421503afcf64780432.tar.gz
enigma-fork-5a406268664e7a8db4991f421503afcf64780432.tar.xz
enigma-fork-5a406268664e7a8db4991f421503afcf64780432.zip
Merge with a04907514a113e299dc667aa221a67573c5faa1b
Diffstat (limited to 'test/cuchaz/enigma/TestJarIndexInheritanceTree.java')
-rw-r--r--test/cuchaz/enigma/TestJarIndexInheritanceTree.java3
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 }