Update of /cvsroot/boost/boost/libs/fusion/test/sequence
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28205/libs/fusion/test/sequence
Modified Files:
unpack_args.cpp
Log Message:
Correct testing bugs:
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
Index: unpack_args.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/fusion/test/sequence/unpack_args.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- unpack_args.cpp 22 Sep 2006 00:17:30 -0000 1.2
+++ unpack_args.cpp 24 Feb 2007 22:40:59 -0000 1.3
@@ -225,4 +225,5 @@
test_sequence(l1);
test_sequence(l2);
test_sequence(l3);
+ return boost::report_errors();
}
-------------------------------------------------------------------------
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