From b1a851f6503ff34f5a343d6a7025cd6cbeeedb6c Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Tue, 9 Mar 2004 18:31:56 +0000 Subject: [PATCH] multi-type find_regex test enabled [SVN r22466] --- string/test/regex_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/string/test/regex_test.cpp b/string/test/regex_test.cpp index 407eeaa..7eb440b 100644 --- a/string/test/regex_test.cpp +++ b/string/test/regex_test.cpp @@ -52,7 +52,7 @@ static void find_test() BOOST_CHECK(( (ch_result.begin() - pch1 ) == 3) && ( (ch_result.end() - pch1 ) == 6 ) ); // multi-type comparison test -/* nc_vresult=find_regex( vec1, rx ); + nc_vresult=find_regex( vec1, rx ); BOOST_CHECK( (distance::const_iterator>( vec1.begin(),nc_vresult.begin()) == 3) && (distance::const_iterator>( vec1.begin(),nc_vresult.end()) == 6) ); @@ -61,7 +61,7 @@ static void find_test() BOOST_CHECK( (distance::const_iterator>( vec1.begin(),cv_vresult.begin()) == 3) && (distance::const_iterator>( vec1.begin(),cv_vresult.end()) == 6) ); -*/ + // find_all_regex test find_all_regex( tokens, str1, rx );