From 9889573f94c99b252395262f73afe1c9055d59e7 Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Mon, 11 Jun 2007 16:43:57 +0000 Subject: 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 --- .../qpid/interop/testclient/testcases/TestCase1DummyRun.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'java/integrationtests/src/main') 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. -- cgit v1.2.1