Update of /cvsroot/boost/boost/libs/multi_array/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10077
Modified Files:
storage_order_convert.cpp
Log Message:
Updated for most recent boost test framework.
Index: storage_order_convert.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/multi_array/test/storage_order_convert.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- storage_order_convert.cpp 24 Feb 2007 22:40:59 -0000 1.6
+++ storage_order_convert.cpp 25 Mar 2007 18:48:50 -0000 1.7
@@ -31,9 +31,9 @@
general_storage_order<5> fortran_storage(fortran_ordering.begin(),
ascending.begin());
- BOOST_TEST(c_storage == (general_storage_order<5>) c_storage_order());
- BOOST_TEST(fortran_storage ==
+ BOOST_CHECK(c_storage == (general_storage_order<5>) c_storage_order());
+ BOOST_CHECK(fortran_storage ==
(general_storage_order<5>) fortran_storage_order());
- return boost::report_errors();
+ return boost::exit_success;
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs