diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-03-27 16:37:17 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-03-27 16:37:17 +0000 |
| commit | 3171f2ad9e85cb1a646338df2faeccbca2fbc376 (patch) | |
| tree | fc444f7756d31cfaa0f045a85aa4af2c9bed7c78 /java/broker/src/test | |
| parent | 4c19b294416de85a744b4b0d439465e8f206a390 (diff) | |
| download | qpid-python-3171f2ad9e85cb1a646338df2faeccbca2fbc376.tar.gz | |
Added additional comments
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@522991 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/src/test')
| -rw-r--r-- | java/broker/src/test/java/org/apache/qpid/server/queue/AMQQueueAlertTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
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 236291968f..0c1da5c278 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,6 +106,8 @@ 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 + * * @throws Exception */ public void testQueueDepthAlertNoSubscriber() throws Exception |
