The walletdb_tests test cases start by creating a wallet db file in a
new directory. Now that the wallet test fixture is used (D3099), this
can be avoided by using the test fixture pwalletMain db instead.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGdebe4fb69ad8: Don't create another wallet db directory in walletdb_tests
rABCdebe4fb69ad8: Don't create another wallet db directory in walletdb_tests
./src/test/test_bitcoin -t walletdb_tests
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The test fixture is created/destructed on a test case basis, so the tests remain independent.