summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-11-06 11:33:03 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-11-06 11:33:03 +0000
commitce669b3a4384737716f1fe63bd166f0687e217c6 (patch)
tree4b4bc534b00681120ae9b8f318b349bc787571a9
parentc384e8ef4390a72f9d55fb091da76247a8dd54da (diff)
downloadqpid-python-ce669b3a4384737716f1fe63bd166f0687e217c6.tar.gz
QPID-662 Transactional state not correctly reported after fail over. We now record if we have sent any messages
from here we can check if we have failed over and so have lost messages from the transaction making it invalid.- Forgot to remove a println. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@592385 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/systests/src/main/java/org/apache/qpid/server/txn/TxnTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/server/txn/TxnTest.java b/java/systests/src/main/java/org/apache/qpid/server/txn/TxnTest.java
index 75b6fbaedd..14d5d249e9 100644
--- a/java/systests/src/main/java/org/apache/qpid/server/txn/TxnTest.java
+++ b/java/systests/src/main/java/org/apache/qpid/server/txn/TxnTest.java
@@ -228,7 +228,7 @@ public class TxnTest extends TestCase implements MessageListener
//Check no more messages are received
received = consumer.receive(1000);
- System.err.println("Second receive completed.");
+// System.err.println("Second receive completed.");
assertNull("More messages received", received);