summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-31 01:22:23 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-31 01:22:23 -0400
commitb42ef31d931a16451c15f934be2b7aa6498a1e3e (patch)
tree2dace8ae8e24ae866efaaa19a63163a65c98694c /test/unit
parent02ac444374b04233f2dde7d10a430df0846d309b (diff)
downloadfork-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.cc1
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() {