Number conversions.

This commit is contained in:
Pavel V. Talanov
2012-07-18 14:31:58 +04:00
parent 69cbf65d62
commit c363d54d0a
3 changed files with 50 additions and 4 deletions
@@ -33,4 +33,8 @@ public final class NumberTest extends SingleFileTranslationTest {
public void testDoubleConversions() throws Exception {
fooBoxTest();
}
public void testNumberConversions() throws Exception {
fooBoxTest();
}
}