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/ReportTests.cc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/ReportTests.cc (limited to 'test/ReportTests.cc') diff --git a/test/ReportTests.cc b/test/ReportTests.cc new file mode 100644 index 00000000..2fabbe9a --- /dev/null +++ b/test/ReportTests.cc @@ -0,0 +1,3 @@ +#include + +CPPUNIT_REGISTRY_ADD_TO_DEFAULT("report"); -- cgit v1.2.3