Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2590 closed Bugs (fixed)

small typos in test library documentation (new year tutorial)

Reported by: Georg Sauthoff <gsauthof@…> Owned by: Gennadiy Rozental
Milestone: Boost 1.38.0 Component: test
Version: Boost 1.37.0 Severity: Problem
Keywords: Cc:

Description

just minor stuff:

BOOST_AUTO_EST_CASE

all over the src code.

Does

#define BOOST_TEST_MODULE const_string test

perhaps should read

#define BOOST_TEST_MODULE const_string_test

?

I noticed these typos in those pages: http://www.boost.org/doc/libs/1_37_0/libs/test/doc/html/tutorials/new-year-resolution.h tml http://www.boost.org/doc/libs/1_34_0/libs/test/doc/tutorials/new_year_resolution.html

In the examples reachable from http://www.boost.org/doc/libs/1_34_0/libs/test/doc/examples/index.html the src links result in a 404. For example http://www.boost.org/doc/libs/1_34_0/libs/test/example/unit_test_example1.cpp -> 404

PS: Btw, the contact email address in the test library docs does not work (it is mentioned there to use it to send bug reports to it ...). I get

<boost-test@emailaccount.com>: host sitemail.everyone.net[216.200.145.235]
    said: 550 Recipient Rejected: Account Inactive (in reply to RCPT TO
    command)

Change History (2)

comment:1 by Gennadiy Rozental, 14 years ago

Resolution: fixed
Status: newclosed

BOOST_AUTO_EST_CASE fixed module name is correct old examples indeed missing, but you should use ones in new docs email should work now. Please send me something.

in reply to:  1 comment:2 by Georg Sauthoff <gsauthof@…>, 14 years ago

Replying to rogeeff:

email should work now. Please send me something.

Just sent something (from a different email adress).

Note: See TracTickets for help on using tickets.