Update of /cvsroot/boost/boost/libs/program_options/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32219/test
Modified Files:
options_description_test.cpp
Log Message:
Fix #898. Two approximate matches followed by an exact match
no longer cause an ambiguity to be reported.
Index: options_description_test.cpp
===================================================================
RCS file:
/cvsroot/boost/boost/libs/program_options/test/options_description_test.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- options_description_test.cpp 24 Apr 2006 08:00:13 -0000 1.6
+++ options_description_test.cpp 11 Jul 2007 19:07:44 -0000 1.7
@@ -44,9 +44,9 @@
("foo", new untyped_value())
("fee", new untyped_value())
("baz", new untyped_value())
- ("all", new untyped_value())
("all-chroots", new untyped_value())
("all-sessions", new untyped_value())
+ ("all", new untyped_value())
;
BOOST_CHECK_EQUAL(desc.find("fo", true).long_name(), "foo");
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs