Migrate SetRegularKey unit tests (RIPD-1258):

Create SetRegularKey test to replace existing js test. Copy and simplify
some existing test logic from Env_test.cpp and MultiSign.test.cpp. Add
coverage for tfUniversalMask tx flag error case.
This commit is contained in:
Mike Ellery
2016-08-08 17:19:58 -07:00
committed by Nik Bougalis
parent c4e581179c
commit 1c6e32ccc2
4 changed files with 115 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
#include <ripple/app/tests/SHAMapStore_test.cpp>
#include <ripple/app/tests/SusPay_test.cpp>
#include <ripple/app/tests/SetAuth_test.cpp>
#include <ripple/app/tests/SetRegularKey.test.cpp>
#include <ripple/app/tests/OversizeMeta_test.cpp>
#include <ripple/app/tests/Taker.test.cpp>
#include <ripple/app/tests/Transaction_ordering_test.cpp>