Port discrepancy-test.coffee to c++ (RIPD-1352):

Add jtx unit test that verifies a transaction net balance against the
reported fee.
This commit is contained in:
Mike Ellery
2016-12-07 08:22:56 -08:00
committed by Nik Bougalis
parent fd7a2835e4
commit c0cf7bd3c1
4 changed files with 4099 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,6 +22,7 @@
#include <test/app/AmendmentTable_test.cpp>
#include <test/app/CrossingLimits_test.cpp>
#include <test/app/DeliverMin_test.cpp>
#include <test/app/Discrepancy_test.cpp>
#include <test/app/Flow_test.cpp>
#include <test/app/HashRouter_test.cpp>
#include <test/app/LoadFeeTrack_test.cpp>