You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/05/18 07:58:36 UTC

httpcomponents-core git commit: Set NoOpLog for unit and integration tests

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x d038f4ba0 -> 6a6db4bf5


Set NoOpLog for unit and integration tests


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/6a6db4bf
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/6a6db4bf
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/6a6db4bf

Branch: refs/heads/4.4.x
Commit: 6a6db4bf57f1af6b35ce00b81dc29391e1fb8263
Parents: d038f4b
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Thu May 18 09:55:10 2017 +0200
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu May 18 09:57:27 2017 +0200

----------------------------------------------------------------------
 .../test/resources/commons-logging.properties   | 26 ++++++++++++++++++++
 .../test/resources/commons-logging.properties   | 26 ++++++++++++++++++++
 2 files changed, 52 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/6a6db4bf/httpcore-nio/src/test/resources/commons-logging.properties
----------------------------------------------------------------------
diff --git a/httpcore-nio/src/test/resources/commons-logging.properties b/httpcore-nio/src/test/resources/commons-logging.properties
new file mode 100644
index 0000000..2fa1b3b
--- /dev/null
+++ b/httpcore-nio/src/test/resources/commons-logging.properties
@@ -0,0 +1,26 @@
+# ====================================================================
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# 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
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+# ====================================================================
+#
+# This software consists of voluntary contributions made by many
+# individuals on behalf of the Apache Software Foundation.  For more
+# information on the Apache Software Foundation, please see
+# <http://www.apache.org/>.
+
+# Disable logging for unit tests
+org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/6a6db4bf/httpcore/src/test/resources/commons-logging.properties
----------------------------------------------------------------------
diff --git a/httpcore/src/test/resources/commons-logging.properties b/httpcore/src/test/resources/commons-logging.properties
new file mode 100644
index 0000000..2fa1b3b
--- /dev/null
+++ b/httpcore/src/test/resources/commons-logging.properties
@@ -0,0 +1,26 @@
+# ====================================================================
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# 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
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+# ====================================================================
+#
+# This software consists of voluntary contributions made by many
+# individuals on behalf of the Apache Software Foundation.  For more
+# information on the Apache Software Foundation, please see
+# <http://www.apache.org/>.
+
+# Disable logging for unit tests
+org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog