Add test for noripple_check (RIPD-1400):

Add tests. Fix an error type returned in the handler.
This commit is contained in:
Mike Ellery
2017-03-29 10:58:24 -07:00
committed by Nik Bougalis
parent 22c97ba801
commit 5bc8f2e3e8
5 changed files with 344 additions and 2 deletions

View File

@@ -5604,6 +5604,9 @@
<ClCompile Include="..\..\src\test\rpc\LedgerRPC_test.cpp">
<Filter>test\rpc</Filter>
</ClCompile>
<ClCompile Include="..\..\src\test\rpc\NoRippleCheck_test.cpp">
<Filter>test\rpc</Filter>
</ClCompile>
<ClCompile Include="..\..\src\test\rpc\NoRipple_test.cpp">
<Filter>test\rpc</Filter>
</ClCompile>