Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70477 - sandbox/assign_v2/libs/assign/v2/test/unit_testing
From: erwann.rogard_at_[hidden]
Date: 2011-03-23 10:22:48


Author: e_r
Date: 2011-03-23 10:22:47 EDT (Wed, 23 Mar 2011)
New Revision: 70477
URL: http://svn.boost.org/trac/boost/changeset/70477

Log:
upd assign_v2
Added:
   sandbox/assign_v2/libs/assign/v2/test/unit_testing/interpreter.cpp
      - copied unchanged from r70476, /sandbox/assign_v2/libs/assign/v2/test/unit_testing/framework.cpp
   sandbox/assign_v2/libs/assign/v2/test/unit_testing/option.cpp
      - copied unchanged from r70476, /sandbox/assign_v2/libs/assign/v2/test/unit_testing/optional.cpp
Removed:
   sandbox/assign_v2/libs/assign/v2/test/unit_testing/framework.cpp
   sandbox/assign_v2/libs/assign/v2/test/unit_testing/optional.cpp

Deleted: sandbox/assign_v2/libs/assign/v2/test/unit_testing/framework.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/unit_testing/framework.cpp 2011-03-23 10:22:47 EDT (Wed, 23 Mar 2011)
+++ (empty file)
@@ -1,31 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-// Boost.Assign v2 //
-// //
-// Copyright (C) 2003-2004 Thorsten Ottosen //
-// Copyright (C) 2010 Erwann Rogard //
-// Use, modification and distribution are subject to 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) //
-//////////////////////////////////////////////////////////////////////////////
-#ifndef LIBS_ASSIGN_V2_TEST_UNIT_TEST_INTERPRETER_ER_2010_CPP
-#define LIBS_ASSIGN_V2_TEST_UNIT_TEST_INTERPRETER_ER_2010_CPP
-
-#include <boost/test/test_tools.hpp>
-#define BOOST_ASSIGN_V2_CHECK( p ) BOOST_CHECK( p )
-
-#include <libs/assign/v2/test/interpreter/modifier.cpp>
-
-#include <boost/test/unit_test.hpp>
-using boost::unit_test::test_suite;
-test_suite* init_unit_test_suite( int argc, char* argv[] )
-{
- test_suite* test = BOOST_TEST_SUITE( "BOOST_ASSIGN_V2" );
- using namespace test_assign_v2;
- {
- namespace ns = xxx_interpreter;
- test->add( BOOST_TEST_CASE( &ns::xxx_modifier::test ) );
- }
- return test;
-}
-
-#endif // LIBS_ASSIGN_V2_TEST_UNIT_TEST_INTERPRETER_ER_2010_CPP

Deleted: sandbox/assign_v2/libs/assign/v2/test/unit_testing/optional.cpp
==============================================================================
--- sandbox/assign_v2/libs/assign/v2/test/unit_testing/optional.cpp 2011-03-23 10:22:47 EDT (Wed, 23 Mar 2011)
+++ (empty file)
@@ -1,41 +0,0 @@
-//////////////////////////////////////////////////////////////////////////////
-// Boost.Assign v2 //
-// //
-// Copyright (C) 2003-2004 Thorsten Ottosen //
-// Copyright (C) 2010 Erwann Rogard //
-// Use, modification and distribution are subject to 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) //
-//////////////////////////////////////////////////////////////////////////////
-#ifndef LIBS_ASSIGN_V2_TEST_UNIT_TEST_OPTION_ER_2010_CPP
-#define LIBS_ASSIGN_V2_TEST_UNIT_TEST_OPTION_ER_2010_CPP
-
-#include <boost/test/test_tools.hpp>
-#define BOOST_ASSIGN_V2_CHECK( p ) BOOST_CHECK( p )
-
-#include <libs/assign/v2/test/option/data.cpp>
-#include <libs/assign/v2/test/option/iterate.cpp>
-#include <libs/assign/v2/test/option/mapped.cpp>
-#include <libs/assign/v2/test/option/repeat.cpp>
-#include <libs/assign/v2/test/option/std_modifier.cpp>
-
-
-#include <boost/test/unit_test.hpp>
-using boost::unit_test::test_suite;
-test_suite* init_unit_test_suite( int argc, char* argv[] )
-{
- test_suite* test = BOOST_TEST_SUITE( "BOOST_ASSIGN_V2" );
- using namespace test_assign_v2;
- {
- namespace ns = xxx_option;
- test->add( BOOST_TEST_CASE( &ns::xxx_data::test ) );
- test->add( BOOST_TEST_CASE( &ns::xxx_iterate::test ) );
- test->add( BOOST_TEST_CASE( &ns::xxx_mapped::test ) );
- test->add( BOOST_TEST_CASE( &ns::xxx_repeat::test ) );
- test->add( BOOST_TEST_CASE( &ns::xxx_standard::test ) );
- }
- return test;
-}
-
-#endif // LIBS_ASSIGN_V2_TEST_UNIT_TEST_OPTION_ER_2010_CPP
-


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk