From c59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 3 May 2007 06:11:04 +0000 Subject: Revised how commodities are dealt with. --- tests/numerics/Commodity.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/numerics/Commodity.h') diff --git a/tests/numerics/Commodity.h b/tests/numerics/Commodity.h index dafa03e9..aebe9a9e 100644 --- a/tests/numerics/Commodity.h +++ b/tests/numerics/Commodity.h @@ -15,6 +15,8 @@ class CommodityTestCase : public CPPUNIT_NS::TestCase CPPUNIT_TEST_SUITE_END(); public: + ledger::session_t session; + CommodityTestCase() {} virtual ~CommodityTestCase() {} -- cgit v1.2.3