Pathfinding unit tests:

* Refactor ripple path find to be more testable.
* Reimplements the first 4 tests from `tests\path-test.js`
* Verify balances in Ledger test.
This commit is contained in:
Edward Hennis
2015-02-19 19:03:52 -05:00
committed by Tom Ritchford
parent bb7d68b3b9
commit 35a8ce2349
10 changed files with 941 additions and 272 deletions

View File

@@ -24,3 +24,4 @@
#include <ripple/app/tests/common_ledger.cpp>
#include <ripple/app/ledger/tests/Ledger_test.cpp>
#include <ripple/app/tests/Path_test.cpp>