Author: aconway
Date: Tue Nov 10 21:09:56 2009
New Revision: 834668
URL: http://svn.apache.org/viewvc?rev=834668&view=rev
Log:
Moved brokertest.py to python directory.
Added:
qpid/trunk/qpid/python/qpid/brokertest.py
- copied, changed from r834662,
qpid/trunk/qpid/cpp/src/tests/brokertest.py
Removed:
qpid/trunk/qpid/cpp/src/tests/brokertest.py
Modified:
qpid/trunk/qpid/cpp/src/tests/cluster.mk
qpid/trunk/qpid/cpp/src/tests/cluster_tests.py
Modified: qpid/trunk/qpid/cpp/src/tests/cluster.mk
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/cluster.mk?rev=834668&r1=834667&r2=834668&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/cluster.mk (original)
+++ qpid/trunk/qpid/cpp/src/tests/cluster.mk Tue Nov 10 21:09:56 2009
@@ -55,7 +55,6 @@
run_cluster_tests \
run_long_cluster_tests \
testlib.py \
- brokertest.py \
cluster_tests.py \
long_cluster_tests.py \
cluster_tests.fail
@@ -80,6 +79,6 @@
cluster_test_LDADD=$(lib_client) $(lib_broker) -lboost_unit_test_framework
-qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests
long_cluster_tests.py testlib.py brokertest.py cluster_tests.fail
+qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests
long_cluster_tests.py testlib.py cluster_tests.fail
endif
Modified: qpid/trunk/qpid/cpp/src/tests/cluster_tests.py
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/cluster_tests.py?rev=834668&r1=834667&r2=834668&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/cluster_tests.py (original)
+++ qpid/trunk/qpid/cpp/src/tests/cluster_tests.py Tue Nov 10 21:09:56 2009
@@ -19,11 +19,11 @@
#
import os, signal, sys, time
-from threading import Thread
-from brokertest import *
from qpid import datatypes, messaging
+from qpid.brokertest import *
from qpid.harness import Skipped
from qpid.messaging import Message
+from threading import Thread
class ClusterTests(BrokerTest):
Copied: qpid/trunk/qpid/python/qpid/brokertest.py (from r834662,
qpid/trunk/qpid/cpp/src/tests/brokertest.py)
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/python/qpid/brokertest.py?p2=qpid/trunk/qpid/python/qpid/brokertest.py&p1=qpid/trunk/qpid/cpp/src/tests/brokertest.py&r1=834662&r2=834668&rev=834668&view=diff
==============================================================================
(empty)
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]