summaryrefslogtreecommitdiff
path: root/tests/numerics/CommodityAmount.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-03 06:11:04 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:36 -0400
commitc59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0 (patch)
tree204d28bfa2bdbfe8d7f550877faa114c1e93859f /tests/numerics/CommodityAmount.h
parentf9f24fab933266ab8e12da7eef4cc2a906f77350 (diff)
downloadledger-c59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0.tar.gz
ledger-c59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0.tar.bz2
ledger-c59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0.zip
Revised how commodities are dealt with.
Diffstat (limited to 'tests/numerics/CommodityAmount.h')
-rw-r--r--tests/numerics/CommodityAmount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/numerics/CommodityAmount.h b/tests/numerics/CommodityAmount.h
index 5ffa7810..d80a3e15 100644
--- a/tests/numerics/CommodityAmount.h
+++ b/tests/numerics/CommodityAmount.h
@@ -28,6 +28,8 @@ class CommodityAmountTestCase : public CPPUNIT_NS::TestCase
CPPUNIT_TEST_SUITE_END();
public:
+ ledger::session_t session;
+
CommodityAmountTestCase() {}
virtual ~CommodityAmountTestCase() {}