-
Notifications
You must be signed in to change notification settings - Fork 38.7k
test: remove unused norm_prv parameter in descriptor_tests.cpp.
#25863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
It seems the original intention was to use std::string norm1;
BOOST_CHECK(parse_priv->ToNormalizedString(keys_priv, norma1));
BOOST_CHECK(EqualDescriptor(norm1, norm_pub));But even descriptors that were parsed from an |
darosior
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6992292 to
e5d77ce
Compare
|
Rebased. |
theStack
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept ACK, good catch!
Seems like some comments have been changed unnecessarily, see below.
|
ACK 57d1367 |
…criptor_tests.cpp`. 57d1367 test: remove unused `norm_prv` parameter (w0xlt) Pull request description: This PR removes the unused `norm_prv` parameter in `src/test/descriptor_tests.cpp`. ACKs for top commit: achow101: ACK 57d1367 Tree-SHA512: 5b16b6bea94db0b5f2c3675b6529312b50e120d4ec7633e4184dd4ba6fc04e086efb273b9e61f748c8a15cbdc243450b09fc58ec7343379f3151a3b9e7e37106
This PR removes the unused
norm_prvparameter insrc/test/descriptor_tests.cpp.