The configure method takes test_only flag so we can avoid
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 Feb 2008 15:07:51 +0000 (15:07 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 20 Feb 2008 15:07:51 +0000 (15:07 +0000)
commit85189f2d04df4cfc8b16ee78187fb89d00dfe3ff
treee7ba21aca4490f65ace337b41348533c62d1c6d4
parent1c5e3c3f45380b6ad370fa7ba6c2b8239c21071c
The configure method takes test_only flag so we can avoid
doing "real" work in tests and test of configuration in general.
42 files changed:
src/ex_filter_frontend_net.cpp
src/ex_router_flexml.cpp
src/filter.cpp
src/filter.hpp
src/filter_auth_simple.cpp
src/filter_auth_simple.hpp
src/filter_cql_to_rpn.cpp
src/filter_cql_to_rpn.hpp
src/filter_frontend_net.cpp
src/filter_frontend_net.hpp
src/filter_http_file.cpp
src/filter_http_file.hpp
src/filter_load_balance.cpp
src/filter_load_balance.hpp
src/filter_log.cpp
src/filter_log.hpp
src/filter_multi.cpp
src/filter_multi.hpp
src/filter_query_rewrite.cpp
src/filter_query_rewrite.hpp
src/filter_record_transform.cpp
src/filter_record_transform.hpp
src/filter_session_shared.cpp
src/filter_session_shared.hpp
src/filter_sru_to_z3950.cpp
src/filter_sru_to_z3950.hpp
src/filter_template.cpp
src/filter_template.hpp
src/filter_virt_db.cpp
src/filter_virt_db.hpp
src/filter_z3950_client.cpp
src/filter_z3950_client.hpp
src/filter_zeerex_explain.cpp
src/filter_zeerex_explain.hpp
src/metaproxy_prog.cpp
src/router_flexml.cpp
src/router_flexml.hpp
src/test_filter2.cpp
src/test_filter_frontend_net.cpp
src/test_filter_query_rewrite.cpp
src/test_filter_record_transform.cpp
src/test_router_flexml.cpp