diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-31 01:22:23 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-31 01:22:23 -0400 |
commit | b42ef31d931a16451c15f934be2b7aa6498a1e3e (patch) | |
tree | 2dace8ae8e24ae866efaaa19a63163a65c98694c /test/unit | |
parent | 02ac444374b04233f2dde7d10a430df0846d309b (diff) | |
download | fork-ledger-b42ef31d931a16451c15f934be2b7aa6498a1e3e.tar.gz fork-ledger-b42ef31d931a16451c15f934be2b7aa6498a1e3e.tar.bz2 fork-ledger-b42ef31d931a16451c15f934be2b7aa6498a1e3e.zip |
Make amounts output fullstrings in the commodity unit tests.
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/t_commodity.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/t_commodity.cc b/test/unit/t_commodity.cc index a75fb727..81538e76 100644 --- a/test/unit/t_commodity.cc +++ b/test/unit/t_commodity.cc @@ -9,6 +9,7 @@ CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(CommodityTestCase, "math"); void CommodityTestCase::setUp() { amount_t::initialize(); + amount_t::stream_fullstrings = true; } void CommodityTestCase::tearDown() { |