forked from PowerDNS/pdns
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix use of BOOST_CHECK_MESSAGE in test-dnsrecords_cc.cc
BOOST_CHECK_MESSAGE is designed to take a statement that describes a condition. When `-l all` is used, it will print the statement, the condition, and whether or not the condition passed. With this change, output can appear like this: test-dnsrecords_cc.cc:72: error: in "test_dnsrecords_cc/test_record_types": record types should be sorted such that 13 >= 21 Checking record type HINFO test #1 test-dnsrecords_cc.cc:72: info: check 'record types should be sorted such that 13 >= 13' has passed
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters