Author: jukka
Date: Mon Jan 20 22:09:28 2014
New Revision: 1559842
URL: http://svn.apache.org/r1559842
Log:
OAK-588: Run oak-jcr tests on mongomk
Direct MongoDB connection warnings to the normal test log file
Added:
jackrabbit/oak/trunk/oak-jcr/src/test/resources/logging.properties (with
props)
Modified:
jackrabbit/oak/trunk/oak-jcr/pom.xml
Modified: jackrabbit/oak/trunk/oak-jcr/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/pom.xml?rev=1559842&r1=1559841&r2=1559842&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-jcr/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-jcr/pom.xml Mon Jan 20 22:09:28 2014
@@ -205,6 +205,16 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <configuration>
+ <systemPropertyVariables>
+ <java.util.logging.config.file>
+ src/test/resources/logging.properties
+ </java.util.logging.config.file>
+ </systemPropertyVariables>
+ </configuration>
+ </plugin>
</plugins>
<pluginManagement>
<plugins>
Added: jackrabbit/oak/trunk/oak-jcr/src/test/resources/logging.properties
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-jcr/src/test/resources/logging.properties?rev=1559842&view=auto
==============================================================================
--- jackrabbit/oak/trunk/oak-jcr/src/test/resources/logging.properties (added)
+++ jackrabbit/oak/trunk/oak-jcr/src/test/resources/logging.properties Mon Jan
20 22:09:28 2014
@@ -0,0 +1,16 @@
+# 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.
+
+handlers = org.slf4j.bridge.SLF4JBridgeHandler
Propchange: jackrabbit/oak/trunk/oak-jcr/src/test/resources/logging.properties
------------------------------------------------------------------------------
svn:eol-style = native