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:
fe8ab21
)
Removed global test setup
author
Heikki Levanto
<heikki@indexdata.dk>
Wed, 12 Jun 2013 09:36:52 +0000
(11:36 +0200)
committer
Heikki Levanto
<heikki@indexdata.dk>
Wed, 12 Jun 2013 09:36:52 +0000
(11:36 +0200)
It didn't do anything much, and failed to compile on Centos5
src/test_filter_rewrite.cpp
patch
|
blob
|
history
diff --git
a/src/test_filter_rewrite.cpp
b/src/test_filter_rewrite.cpp
index
cb9c47c
..
90c17d6
100644
(file)
--- a/
src/test_filter_rewrite.cpp
+++ b/
src/test_filter_rewrite.cpp
@@
-38,7
+38,9
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
using namespace boost::unit_test;
namespace mp = metaproxy_1;
-
+/*
+ * The global testconfig is commented out, as it won't even compile
+ * on old Centos5 machines
struct TestConfig {
TestConfig()
{
@@
-52,6
+54,7
@@
struct TestConfig {
};
BOOST_GLOBAL_FIXTURE( TestConfig );
+*/
BOOST_AUTO_TEST_CASE( test_filter_rewrite_1 )
{