summaryrefslogtreecommitdiff
path: root/test/unit/t_commodity.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/t_commodity.h')
-rw-r--r--test/unit/t_commodity.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/unit/t_commodity.h b/test/unit/t_commodity.h
index 67903628..1dadb450 100644
--- a/test/unit/t_commodity.h
+++ b/test/unit/t_commodity.h
@@ -8,9 +8,6 @@ class CommodityTestCase : public CPPUNIT_NS::TestCase
CPPUNIT_TEST_SUITE(CommodityTestCase);
CPPUNIT_TEST(testPriceHistory);
- CPPUNIT_TEST(testLots);
- CPPUNIT_TEST(testScalingBase);
- CPPUNIT_TEST(testReduction);
CPPUNIT_TEST_SUITE_END();
@@ -22,9 +19,6 @@ public:
virtual void tearDown();
void testPriceHistory();
- void testLots();
- void testScalingBase();
- void testReduction();
private:
CommodityTestCase(const CommodityTestCase &copy);