Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-24 | Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDER | Gavin Andresen | |
Unit tests would fail if compiled with -DDEBUG_LOCKORDER (AssertLockHeld() would fail; AssertLockHeld() relies on the DEBUG_LOCKORDER code to keep track of locks held). Fixed by LOCK'ing the wallet mutex in the unit tests that manipulate the wallet. | |||
2013-12-04 | Split off rpc_wallet_tests | Wladimir J. van der Laan | |
Split wallet tests from other RPC tests. Now no #ifdef ENABLE_WALLET are needed anymore in either file. |