summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-03 06:11:33 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:36 -0400
commit738287ef7059e34c2f3c894aa3b1f7da3e059975 (patch)
tree0620fe4354be6268d6de9acd97698b12935690f0 /tests
parentc59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0 (diff)
downloadfork-ledger-738287ef7059e34c2f3c894aa3b1f7da3e059975.tar.gz
fork-ledger-738287ef7059e34c2f3c894aa3b1f7da3e059975.tar.bz2
fork-ledger-738287ef7059e34c2f3c894aa3b1f7da3e059975.zip
Merged ../commodity_pool
Diffstat (limited to 'tests')
-rw-r--r--tests/numerics/BasicAmount.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/numerics/BasicAmount.cc b/tests/numerics/BasicAmount.cc
index aed682a6..755bc372 100644
--- a/tests/numerics/BasicAmount.cc
+++ b/tests/numerics/BasicAmount.cc
@@ -17,8 +17,8 @@ void BasicAmountTestCase::testConstructors()
amount_t x3(123.456);
amount_t x5("123456");
amount_t x6("123.456");
- amount_t x7(std::string("123456"));
- amount_t x8(std::string("123.456"));
+ amount_t x7(string("123456"));
+ amount_t x8(string("123.456"));
amount_t x9(x3);
amount_t x10(x6);
amount_t x11(x8);