summaryrefslogtreecommitdiff
path: root/test/cuchaz/enigma/TestSourceIndex.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/TestSourceIndex.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/TestSourceIndex.java')
-rw-r--r--test/cuchaz/enigma/TestSourceIndex.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/cuchaz/enigma/TestSourceIndex.java b/test/cuchaz/enigma/TestSourceIndex.java
index 70a5ee4..357acb6 100644
--- a/test/cuchaz/enigma/TestSourceIndex.java
+++ b/test/cuchaz/enigma/TestSourceIndex.java
@@ -24,8 +24,9 @@ import cuchaz.enigma.mapping.ClassEntry;
24public class TestSourceIndex { 24public class TestSourceIndex {
25 25
26 // TEMP 26 // TEMP
27 @Test 27 //@Test
28 public void indexEverything() throws Exception { 28 public void indexEverything()
29 throws Exception {
29 Deobfuscator deobfuscator = new Deobfuscator(new JarFile("input/1.8.jar")); 30 Deobfuscator deobfuscator = new Deobfuscator(new JarFile("input/1.8.jar"));
30 31
31 // get all classes that aren't inner classes 32 // get all classes that aren't inner classes