Opened 11 years ago
Closed 10 years ago
#6572 closed Bugs (fixed)
typo in boost unit test framework documentation
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost 1.48.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_48_0/libs/test/doc/html/utf/testing-tools/output-test.html
3rd sentence it says "...and doesn't serve a ling term purpose of a unit test." I think it should be "...a long term purpose"
(the same typo is in the latest 1.49.0 documentation)
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 10 years ago
Component: | Documentation → test |
---|---|
Owner: | changed from | to
comment:3 by , 10 years ago
I checked, still not fixed in boost 1.50.0 documentation :
http://www.boost.org/doc/libs/1_50_0/libs/test/doc/html/utf/testing-tools/output-test.html
fixed in svn trunk though:
http://svn.boost.org/svn/boost/trunk/libs/test/doc/html/utf/testing-tools/output-test.html
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I was going to create a patch for it and retrieved the trunk but it appears the typo is already fixed in trunk so you can close this ticket.