We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915a913 commit 1defe17Copy full SHA for 1defe17
src/test/java/TransClassTest.java
@@ -11,7 +11,7 @@ public void testTrans() throws Exception {
11
RAFile raIn = new RAFile("test/TransClass/out.dat");
12
int i = 0;
13
for(String key : trIn.object.keySet()) {
14
- if((trIn.object.get(key)).equals(raIn.content.get(i))) {
+ if(trIn.tr(key).equals(raIn.content.get(i))) {
15
i++;
16
} else {
17
fail();
0 commit comments