#2759 closed Bugs (fixed)
Typos in test new-year-resolution.html
| Reported by: | Paul A. Bristow | Owned by: | Gennadiy Rozental | 
|---|---|---|---|
| Milestone: | Boost 1.59.0 | Component: | test | 
| Version: | Boost 1.38.0 | Severity: | Cosmetic | 
| Keywords: | Cc: | 
Description
There are trivial typos in
/boost_trunk/libs/test/doc/html/tutorials/new-year-resolution.html
(copied from const_string_test.cpp)
EST should be TEST of course.
BOOST_AUTO_EST_CASE( constructors_test ) {
...
}
BOOST_AUTO_EST_CASE( data_access_test ) {
However this shows how much better is embedded source code using Quickbook - if the example .cpp compiles, this *can't* happen!
Remember Murphy's law!
Change History (2)
comment:1 by , 12 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
comment:2 by , 7 years ago
| Milestone: | Boost 1.39.0 → Boost 1.59.0 | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    

This has been fixed in the XML source which is now in the trunk.