You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2010/05/25 15:40:16 UTC

svn commit: r948038 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java

Author: robbie
Date: Tue May 25 13:40:16 2010
New Revision: 948038

URL: http://svn.apache.org/viewvc?rev=948038&view=rev
Log:
Reduce the large number of persistent messages sent by DupsOkTest from 4999 to 100

Modified:
    qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java

Modified: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java?rev=948038&r1=948037&r2=948038&view=diff
==============================================================================
--- qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java (original)
+++ qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java Tue May 25 13:40:16 2010
@@ -41,8 +41,7 @@ public class DupsOkTest extends QpidTest
 {
 
     private Queue _queue;
-    // Question why do we need to send so many messages?
-    private static final int MSG_COUNT = 4999;
+    private static final int MSG_COUNT = 100;
     private CountDownLatch _awaitCompletion = new CountDownLatch(1);
 
     public void setUp() throws Exception



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org