projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb5caa9
)
Remove dead code
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 14 Oct 2005 13:18:53 +0000
(13:18 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 14 Oct 2005 13:18:53 +0000
(13:18 +0000)
src/test_filter1.cpp
patch
|
blob
|
history
diff --git
a/src/test_filter1.cpp
b/src/test_filter1.cpp
index
2983c8a
..
592e6ce
100644
(file)
--- a/
src/test_filter1.cpp
+++ b/
src/test_filter1.cpp
@@
-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);
}