diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-08-09 23:27:37 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-08-09 23:27:37 +0000 |
| commit | 8885ced8854e752272ff7c77fa5b587ab6291cc1 (patch) | |
| tree | ed8f5ef4e29433fb0e934e77d1ecfdacf303ee44 /qpid/java | |
| parent | 22b938c17b8dfb181e84784e6467f936422119e1 (diff) | |
| download | qpid-python-8885ced8854e752272ff7c77fa5b587ab6291cc1.tar.gz | |
Correct LogMonitorTest after change to the rest functionality broke the test.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802628 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/util/LogMonitorTest.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/util/LogMonitorTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/util/LogMonitorTest.java index f4dade5660..d1a0df30a9 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/util/LogMonitorTest.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/util/LogMonitorTest.java @@ -212,9 +212,7 @@ public class LogMonitorTest extends TestCase monitor.reset(); - validateLogContainsMessage(monitor, LOG_RESET_TEXT); - - assertEquals(LOG_RESET_TEXT + "\n", monitor.readFile()); + assertEquals("", monitor.readFile()); } public void testRead() throws IOException |
