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/TestJarIndexLoneClass.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 'test/cuchaz/enigma/TestJarIndexLoneClass.java')
| -rw-r--r-- | test/cuchaz/enigma/TestJarIndexLoneClass.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cuchaz/enigma/TestJarIndexLoneClass.java b/test/cuchaz/enigma/TestJarIndexLoneClass.java index a061b72..108c623 100644 --- a/test/cuchaz/enigma/TestJarIndexLoneClass.java +++ b/test/cuchaz/enigma/TestJarIndexLoneClass.java | |||
| @@ -38,7 +38,8 @@ public class TestJarIndexLoneClass { | |||
| 38 | 38 | ||
| 39 | private JarIndex m_index; | 39 | private JarIndex m_index; |
| 40 | 40 | ||
| 41 | public TestJarIndexLoneClass() throws Exception { | 41 | public TestJarIndexLoneClass() |
| 42 | throws Exception { | ||
| 42 | m_index = new JarIndex(); | 43 | m_index = new JarIndex(); |
| 43 | m_index.indexJar(new JarFile("build/testLoneClass.obf.jar"), false); | 44 | m_index.indexJar(new JarFile("build/testLoneClass.obf.jar"), false); |
| 44 | } | 45 | } |