Page MenuHomePhabricator

MOVEONLY: move package unit tests to their own file
ClosedPublic

Authored by PiRK on Oct 22 2022, 09:22.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC789c3ac2417e: MOVEONLY: move package unit tests to their own file
Summary

I also removed all the includes that are now flagged as unused by my IDE in the source file. And a unit test was renamed during the move. Otherwise, there is no change in the code.

This is a partial backport of core#23381
https://github.com/bitcoin/bitcoin/pull/23381/commits/68763783658f004efd9117fa7a69b0e271c4eaaa

Depends on D12360

Test Plan

ninja check

Event Timeline

PiRK requested review of this revision.Oct 22 2022, 09:22
PiRK edited the summary of this revision. (Show Details)
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/test/txpackage_tests.cpp
13 ↗(On Diff #35953)

You need this one

13 ↗(On Diff #35953)

revert

This revision is now accepted and ready to land.Oct 24 2022, 08:37

fix includes as per review

This revision was landed with ongoing or failed builds.Oct 24 2022, 13:46
This revision was automatically updated to reflect the committed changes.