From 818716acb3992e602e01725b6e151c1eb0f6c2e2 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 5 Feb 2015 23:52:55 -0500 Subject: fix test code formatting and disable the super duper slow test for now --- test/cuchaz/enigma/TestSourceIndex.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/cuchaz/enigma/TestSourceIndex.java') 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; public class TestSourceIndex { // TEMP - @Test - public void indexEverything() throws Exception { + //@Test + public void indexEverything() + throws Exception { Deobfuscator deobfuscator = new Deobfuscator(new JarFile("input/1.8.jar")); // get all classes that aren't inner classes -- cgit v1.2.3