Boost logo

Boost-Commit :

From: chintanraoh_at_[hidden]
Date: 2008-06-24 00:34:56


Author: chintanraoh
Date: 2008-06-24 00:34:55 EDT (Tue, 24 Jun 2008)
New Revision: 46636
URL: http://svn.boost.org/trac/boost/changeset/46636

Log:
uncommented a function which was supposed to be called.
Text files modified:
   sandbox/SOC/2008/digital_searching/dsearch/libs/dsearch/test/test_pat_trie.cpp | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: sandbox/SOC/2008/digital_searching/dsearch/libs/dsearch/test/test_pat_trie.cpp
==============================================================================
--- sandbox/SOC/2008/digital_searching/dsearch/libs/dsearch/test/test_pat_trie.cpp (original)
+++ sandbox/SOC/2008/digital_searching/dsearch/libs/dsearch/test/test_pat_trie.cpp 2008-06-24 00:34:55 EDT (Tue, 24 Jun 2008)
@@ -313,7 +313,6 @@
         BOOST_CHECK( pat.exists("wheat") );
         BOOST_CHECK( pat.exists("what") );
         //print_pat(pat);
-
         
         pat.erase("wheat");
         BOOST_CHECK( pat.exists("weather") );
@@ -541,7 +540,7 @@
         copy_test<pat_type>();
         upper_bound_test<pat_type>();
         lower_bound_test<pat_type>();
- //prefix_range_test<pat_type>();
+ prefix_range_test<pat_type>();
 #endif
         if ( argc > 1 )
                 insert_test_3<pat_type>(argv[1]);


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