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_amount.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_amount.h')
-rw-r--r-- | test/numerics/t_amount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/numerics/t_amount.h b/test/numerics/t_amount.h index 2d5a327a..86487cd2 100644 --- a/test/numerics/t_amount.h +++ b/test/numerics/t_amount.h @@ -52,7 +52,7 @@ class AmountTestCase : public CPPUNIT_NS::TestCase CPPUNIT_TEST_SUITE_END(); public: - ledger::session_t session; + //ledger::session_t session; AmountTestCase() {} virtual ~AmountTestCase() {} |