Correct equals for tuples.

This commit is contained in:
Pavel V. Talanov
2012-07-31 13:15:54 +04:00
parent e0ff877b47
commit 49e51220d7
3 changed files with 46 additions and 1 deletions
@@ -36,6 +36,10 @@ public final class TupleTest extends SingleFileTranslationTest {
fooBoxTest();
}
public void testTuplesEquals() throws Exception {
fooBoxTest();
}
}