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:
16
build.xml
16
build.xml
@@ -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.-->'>
|
||||
<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"
|
||||
|
||||
Reference in New Issue
Block a user