diff options
Diffstat (limited to 'test/unit/t_amount.h')
-rw-r--r-- | test/unit/t_amount.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unit/t_amount.h b/test/unit/t_amount.h index 92bbe9b8..a3727c61 100644 --- a/test/unit/t_amount.h +++ b/test/unit/t_amount.h @@ -32,11 +32,6 @@ class AmountTestCase : public CPPUNIT_NS::TestCase CPPUNIT_TEST(testCommodityNegation); CPPUNIT_TEST(testAbs); CPPUNIT_TEST(testCommodityAbs); -#ifdef INTEGER_MATH - CPPUNIT_TEST(testFractionalRound); - CPPUNIT_TEST(testCommodityRound); - CPPUNIT_TEST(testCommodityDisplayRound); -#endif CPPUNIT_TEST(testReduction); CPPUNIT_TEST(testSign); CPPUNIT_TEST(testCommoditySign); |