| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add copyright header to wallet_text_fixture.cpp | Wladimir J. van der Laan | 2016-08-22 | 1 | -0/+4 |
| | | | | | I created the file but forgot to add this header. | ||||
| * | test: Rename wallet.dat to wallet_test.dat | Wladimir J. van der Laan | 2016-04-18 | 1 | -1/+1 |
| | | | | | | | | Indicate that the file name is not hardcoded, and a little bit of safety so that it never nukes the main wallet. Suggestion by Marco Falke. | ||||
| * | test: Create test fixture for wallet | Wladimir J. van der Laan | 2016-04-18 | 1 | -0/+28 |
| Removes all the `#ifdef ENABLE_WALLET` from `test_bitcoin` by making the wallet tests use their own fixture. | |||||