diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-08-07 09:45:57 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-08-07 09:45:57 +0000 |
| commit | cf609187589996e35d9882163e77cbb51620c07b (patch) | |
| tree | 849550f3fb8bab2651f7428449d0972e60de347e /java/systests | |
| parent | acdc3f1f9b6fd97e5461869a3e869736966bfac7 (diff) | |
| download | qpid-python-cf609187589996e35d9882163e77cbb51620c07b.tar.gz | |
Changes made to performance test parameters.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@563435 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/systests')
| -rw-r--r-- | java/systests/src/main/java/org/apache/qpid/test/framework/sequencers/InteropCircuitFactory.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/test/framework/sequencers/InteropCircuitFactory.java b/java/systests/src/main/java/org/apache/qpid/test/framework/sequencers/InteropCircuitFactory.java index fa4e43e6d6..35bcf78b72 100644 --- a/java/systests/src/main/java/org/apache/qpid/test/framework/sequencers/InteropCircuitFactory.java +++ b/java/systests/src/main/java/org/apache/qpid/test/framework/sequencers/InteropCircuitFactory.java @@ -95,7 +95,6 @@ public class InteropCircuitFactory extends BaseCircuitFactory ConversationFactory.Conversation senderConversation = conversationFactory.startConversation();
ConversationFactory.Conversation receiverConversation = conversationFactory.startConversation();
- // Assign the sender role to the sending test client.
Message assignSender = conversationFactory.getSession().createMessage();
TestUtils.setPropertiesOnMessage(assignSender, testProperties);
assignSender.setStringProperty("CONTROL_TYPE", "ASSIGN_ROLE");
|
