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
- Branch
- remove_facilities_walletdb_tests
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5966 Build 9992: Bitcoin ABC Buildbot (legacy) Build 9991: arc lint + arc unit
Event Timeline
Comment Actions
The test fixture is created/destructed on a test case basis, so the tests remain independent.