----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2002-04-27/log4j-tests.html>
----------------------------------------------------

Buildfile: build.xml

prepare:
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-log4j/tests/output

build:
    [javac] Compiling 32 source files to 
/home/rubys/jakarta/jakarta-log4j/tests/classes
    [javac] Note: 
/home/rubys/jakarta/jakarta-log4j/tests/src/java/org/apache/log4j/LoggerTestCase.java 
uses or overrides a deprecated API.
    [javac] Note: Recompile with -deprecation for details.

Minimum:
    [junit] Running org.apache.log4j.MinimumTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.411 sec
    [junit] Testsuite: org.apache.log4j.MinimumTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.411 sec

    [junit] Testcase: simple took 0.93 sec
    [junit] Testcase: ttcc took 0.452 sec

Logger:
    [junit] Running org.apache.log4j.LoggerTestCase
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.475 sec
    [junit] Testsuite: org.apache.log4j.LoggerTestCase
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.475 sec
    [junit] ------------- Standard Error -----------------
    [junit] log4j:WARN No appenders could be found for logger (x).
    [junit] log4j:WARN Please initialize the log4j system properly.
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testAppender1 took 0.417 sec
    [junit] Testcase: testAppender2 took 0.002 sec
    [junit] Testcase: testAdditivity1 took 0.022 sec
    [junit] Testcase: testAdditivity2 took 0.005 sec
    [junit] Testcase: testAdditivity3 took 0.002 sec
    [junit] Testcase: testDisable1 took 0.002 sec
    [junit] Testcase: testRB1 took 0.002 sec
    [junit] Testcase: testRB2 took 0.001 sec
    [junit] Testcase: testRB3 took 0.002 sec
    [junit] Testcase: testExists took 0.002 sec
    [junit] Testcase: testHierarchy1 took 0.002 sec

DOM:
    [junit] Running org.apache.log4j.xml.DOMTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.906 sec
    [junit] Testsuite: org.apache.log4j.xml.DOMTestCase
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.906 sec

    [junit] Testcase: test1 took 4.894 sec

CustomLevel:
    [junit] Running org.apache.log4j.xml.CustomLevelTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.632 sec
    [junit] Testsuite: org.apache.log4j.xml.CustomLevelTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.632 sec
    [junit] ------------- Standard Output ---------------
    [junit] log4j: Threshold ="null".
    [junit] log4j: Level value for root is  [TRACE#org.apache.log4j.xml.XLevel].
    [junit] log4j: toLevel:class=[org.apache.log4j.xml.XLevel]:pri=[TRACE]
    [junit] log4j: root level set to TRACE
    [junit] log4j: Class name: [org.apache.log4j.FileAppender]
    [junit] log4j: Setting property [append] to [false].
    [junit] log4j: Setting property [file] to [output/temp].
    [junit] log4j: Parsing layout of class: "org.apache.log4j.PatternLayout"
    [junit] log4j: Setting property [conversionPattern] to [%-5p %c{2} - %m
    [junit] ].
    [junit] log4j: setFile called: output/temp, false
    [junit] log4j: setFile ended
    [junit] log4j: Adding appender named [TEMP] to category [root].
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: test1 took 3.083 sec
    [junit] Testcase: test2 took 0.256 sec
    [junit] Testcase: test3 took 0.128 sec
    [junit] Testcase: test4 took 0.151 sec

CustomLogger:
    [junit] Running org.apache.log4j.customLogger.XLoggerTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.518 sec
    [junit] Testsuite: org.apache.log4j.customLogger.XLoggerTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.518 sec
    [junit] ------------- Standard Output ---------------
    [junit] log4j: Threshold ="null".
    [junit] log4j: Level value for root is  [TRACE].
    [junit] log4j: Desired Level sub-class: [org.apache.log4j.xml.XLevel]
    [junit] log4j: root level set to TRACE
    [junit] log4j: Class name: [org.apache.log4j.FileAppender]
    [junit] log4j: Setting property [append] to [false].
    [junit] log4j: Setting property [file] to [output/temp].
    [junit] log4j: Parsing layout of class: "org.apache.log4j.PatternLayout"
    [junit] log4j: Setting property [conversionPattern] to [%-5p %c{2} - %m%n].
    [junit] log4j: Setting property [levelToMatch] to 
[TRACE#org.apache.log4j.xml.XLevel].
    [junit] log4j: toLevel:class=[org.apache.log4j.xml.XLevel]:pri=[TRACE]
    [junit] log4j: Setting property [acceptOnMatch] to [true].
    [junit] log4j: Adding filter of type [class 
org.apache.log4j.varia.LevelMatchFilter] to appender named [TEMP].
    [junit] log4j: Adding filter of type [class org.apache.log4j.varia.DenyAllFilter] 
to appender named [TEMP].
    [junit] log4j: setFile called: output/temp, false
    [junit] log4j: setFile ended
    [junit] log4j: Adding appender named [TEMP] to category [root].
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: test1 took 3.253 sec
    [junit] Testcase: test2 took 0.253 sec

PatternLayout:
    [junit] Running org.apache.log4j.PatternLayoutTestCase
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 4.68 sec
    [junit] Testsuite: org.apache.log4j.PatternLayoutTestCase
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 4.68 sec

    [junit] Testcase: test1 took 1.361 sec
    [junit] Testcase: test2 took 0.335 sec
    [junit] Testcase: test3 took 0.383 sec
    [junit] Testcase: test4 took 0.301 sec
    [junit] Testcase: test5 took 0.227 sec
    [junit] Testcase: test6 took 0.23 sec
    [junit] Testcase: test7 took 0.214 sec
    [junit] Testcase: test8 took 0.206 sec
    [junit] Testcase: test9 took 0.181 sec
    [junit] Testcase: test10 took 0.325 sec
    [junit] Testcase: test11 took 0.227 sec
    [junit] Testcase: test12 took 0.226 sec
    [junit] Testcase: test13 took 0.243 sec
    [junit] Testcase: test14 took 0.202 sec

HierarchyThreshold:
   [delete] Deleting: /home/rubys/jakarta/jakarta-log4j/tests/output/temp
    [junit] Running org.apache.log4j.HierarchyThresholdTestCase
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.658 sec
    [junit] Testsuite: org.apache.log4j.HierarchyThresholdTestCase
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.658 sec
    [junit] ------------- Standard Output ---------------
    [junit] Tearing down test case.
    [junit] Tearing down test case.
    [junit] Tearing down test case.
    [junit] Tearing down test case.
    [junit] Tearing down test case.
    [junit] Tearing down test case.
    [junit] Tearing down test case.
    [junit] Tearing down test case.
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: test1 took 0.517 sec
    [junit] Testcase: test2 took 0.044 sec
    [junit] Testcase: test3 took 0.009 sec
    [junit] Testcase: test4 took 0.01 sec
    [junit] Testcase: test5 took 0.02 sec
    [junit] Testcase: test6 took 0.013 sec
    [junit] Testcase: test7 took 0.016 sec
    [junit] Testcase: test8 took 0.014 sec

SocketServer:
    [junit] Running org.apache.log4j.net.SocketServerTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.919 sec
    [junit] Testsuite: org.apache.log4j.net.SocketServerTestCase
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.919 sec
    [junit] ------------- Standard Output ---------------
    [junit] Setting up test case.
    [junit] Tearing down test case.
    [junit] Setting up test case.
    [junit] Tearing down test case.
    [junit] Setting up test case.
    [junit] Tearing down test case.
    [junit] Setting up test case.
    [junit] Tearing down test case.
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: test1 took 2.202 sec
    [junit] Testcase: test2 took 1.141 sec
    [junit] Testcase: test3 took 1.272 sec
    [junit] Testcase: test4 took 1.29 sec

XMLLayout:
    [junit] Running org.apache.log4j.xml.XMLLayoutTestCase
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 1.306 sec
    [junit] Testsuite: org.apache.log4j.xml.XMLLayoutTestCase
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 1.306 sec
    [junit] ------------- Standard Output ---------------
    [junit] Files [output/filtered] and [witness/xmlLayout.2] differ.
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: basic took 1.035 sec
    [junit] Testcase: locationInfo took 0.245 sec
    [junit]     FAILED
    [junit] null
    [junit] junit.framework.AssertionFailedError
    [junit]     at 
org.apache.log4j.xml.XMLLayoutTestCase.locationInfo(XMLLayoutTestCase.java:55)

    [junit] Testcase: locationInfo

BUILD FAILED
/home/rubys/jakarta/jakarta-log4j/tests/build.xml:194: Test 
org.apache.log4j.xml.XMLLayoutTestCase failed

Total time: 1 minute 3 seconds

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to