Author: tchemit Date: 2012-07-12 15:46:30 +0200 (Thu, 12 Jul 2012) New Revision: 267 Url: http://nuiton.org/repositories/revision/jredmine/267 Log: improve mojo tests (to be continued...) Added: trunk/jredmine-maven-plugin/src/test/resources/test-config.properties Copied: trunk/jredmine-maven-plugin/src/test/resources/test-config.properties (from rev 257, trunk/jredmine-client/src/test/resources/test-config.properties) =================================================================== --- trunk/jredmine-maven-plugin/src/test/resources/test-config.properties (rev 0) +++ trunk/jredmine-maven-plugin/src/test/resources/test-config.properties 2012-07-12 13:46:30 UTC (rev 267) @@ -0,0 +1,28 @@ +### +# #%L +# JRedmine :: Client +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser 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 Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### +# default values for test configuration (see org.nuiton.jredmine.TestHelper) +test.redmineUrl=http://nuiton.org/jredmine +test.encoding=UTF-8 +test.verbose=false