summaryrefslogtreecommitdiff
path: root/test/cuchaz/enigma/TestSourceIndex.java
diff options
context:
space:
mode:
authorGravatar jeff2015-02-05 23:52:55 -0500
committerGravatar jeff2015-02-05 23:52:55 -0500
commit818716acb3992e602e01725b6e151c1eb0f6c2e2 (patch)
tree3d2b09beaffbd995c5a9aba8a321d487d7a9b635 /test/cuchaz/enigma/TestSourceIndex.java
parentadd new type/signature system (diff)
downloadenigma-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 '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