From 7f8525d283f97a5a3ffd69e4878c39ff0fe0dea0 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 23 Apr 2007 15:59:59 +0000 Subject: Comment updates on the origin of the tests git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531517 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java | 4 +++- .../test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'java') diff --git a/java/broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java b/java/broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java index a5c5763db1..a9496d0de1 100644 --- a/java/broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java +++ b/java/broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java @@ -106,7 +106,7 @@ public class AMQQueueAlertTest extends TestCase /** * 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 */ @@ -134,6 +134,8 @@ public class AMQQueueAlertTest extends TestCase * 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 */ public void testMessageAgeAlert() throws Exception diff --git a/java/client/src/test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java b/java/client/src/test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java index 62234ad21f..d52707d965 100644 --- a/java/client/src/test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java +++ b/java/client/src/test/java/org/apache/qpid/test/unit/close/MessageRequeueTest.java @@ -181,7 +181,9 @@ public class MessageRequeueTest extends TestCase passed = true; } - /** multiple consumers */ + /** multiple consumers + * Based on code subbmitted by client FT-304 + */ public void testTwoCompetingConsumers() { Consumer c1 = new Consumer(); -- cgit v1.2.1