Opened 11 years ago

Closed 7 years ago

#6789 closed Bugs (fixed)

BOOST_CHECK_EQUAL_COLLECTIONS missing an S in the reference page

Reported by: chris.byrne@… Owned by: Gennadiy Rozental
Milestone: To Be Determined Component: test
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc: Torsten@…

Description

BOOST_CHECK_EQUAL_COLLECTIONS is missing the S in the references page of the UTF documentation.

See: http://www.boost.org/doc/libs/1_49_0/libs/test/doc/html/utf/testing-tools/reference.html

Example usage correctly has the S, while the rest of the page does not (_COLLECTION vs _COLLECTIONS), and results in a compiler error:

error C3861: 'BOOST_CHECK_EQUAL_COLLECTION': identifier not found

Change History (4)

comment:1 by anonymous, 10 years ago

Component: Documentationtest
Owner: changed from Matias Capeletto to Gennadiy Rozental

comment:2 by Gennadiy Rozental, 10 years ago

Resolution: fixed
Status: newclosed

This is fixed in trunk

comment:3 by Torsten@…, 8 years ago

Cc: Torsten@… added
Resolution: fixed
Severity: CosmeticProblem
Status: closedreopened
Version: Boost 1.49.0Boost 1.57.0

The current version of the documentation still has this issue: http://www.boost.org/doc/libs/1_57_0/libs/test/doc/html/utf/testing-tools/reference.html

I've raced the severity from cosmetic to problem, because it is a problem if you use the documentation, and search for problems until you find out, that the documentation is wrong.

comment:4 by Gennadiy Rozental, 7 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in master. To be release in upcoming release

Note: See TracTickets for help on using tickets.