Remove dead code
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 14 Oct 2005 13:18:53 +0000 (13:18 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 14 Oct 2005 13:18:53 +0000 (13:18 +0000)
src/test_filter1.cpp

index 2983c8a..592e6ce 100644 (file)
@@ -29,9 +29,6 @@ BOOST_AUTO_TEST_CASE( test_filter1 )
         
         BOOST_CHECK(filter.name() == "filter1 rename");
     }
-    //catch(std::runtime_error &e ){
-    //    BOOST_CHECK (true);
-    //}
     catch ( ... ) {
         BOOST_CHECK (false);
     }