diff options
| author | 2015-01-19 22:22:57 -0500 | |
|---|---|---|
| committer | 2015-01-19 22:22:57 -0500 | |
| commit | 2fbcf8e5c4eec0aa4a4fc59c7cc8abac33b1429c (patch) | |
| tree | 0e9c23d6838d3e0299831dbc24b6d736c268cd8b /test/cuchaz/enigma/TestTokensConstructors.java | |
| parent | added inverse operation for moving classes out of the default package (diff) | |
| download | enigma-fork-2fbcf8e5c4eec0aa4a4fc59c7cc8abac33b1429c.tar.gz enigma-fork-2fbcf8e5c4eec0aa4a4fc59c7cc8abac33b1429c.tar.xz enigma-fork-2fbcf8e5c4eec0aa4a4fc59c7cc8abac33b1429c.zip | |
solved tricky issue with incorrect translation of fields/methods referenced by a subclass instead of the declaring class
Diffstat (limited to 'test/cuchaz/enigma/TestTokensConstructors.java')
| -rw-r--r-- | test/cuchaz/enigma/TestTokensConstructors.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cuchaz/enigma/TestTokensConstructors.java b/test/cuchaz/enigma/TestTokensConstructors.java index f805a65..9f85e81 100644 --- a/test/cuchaz/enigma/TestTokensConstructors.java +++ b/test/cuchaz/enigma/TestTokensConstructors.java | |||
| @@ -27,7 +27,7 @@ import cuchaz.enigma.mapping.BehaviorEntry; | |||
| 27 | public class TestTokensConstructors extends TokenChecker { | 27 | public class TestTokensConstructors extends TokenChecker { |
| 28 | 28 | ||
| 29 | public TestTokensConstructors() throws Exception { | 29 | public TestTokensConstructors() throws Exception { |
| 30 | super(new File("build/libs/testConstructors.obf.jar")); | 30 | super(new File("build/testConstructors.obf.jar")); |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | @Test | 33 | @Test |