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.
3 lines
87 B
C++
3 lines
87 B
C++
#include <cppunit/extensions/HelperMacros.h>
|
|
|
|
CPPUNIT_REGISTRY_ADD_TO_DEFAULT("math");
|