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/TestJarIndexConstructorReferences.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/TestJarIndexConstructorReferences.java')
| -rw-r--r-- | test/cuchaz/enigma/TestJarIndexConstructorReferences.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cuchaz/enigma/TestJarIndexConstructorReferences.java b/test/cuchaz/enigma/TestJarIndexConstructorReferences.java index 8e3ad6d..a735de7 100644 --- a/test/cuchaz/enigma/TestJarIndexConstructorReferences.java +++ b/test/cuchaz/enigma/TestJarIndexConstructorReferences.java | |||
| @@ -36,7 +36,8 @@ public class TestJarIndexConstructorReferences { | |||
| 36 | private ClassEntry m_defaultClass = new ClassEntry("none/c"); | 36 | private ClassEntry m_defaultClass = new ClassEntry("none/c"); |
| 37 | private ClassEntry m_callerClass = new ClassEntry("none/b"); | 37 | private ClassEntry m_callerClass = new ClassEntry("none/b"); |
| 38 | 38 | ||
| 39 | public TestJarIndexConstructorReferences() throws Exception { | 39 | public TestJarIndexConstructorReferences() |
| 40 | throws Exception { | ||
| 40 | File jarFile = new File("build/testConstructors.obf.jar"); | 41 | File jarFile = new File("build/testConstructors.obf.jar"); |
| 41 | m_index = new JarIndex(); | 42 | m_index = new JarIndex(); |
| 42 | m_index.indexJar(new JarFile(jarFile), false); | 43 | m_index.indexJar(new JarFile(jarFile), false); |