You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/04/23 18:00:00 UTC

svn commit: r531517 - in /incubator/qpid/branches/M2/java: broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java client/src/test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java

Author: ritchiem
Date: Mon Apr 23 08:59:59 2007
New Revision: 531517

URL: http://svn.apache.org/viewvc?view=rev&rev=531517
Log:
Comment updates on the origin of the tests

Modified:
    incubator/qpid/branches/M2/java/broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java
    incubator/qpid/branches/M2/java/client/src/test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java

Modified: incubator/qpid/branches/M2/java/broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java?view=diff&rev=531517&r1=531516&r2=531517
==============================================================================
--- incubator/qpid/branches/M2/java/broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java (original)
+++ incubator/qpid/branches/M2/java/broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java Mon Apr 23 08:59:59 2007
@@ -106,7 +106,7 @@
     /**
      * Tests if Queue Depth alert is thrown when queue depth reaches the threshold value
      *
-     * Based on FT402 subbmitted by client
+     * Based on FT-402 subbmitted by client
      *
      * @throws Exception
      */
@@ -133,6 +133,8 @@
     /**
      * Tests if MESSAGE AGE alert is thrown, when a message is in the queue for time higher than threshold value of
      * message age
+     *
+     * Alternative test to FT-401 provided by client
      *
      * @throws Exception
      */

Modified: incubator/qpid/branches/M2/java/client/src/test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/client/src/test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java?view=diff&rev=531517&r1=531516&r2=531517
==============================================================================
--- incubator/qpid/branches/M2/java/client/src/test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java (original)
+++ incubator/qpid/branches/M2/java/client/src/test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java Mon Apr 23 08:59:59 2007
@@ -181,7 +181,9 @@
         passed = true;
     }
 
-    /** multiple consumers */
+    /** multiple consumers
+     * Based on code subbmitted by client FT-304
+     */
     public void testTwoCompetingConsumers()
     {
         Consumer c1 = new Consumer();