summaryrefslogtreecommitdiff
path: root/test/numerics/t_commodity.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-27 01:03:41 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-27 01:03:41 -0400
commit9e9f25b566987c340a728ab473a34670969fbeee (patch)
treee8d3463dd288dc3415cc8f4181086ae475a8a64d /test/numerics/t_commodity.h
parent713f89679070e2fe2aa529c4eade1f9efd697898 (diff)
downloadfork-ledger-9e9f25b566987c340a728ab473a34670969fbeee.tar.gz
fork-ledger-9e9f25b566987c340a728ab473a34670969fbeee.tar.bz2
fork-ledger-9e9f25b566987c340a728ab473a34670969fbeee.zip
'make check' is now working again. Also, conversion from amount_t to/from
double has been disabled, because I am no longer packaging the gdtoa library with Ledger (because double conversion really has nothing to do with what Ledger does). If you wish to use it, you can find gdtoa in cpp-rewrite-2006, under a sub-directory of the same name.
Diffstat (limited to 'test/numerics/t_commodity.h')
-rw-r--r--test/numerics/t_commodity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/numerics/t_commodity.h b/test/numerics/t_commodity.h
index 635b2a61..ed739751 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() {}