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

View File

@@ -5145,6 +5145,9 @@
<ClCompile Include="..\..\src\test\app\DeliverMin_test.cpp">
<Filter>test\app</Filter>
</ClCompile>
<ClCompile Include="..\..\src\test\app\Discrepancy_test.cpp">
<Filter>test\app</Filter>
</ClCompile>
<ClCompile Include="..\..\src\test\app\Flow_test.cpp">
<Filter>test\app</Filter>
</ClCompile>