Author: aconway
Date: Tue Sep 11 18:52:32 2012
New Revision: 1383536
URL: http://svn.apache.org/viewvc?rev=1383536&view=rev
Log:
NO-JIRA: Removed replication_test, unused test for defunct feature.
Removed:
qpid/trunk/qpid/cpp/src/tests/clustered_replication_test
qpid/trunk/qpid/cpp/src/tests/reliable_replication_test
qpid/trunk/qpid/cpp/src/tests/replication_test
Modified:
qpid/trunk/qpid/cpp/src/tests/Makefile.am
qpid/trunk/qpid/cpp/src/tests/test_env.ps1.in
qpid/trunk/qpid/cpp/src/tests/test_env.sh.in
Modified: qpid/trunk/qpid/cpp/src/tests/Makefile.am
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/Makefile.am?rev=1383536&r1=1383535&r2=1383536&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/src/tests/Makefile.am Tue Sep 11 18:52:32 2012
@@ -303,7 +303,7 @@ system_tests = qpid-client-test quick_pe
run_msg_group_tests
TESTS += start_broker $(system_tests) python_tests stop_broker \
run_ha_tests run_federation_tests run_federation_sys_tests \
- run_acl_tests run_cli_tests replication_test dynamic_log_level_test \
+ run_acl_tests run_cli_tests dynamic_log_level_test \
run_queue_flow_limit_tests ipv6_test
EXTRA_DIST += \
@@ -327,7 +327,6 @@ EXTRA_DIST +=
\
MessageUtils.h \
TestMessageStore.h \
TxMocks.h \
- replication_test \
run_perftest \
ring_queue_test \
run_ring_queue_test \
@@ -373,7 +372,6 @@ EXTRA_DIST+=
\
multiq_perftest \
topic_perftest \
run_failover_soak \
- reliable_replication_test \
federated_cluster_test_with_node_failure \
sasl_test_setup.sh \
run_msg_group_tests_soak \
Modified: qpid/trunk/qpid/cpp/src/tests/test_env.ps1.in
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/test_env.ps1.in?rev=1383536&r1=1383535&r2=1383536&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/test_env.ps1.in (original)
+++ qpid/trunk/qpid/cpp/src/tests/test_env.ps1.in Tue Sep 11 18:52:32 2012
@@ -62,8 +62,6 @@ $env:TEST_STORE_LIB="$testmoduledir\test
#exportmodule() { test -f $moduledir/$2 && eval "export $1=$moduledir/$2"; }
#exportmodule ACL_LIB acl.so
#exportmodule CLUSTER_LIB cluster.so
-#exportmodule REPLICATING_LISTENER_LIB replicating_listener.so
-#exportmodule REPLICATION_EXCHANGE_LIB replication_exchange.so
#exportmodule SSLCONNECTOR_LIB sslconnector.so
#exportmodule SSL_LIB ssl.so
#exportmodule WATCHDOG_LIB watchdog.so
Modified: qpid/trunk/qpid/cpp/src/tests/test_env.sh.in
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/test_env.sh.in?rev=1383536&r1=1383535&r2=1383536&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/test_env.sh.in (original)
+++ qpid/trunk/qpid/cpp/src/tests/test_env.sh.in Tue Sep 11 18:52:32 2012
@@ -65,8 +65,6 @@ exportmodule() { test -f $moduledir/$2 &
exportmodule ACL_LIB acl.so
exportmodule CLUSTER_LIB cluster.so
exportmodule HA_LIB ha.so
-exportmodule REPLICATING_LISTENER_LIB replicating_listener.so
-exportmodule REPLICATION_EXCHANGE_LIB replication_exchange.so
exportmodule SSLCONNECTOR_LIB sslconnector.so
exportmodule SSL_LIB ssl.so
exportmodule WATCHDOG_LIB watchdog.so
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]