2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-17 02:02:08 +00:00

update to tests and example

[SVN r40338]
This commit is contained in:
Gennadiy Rozental
2007-10-23 05:25:42 +00:00
parent 0364cebbd1
commit 7852c1ece5
29 changed files with 54 additions and 542 deletions

View File

@@ -1,4 +1,4 @@
// (C) Copyright Gennadiy Rozental 2003-2006.
// (C) Copyright Gennadiy Rozental 2003-2007.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
@@ -142,25 +142,4 @@ BOOST_AUTO_TEST_CASE( test2_one_to_three )
//____________________________________________________________________________//
// ***************************************************************************
// Revision History :
//
// $Log$
// Revision 1.17 2006/03/19 11:49:04 rogeeff
// *** empty log message ***
//
// Revision 1.16 2006/01/29 20:22:59 rogeeff
// *** empty log message ***
//
// Revision 1.15 2005/12/14 06:01:02 rogeeff
// *** empty log message ***
//
// Revision 1.14 2005/05/11 05:07:57 rogeeff
// licence update
//
// Revision 1.13 2005/02/20 08:28:34 rogeeff
// This a major update for Boost.Test framework. See release docs for complete list of fixes/updates
//
// ***************************************************************************
// EOF