diff options
| author | Brian S. O'Neill <bronee@gmail.com> | 2008-11-03 02:42:40 +0000 |
|---|---|---|
| committer | Brian S. O'Neill <bronee@gmail.com> | 2008-11-03 02:42:40 +0000 |
| commit | 66ce29602cbced1e3fb4b9fba235e110915e339f (patch) | |
| tree | 0fa645e005a57670938431ed1ef42fabe3ce9b77 /src/test/java/com/amazon/carbonado/TestStorables.java | |
| parent | 52df4b9a8cb470c3293d93598557467b674731d8 (diff) | |
Add back support for BigDecimal now that key encoding works correctly.
Diffstat (limited to 'src/test/java/com/amazon/carbonado/TestStorables.java')
| -rw-r--r-- | src/test/java/com/amazon/carbonado/TestStorables.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/java/com/amazon/carbonado/TestStorables.java b/src/test/java/com/amazon/carbonado/TestStorables.java index 43ccec0..6301c30 100644 --- a/src/test/java/com/amazon/carbonado/TestStorables.java +++ b/src/test/java/com/amazon/carbonado/TestStorables.java @@ -3110,7 +3110,6 @@ public class TestStorables extends TestCase { return bi; } - /* public void test_BigDecimal() throws Exception { BigDecimal bd = new BigDecimal("12345678901234567890.1234567890"); BigDecimal expected = expected(bd); @@ -3298,7 +3297,6 @@ public class TestStorables extends TestCase { WithBigDecimalPk last = null; while (cursor.hasNext()) { s = cursor.next(); - System.out.println(s); if (last != null) { assertTrue(s.getId().compareTo(last.getId()) > 0); } @@ -3345,7 +3343,6 @@ public class TestStorables extends TestCase { assertFalse(s2.equals(s3)); assertFalse(s1.equals(s3)); } - */ private void assertUninitialized(boolean expected, Storable storable, String... properties) { for (String property : properties) { |
