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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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