Opened 16 years ago
Closed 15 years ago
#893 closed Bugs (fixed)
grammatical error in error message
Reported by: | nobody | Owned by: | Gennadiy Rozental |
---|---|---|---|
Milestone: | Component: | test | |
Version: | Boost 1.34.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
BOOST_TEST_MESSAGE( "Test case has less failures then expected" ); Should be BOOST_TEST_MESSAGE("Test case has fewer failures than expected" ); The word "fewer" is needed because the statement is dealing with quantity of distinct objects or concepts. The word "less" would be used for volumes or amount of one distinct object or concept. The word "then" is for if-then statments not for comparison. in the file results_collector.ipp revision 1.5. Sincerely, Mark Barkell
Change History (1)
comment:1 by , 15 years ago
Resolution: | None → fixed |
---|---|
Severity: | → Showstopper |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.