1
0

New test case for simple log date time setting

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139033 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2004-05-30 10:32:25 +00:00
parent 7e7bf1ad60
commit ed0269ef72
4 changed files with 105 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
<!--
"Logging" component of the Jakarta Commons Subproject
$Id: build.xml,v 1.45 2004/05/19 21:02:10 rdonkin Exp $
$Id: build.xml,v 1.46 2004/05/30 10:32:25 rdonkin Exp $
-->
@@ -739,6 +739,20 @@ limitations under the License.--&gt;'>
<classpath refid="test.classpath"/>
</java>
<echo message="Custom Configuration With DateTime (SimpleLog Selected)"/>
<java classname="${test.runner}" fork="yes" failonerror="${test.failonerror}">
<sysproperty key="org.apache.commons.logging.Log"
value="org.apache.commons.logging.simple.DecoratedSimpleLog"/>
<sysproperty key="org.apache.commons.logging.simplelog.defaultlog"
value="debug"/>
<sysproperty key="org.apache.commons.logging.simplelog.dateTimeFormat"
value="dd.mm.yyyy"/>
<sysproperty key="org.apache.commons.logging.simplelog.showdatetime"
value="true"/>
<arg value="org.apache.commons.logging.simple.DateTimeCustomConfigTestCase"/>
<classpath refid="test.classpath"/>
</java>
<echo message="Basic Operations"/>
<java classname="${test.runner}" fork="yes" failonerror="${test.failonerror}">
<sysproperty key="org.apache.commons.logging.Log"