From d58797e98c82ced16fbc0a213fd104fb72a9de08 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 26 Feb 2009 00:56:47 -0400 Subject: The -B, -G, -V reports now show rounding amounts This way, if the running total is off by a penny or two due to rounding of one or more commodities in the account, the user will see it. This commit also reorganizes the testing code a bit, which I did after adding the ninth test series (ConfirmTests), to validate the new rounding code. --- test/util_tests.cc | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/util_tests.cc (limited to 'test/util_tests.cc') diff --git a/test/util_tests.cc b/test/util_tests.cc deleted file mode 100644 index f584db89..00000000 --- a/test/util_tests.cc +++ /dev/null @@ -1,3 +0,0 @@ -#include - -CPPUNIT_REGISTRY_ADD_TO_DEFAULT("util"); -- cgit v1.2.3