diff options
author | John Wiegley <johnw@newartisans.com> | 2008-05-09 05:17:44 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-05-09 05:17:44 -0400 |
commit | daee971cbcde694b5f7a3ce657df5ef220210912 (patch) | |
tree | 4029f19a26ec2e5d92f244cfbdffe1cd1da22508 /test/numerics/t_commodity.h | |
parent | d159501993cfd0215f94f0e5e16796558417b681 (diff) | |
download | fork-ledger-daee971cbcde694b5f7a3ce657df5ef220210912.tar.gz fork-ledger-daee971cbcde694b5f7a3ce657df5ef220210912.tar.bz2 fork-ledger-daee971cbcde694b5f7a3ce657df5ef220210912.zip |
Got the unit tests compiling again (though not running yet).
Diffstat (limited to 'test/numerics/t_commodity.h')
-rw-r--r-- | test/numerics/t_commodity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/numerics/t_commodity.h b/test/numerics/t_commodity.h index ed739751..635b2a61 100644 --- a/test/numerics/t_commodity.h +++ b/test/numerics/t_commodity.h @@ -15,7 +15,7 @@ class CommodityTestCase : public CPPUNIT_NS::TestCase CPPUNIT_TEST_SUITE_END(); public: - ledger::session_t session; + //ledger::session_t session; CommodityTestCase() {} virtual ~CommodityTestCase() {} |