Page MenuHomePhabricator

Refactor walletdb_tests to use the wallet test fixture
ClosedPublic

Authored by Fabien on May 23 2019, 14:15.

Details

Summary

The src/wallet/test/walletdb_tests.cpp test file defines its own test
fixture, which is equivalent to a subset of the WalletTestingSetup
from src/wallet/test/wallet_test_fixture.h.
Using the WalletTestingSetup will reduce maintenance cost.

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
refactor_walletdb_tests
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5954
Build 9968: Bitcoin ABC Buildbot (legacy)
Build 9967: arc lint + arc unit

Event Timeline

Fabien planned changes to this revision.May 23 2019, 14:38
Fabien requested review of this revision.May 23 2019, 14:46
This revision is now accepted and ready to land.May 23 2019, 15:25