Author: tchemit Date: 2012-12-12 18:28:37 +0100 (Wed, 12 Dec 2012) New Revision: 48 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/48 Log: make tests works on jenkins Added: trunk/tutti-ui-swing/src/test/resources/ trunk/tutti-ui-swing/src/test/resources/log4j.properties Copied: trunk/tutti-ui-swing/src/test/resources/log4j.properties (from rev 46, trunk/tutti-ui-swing/src/main/resources/log4j.properties) =================================================================== --- trunk/tutti-ui-swing/src/test/resources/log4j.properties (rev 0) +++ trunk/tutti-ui-swing/src/test/resources/log4j.properties 2012-12-12 17:28:37 UTC (rev 48) @@ -0,0 +1,33 @@ +### +# #%L +# Tutti :: UI +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2012 Ifremer +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### +# Global logging configuration +log4j.rootLogger=ERROR, stdout + +# Console output +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%d [%t] %-5p %c - %m%n + +# tutti levels +log4j.logger.fr.ifremer=INFO