summaryrefslogtreecommitdiff
path: root/java/client/src/test
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2007-10-10 03:36:19 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2007-10-10 03:36:19 +0000
commitdb46c757fa57141062580ac272a91e6990624d2b (patch)
tree663d6652db4b999520c528932c723b9de026c7c5 /java/client/src/test
parente15909dc140b1e4a0b7881601327ce69dee9b3c0 (diff)
downloadqpid-python-db46c757fa57141062580ac272a91e6990624d2b.tar.gz
Removed system.outs and replaced with log statements
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@583351 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/src/test')
-rw-r--r--java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java b/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java
index bd27550387..fcdd42639d 100644
--- a/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java
+++ b/java/client/src/test/java/org/apache/qpid/testutil/QpidTestCase.java
@@ -5,9 +5,9 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
*/
public class QpidTestCase extends TestCase
{
-
+
/* this clas logger */
private static final Logger _logger = LoggerFactory.getLogger(QpidTestCase.class);
@@ -91,7 +91,7 @@ public class QpidTestCase extends TestCase
// create an in_VM broker
TransportConnection.createVMBroker(1);
}
- _logger.info("=========================================");
+ _logger.info("=========================================");
_logger.info("= " + _shel + " " + _brokerPath + " " + _brokerParams);
}
@@ -116,7 +116,7 @@ public class QpidTestCase extends TestCase
super.tearDown();
}
- //--------- Util method
+ //--------- Util method
/**
* This method starts a remote server by spawning an external process.
@@ -134,7 +134,7 @@ public class QpidTestCase extends TestCase
//bad, we had an error starting the broker
throw new Exception("Problem when starting the broker: " + reader.readLine());
}
- // We need to wait for th ebroker to start ideally we would need to ping it
+ // We need to wait for th ebroker to start ideally we would need to ping it
synchronized(this)
{
this.wait(1000);