diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-06-11 16:43:57 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-06-11 16:43:57 +0000 |
| commit | 9889573f94c99b252395262f73afe1c9055d59e7 (patch) | |
| tree | 9633f0ed0430f8c09eab9b9bfc37291f0a43d677 /java/integrationtests/src | |
| parent | a1b3eef439d082d62d2dc1188c14e795418c8416 (diff) | |
| download | qpid-python-9889573f94c99b252395262f73afe1c9055d59e7.tar.gz | |
Removed log4j dependency from client. Using slf4j instead, end-user to supply logging implementation as desired. Log4j used for tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@546190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/integrationtests/src')
| -rw-r--r-- | java/integrationtests/src/main/java/org/apache/qpid/interop/testclient/testcases/TestCase1DummyRun.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/integrationtests/src/main/java/org/apache/qpid/interop/testclient/testcases/TestCase1DummyRun.java b/java/integrationtests/src/main/java/org/apache/qpid/interop/testclient/testcases/TestCase1DummyRun.java index 874f86daa9..85b89172bb 100644 --- a/java/integrationtests/src/main/java/org/apache/qpid/interop/testclient/testcases/TestCase1DummyRun.java +++ b/java/integrationtests/src/main/java/org/apache/qpid/interop/testclient/testcases/TestCase1DummyRun.java @@ -20,14 +20,14 @@ */
package org.apache.qpid.interop.testclient.testcases;
-import javax.jms.JMSException;
-import javax.jms.Message;
-import javax.jms.Session;
-
import org.apache.log4j.Logger;
import org.apache.qpid.interop.testclient.InteropClientTestCase;
+import javax.jms.JMSException;
+import javax.jms.Message;
+import javax.jms.Session;
+
/**
* Implements tet case 1, dummy run. This test case sends no test messages, it exists to confirm that the test harness
* is interacting with the coordinator correctly.
|
