I recently added a few tests under o.a.s.t.logic

I've attached a test run I just did about 3 minutes ago.
I'm using Cactus (1.4) or JUnit (3.8.1)



--
James Mitchell


----- Original Message ----- 
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 06, 2003 8:36 PM
Subject: Cactus Test Failures?


> Trying to run the "test.tomcat.40" and "test.tomcat.41" targets, I get a
> JUnit failure on the "testInitDestroyInternal" testcase.  The logged
> message implies that this is because Tomcat is returning a 404 error for
> "/test/ServletRedirector".
> 
> Did something change in this test recently?  Or maybe I need a different
> version of Cactus (1.4) or JUnit (3.8.1)?
> 
> Craig
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
Buildfile: C:\home\jmitchell\projects\cvs\jakarta-struts\build.xml

skip.tomcat.32:
     [echo] *****************************************************
     [echo] WARNING : Property 'tomcat.home.32' has not been set.
     [echo]           No test will be run on that servlet engine.
     [echo] *****************************************************


init:
     [echo] --------- jakarta-struts 1.1-b4-dev ---------

     [echo] java.class.path = 
C:\j2sdk1.4.1\lib\tools.jar;C:\Apache_Home\jakarta-ant-1.5.1\lib\xml-apis.jar;C:\Apache_Home\jakarta-ant-1.5.1\lib\xercesImpl.jar;C:\Apache_Home\jakarta-ant-1.5.1\lib\optional.jar;C:\Apache_Home\jakarta-ant-1.5.1\lib\mail_1_2.jar;C:\Apache_Home\jakarta-ant-1.5.1\lib\junit.jar;C:\Apache_Home\jakarta-ant-1.5.1\lib\commons-cactus-ant.jar;C:\Apache_Home\jakarta-ant-1.5.1\lib\catalina-ant.jar;C:\Apache_Home\jakarta-ant-1.5.1\lib\cactus-ant.jar;C:\Apache_Home\jakarta-ant-1.5.1\lib\antlr-runtime.jar;C:\Apache_Home\jakarta-ant-1.5.1\lib\ant.jar;
     [echo] java.home = C:\j2sdk1.4.1\jre
     [echo] user.home = C:\Documents and Settings\jmitchell

prepare.library:

compile.library:
    [style] Transforming into 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\library

test.tomcat.32:

skip.tomcat.33:

test.tomcat.33:
     [echo] tomcat.home.33 = /Apache_Home/jakarta-tomcat-3.3.1

init:

prepare.test:

compile.test:
    [javac] Compiling 1 source file to 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\classes

prepare.test.war:
      [war] Building war: 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\test.war

prepare.test.tomcat.33:
   [delete] Deleting directory 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat33\webapps\test
     [copy] Copying 1 file to 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat33\webapps

test.tomcat.33:

start.tomcat.33:
     [java] 2003-02-06 20:52:13 - AutoDeploy: Source or destination missing 
     [java] 2003-02-06 20:52:13 - AutoDeploy: Expanding 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat33\webapps\test.war
     [java] 2003-02-06 20:52:15 - ServerXmlReader: Config=$TOMCAT_HOME\conf\server.xml
     [java] 2003-02-06 20:52:15 - PathSetter: 
install=C:\Apache_Home\jakarta-tomcat-3.3.1\lib
     [java] 2003-02-06 20:52:15 - PathSetter: 
home=C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat33
     [java] 2003-02-06 20:52:15 - AutoWebApp: No autoconf directory 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat33\modules
     [java] 2003-02-06 20:52:15 - AutoWebApp: Auto-Adding DEFAULT:/test
     [java] 2003-02-06 20:52:15 - ContextManager: Tomcat configured and in stable 
state 
     [java] 2003-02-06 20:52:15 - ContextManager: Adding  DEFAULT:/test
     [java] 2003-02-06 20:52:15 - Ctx(/test) : Validating web.xml
     [java] EmbededTomcat: Init time 3045
     [java] 2003-02-06 20:52:15 - Http10Interceptor: Starting on 8080
     [java] 2003-02-06 20:52:15 - Ajp12Interceptor: Starting on 8007
     [java] EmbededTomcat: Startup time 200

run.test:
    [junit] Running org.apache.struts.action.TestActionMessage
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.05 sec
    [junit] Testsuite: org.apache.struts.action.TestActionMessage
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.05 sec

    [junit] Testcase: testActionMessageWithNoValue took 0.03 sec
    [junit] Testcase: testActionMessageWithAStringValue took 0 sec
    [junit] Running org.apache.struts.action.TestActionMessages
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.09 sec
    [junit] Testsuite: org.apache.struts.action.TestActionMessages
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.09 sec

    [junit] Testcase: testEmpty took 0.04 sec
    [junit] Testcase: testNotEmpty took 0 sec
    [junit] Testcase: testSizeWithOneProperty took 0 sec
    [junit] Testcase: testSizeWithManyProperties took 0 sec
    [junit] Testcase: testSizeAndEmptyAfterClear took 0.01 sec
    [junit] Testcase: testGetWithNoProperty took 0.01 sec
    [junit] Testcase: testGetForAProperty took 0 sec
    [junit] Testcase: testAddMessages took 0.02 sec
    [junit] Running org.apache.struts.action.TestActionServlet
     [java] 2003-02-06 20:52:22 - SessionIdGenerator: Created random class 
java.security.SecureRandom
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.744 sec
    [junit] Testsuite: org.apache.struts.action.TestActionServlet
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.744 sec

    [junit] Testcase: testInitDestroyInternal took 2.724 sec
    [junit] Running org.apache.struts.action.TestDynaActionForm
    [junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 1.092 sec
    [junit] Testsuite: org.apache.struts.action.TestDynaActionForm
    [junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 1.092 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:52:24 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testBeanCreate took 0.751 sec
    [junit] Testcase: testIndexedInitialize took 0.02 sec
    [junit] Testcase: testScalarInitialize took 0 sec
    [junit] Testcase: testGetDescriptorArguments took 0.01 sec
    [junit] Testcase: testGetDescriptorBoolean took 0 sec
    [junit] Testcase: testGetDescriptorDouble took 0.03 sec
    [junit] Testcase: testGetDescriptorFloat took 0 sec
    [junit] Testcase: testGetDescriptorInt took 0.05 sec
    [junit] Testcase: testGetDescriptorLong took 0.01 sec
    [junit] Testcase: testGetDescriptorSecond took 0 sec
    [junit] Testcase: testGetDescriptorShort took 0.01 sec
    [junit] Testcase: testGetDescriptorString took 0 sec
    [junit] Testcase: testGetDescriptors took 0 sec
    [junit] Testcase: testGetIndexedArguments took 0.01 sec
    [junit] Testcase: testGetIndexedValues took 0 sec
    [junit] Testcase: testGetMappedArguments took 0.01 sec
    [junit] Testcase: testGetMappedValues took 0 sec
    [junit] Testcase: testGetSimpleArguments took 0.01 sec
    [junit] Testcase: testGetSimpleBoolean took 0.01 sec
    [junit] Testcase: testGetSimpleDouble took 0.02 sec
    [junit] Testcase: testGetSimpleFloat took 0.01 sec
    [junit] Testcase: testGetSimpleInt took 0 sec
    [junit] Testcase: testGetSimpleLong took 0.01 sec
    [junit] Testcase: testGetSimpleShort took 0.01 sec
    [junit] Testcase: testGetSimpleString took 0 sec
    [junit] Testcase: testMappedContains took 0 sec
    [junit] Testcase: testMappedRemove took 0.01 sec
    [junit] Testcase: testSetIndexedArguments took 0 sec
    [junit] Testcase: testSetIndexedValues took 0.01 sec
    [junit] Testcase: testSetMappedValues took 0 sec
    [junit] Testcase: testSetSimpleBoolean took 0.011 sec
    [junit] Testcase: testSetSimpleDouble took 0.01 sec
    [junit] Testcase: testSetSimpleFloat took 0.01 sec
    [junit] Testcase: testSetSimpleInt took 0.01 sec
    [junit] Testcase: testSetSimpleLong took 0 sec
    [junit] Testcase: testSetSimpleShort took 0.02 sec
    [junit] Testcase: testSetSimpleString took 0 sec
    [junit] Testcase: testConfigAdd took 0 sec
    [junit] Testcase: testConfigCreate took 0.01 sec
    [junit] Testcase: testConfigDuplicate took 0 sec
    [junit] Testcase: testConfigInitialValues took 0.01 sec
    [junit] Testcase: testConfigProperties took 0 sec
    [junit] Testcase: testConfigRemove took 0.01 sec
    [junit] Testcase: testClassCreate took 0.01 sec
    [junit] Running org.apache.struts.action.TestDynaActionFormClass
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.731 sec
    [junit] Testsuite: org.apache.struts.action.TestDynaActionFormClass
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.731 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:52:27 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testConfigAdd took 0.51 sec
    [junit] Testcase: testConfigCreate took 0 sec
    [junit] Testcase: testConfigDuplicate took 0 sec
    [junit] Testcase: testConfigInitialValues took 0.191 sec
    [junit] Testcase: testConfigProperties took 0 sec
    [junit] Testcase: testConfigRemove took 0.01 sec
    [junit] Testcase: testClassCreate took 0 sec
    [junit] Running org.apache.struts.taglib.logic.TestEmptyTag
     [java] 2003-02-06 20:52:29 - Ctx(/test) : Compiling: /jspRedirector.jsp to 
jspRedirector_5
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.515 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestEmptyTag
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.515 sec

    [junit] Testcase: testEmptyTagUsingName took 3.335 sec
    [junit] Testcase: testEmptyTagUsingProperty took 0.17 sec
    [junit] Running org.apache.struts.taglib.logic.TestEqualTag
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.871 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestEqualTag
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.871 sec

    [junit] Testcase: testCookieStringEquals took 0.461 sec
    [junit] Testcase: testCookieStringNotEquals took 0.05 sec
    [junit] Testcase: testHeaderStringEquals took 0.07 sec
    [junit] Testcase: testHeaderStringNotEquals took 0.06 sec
    [junit] Testcase: testIntegerEquals took 0.04 sec
    [junit] Testcase: testIntegerNotEquals took 0.04 sec
    [junit] Testcase: testParameterStringEquals took 0.03 sec
    [junit] Testcase: testParameterStringNotEquals took 0.03 sec
    [junit] Testcase: testStringEquals took 0.03 sec
    [junit] Testcase: testStringNotEquals took 0.05 sec
    [junit] Running org.apache.struts.taglib.logic.TestGreaterEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.731 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestGreaterEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.731 sec

    [junit] Testcase: testCookieGreaterEqual took 0.391 sec
    [junit] Testcase: testHeaderGreaterEqual took 0.04 sec
    [junit] Testcase: testParameterGreaterEqual took 0.07 sec
    [junit] Testcase: testApplicationScopeNameGreaterEqual took 0.03 sec
    [junit] Testcase: testSessionScopeNameGreaterEqual took 0.04 sec
    [junit] Testcase: testRequestScopeNameGreaterEqual took 0.03 sec
    [junit] Testcase: testApplicationScopePropertyGreaterEqual took 0.02 sec
    [junit] Testcase: testSessionScopePropertyGreaterEqual took 0.06 sec
    [junit] Testcase: testRequestScopePropertyGreaterEqual took 0.03 sec
    [junit] Running org.apache.struts.taglib.logic.TestGreaterThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.691 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestGreaterThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.691 sec

    [junit] Testcase: testCookieGreaterThan took 0.401 sec
    [junit] Testcase: testHeaderGreaterThan took 0.04 sec
    [junit] Testcase: testParameterGreaterThan took 0.06 sec
    [junit] Testcase: testApplicationScopeNameGreaterThan took 0.04 sec
    [junit] Testcase: testSessionScopeNameGreaterThan took 0.03 sec
    [junit] Testcase: testRequestScopeNameGreaterThan took 0.04 sec
    [junit] Testcase: testApplicationScopePropertyGreaterThan took 0.03 sec
    [junit] Testcase: testSessionScopePropertyGreaterThan took 0.02 sec
    [junit] Testcase: testRequestScopePropertyGreaterThan took 0.02 sec
    [junit] Running org.apache.struts.taglib.logic.TestIterateTag
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.481 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestIterateTag
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.481 sec

    [junit] Testcase: testApplicationScopeNameIterate took 0.461 sec
    [junit] Running org.apache.struts.taglib.logic.TestLessEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.731 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestLessEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.731 sec

    [junit] Testcase: testCookieLessEqual took 0.411 sec
    [junit] Testcase: testHeaderLessEqual took 0.04 sec
    [junit] Testcase: testParameterLessEqual took 0.06 sec
    [junit] Testcase: testApplicationScopeNameLessEqual took 0.05 sec
    [junit] Testcase: testSessionScopeNameLessEqual took 0.04 sec
    [junit] Testcase: testRequestScopeNameLessEqual took 0.03 sec
    [junit] Testcase: testApplicationScopePropertyLessEqual took 0.02 sec
    [junit] Testcase: testSessionScopePropertyLessEqual took 0.03 sec
    [junit] Testcase: testRequestScopePropertyLessEqual took 0.03 sec
    [junit] Running org.apache.struts.taglib.logic.TestLessThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.701 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestLessThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.701 sec

    [junit] Testcase: testCookieLessThan took 0.381 sec
    [junit] Testcase: testHeaderLessThan took 0.04 sec
    [junit] Testcase: testParameterLessThan took 0.07 sec
    [junit] Testcase: testApplicationScopeNameLessThan took 0.03 sec
    [junit] Testcase: testSessionScopeNameLessThan took 0.04 sec
    [junit] Testcase: testRequestScopeNameLessThan took 0.04 sec
    [junit] Testcase: testApplicationScopePropertyLessThan took 0.04 sec
    [junit] Testcase: testSessionScopePropertyLessThan took 0.03 sec
    [junit] Testcase: testRequestScopePropertyLessThan took 0.03 sec
    [junit] Running org.apache.struts.taglib.logic.TestNotEqualTag
     [java] testing
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.831 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestNotEqualTag
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.831 sec

    [junit] Testcase: testCookieStringEquals took 0.411 sec
    [junit] Testcase: testCookieStringNotEquals took 0.04 sec
    [junit] Testcase: testHeaderStringEquals took 0.06 sec
    [junit] Testcase: testHeaderStringNotEquals took 0.03 sec
    [junit] Testcase: testParameterStringEquals took 0.05 sec
    [junit] Testcase: testParameterStringNotEquals took 0.03 sec
    [junit] Testcase: testStringEquals took 0.03 sec
    [junit] Testcase: testStringNotEquals took 0.05 sec
    [junit] Testcase: testIntegerEquals took 0.03 sec
    [junit] Testcase: testIntegerNotEquals took 0.04 sec
    [junit] Testcase: testApplicationScopeStringEquals took 0.03 sec
    [junit] Testcase: testApplicationScopeStringNotEquals took 0.03 sec
    [junit] Running org.apache.struts.taglib.logic.TestNotPresentTag
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.911 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestNotPresentTag
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.911 sec

    [junit] Testcase: testApplicationScopeObjectPresent took 0.31 sec
    [junit] Testcase: testApplicationScopeObjectNotPresent took 0.02 sec
    [junit] Testcase: testSessionScopeObjectPresent took 0.06 sec
    [junit] Testcase: testSessionScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testRequestScopeObjectPresent took 0.04 sec
    [junit] Testcase: testRequestScopeObjectNotPresent took 0.05 sec
    [junit] Testcase: testPageScopeObjectPresent took 0.03 sec
    [junit] Testcase: testPageScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testCookiePresent took 0.131 sec
    [junit] Testcase: testCookieNotPresent took 0.03 sec
    [junit] Testcase: testHeaderPresent took 0.05 sec
    [junit] Testcase: testHeaderNotPresent took 0.04 sec
    [junit] Testcase: testParameterPresent took 0.04 sec
    [junit] Testcase: testParameterNotPresent took 0.04 sec
    [junit] Running org.apache.struts.taglib.logic.TestPresentTag
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.012 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestPresentTag
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.012 sec

    [junit] Testcase: testApplicationScopeObjectPresent took 0.29 sec
    [junit] Testcase: testApplicationScopeObjectNotPresent took 0.04 sec
    [junit] Testcase: testSessionScopeObjectPresent took 0.06 sec
    [junit] Testcase: testSessionScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testRequestScopeObjectPresent took 0.04 sec
    [junit] Testcase: testRequestScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testPageScopeObjectPresent took 0.03 sec
    [junit] Testcase: testPageScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testApplicationScopePropertyPresent took 0.03 sec
    [junit] Testcase: testApplicationScopePropertyNotPresent took 0.03 sec
    [junit] Testcase: testRequestScopePropertyPresent took 0.04 sec
    [junit] Testcase: testRequestScopePropertyNotPresent took 0.03 sec
    [junit] Testcase: testCookiePresent took 0.14 sec
    [junit] Testcase: testCookieNotPresent took 0.03 sec
    [junit] Testcase: testHeaderPresent took 0.04 sec
    [junit] Testcase: testHeaderNotPresent took 0.03 sec
    [junit] Testcase: testParameterPresent took 0.03 sec
    [junit] Testcase: testParameterNotPresent took 0.031 sec
    [junit] Running org.apache.struts.util.TestRequestUtils
    [junit] Tests run: 50, Failures: 0, Errors: 0, Time elapsed: 1.062 sec
    [junit] Testsuite: org.apache.struts.util.TestRequestUtils
    [junit] Tests run: 50, Failures: 0, Errors: 0, Time elapsed: 1.062 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:52:54 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testAbsoluteURL took 0.481 sec
    [junit] Testcase: testActionURL1 took 0 sec
    [junit] Testcase: testActionURL2 took 0 sec
    [junit] Testcase: testActionURL3 took 0 sec
    [junit] Testcase: testComputeParameters0a took 0 sec
    [junit] Testcase: testComputeParameters0b took 0.02 sec
    [junit] Testcase: testComputeParameters1a took 0 sec
    [junit] Testcase: testComputeParameters1b took 0 sec
    [junit] Testcase: testComputeParameters1c took 0.24 sec
    [junit] Testcase: testComputeParameters2a took 0 sec
    [junit] Testcase: testComputeParameters2b took 0 sec
    [junit] Testcase: testComputeParameters2c took 0 sec
    [junit] Testcase: testComputeParameters2d took 0 sec
    [junit] Testcase: testComputeParameters3a took 0 sec
    [junit] Testcase: testComputeURL1a took 0.01 sec
    [junit] Testcase: testComputeURL1b took 0 sec
    [junit] Testcase: testComputeURL1c took 0 sec
    [junit] Testcase: testComputeURL1d took 0.01 sec
    [junit] Testcase: testComputeURL1e took 0 sec
    [junit] Testcase: testComputeURL1f took 0 sec
    [junit] Testcase: testComputeURL1g took 0 sec
    [junit] Testcase: testComputeURL1h took 0 sec
    [junit] Testcase: testComputeURL2a took 0 sec
    [junit] Testcase: testComputeURL2b took 0.01 sec
    [junit] Testcase: testComputeURL2c took 0 sec
    [junit] Testcase: testComputeURL2d took 0 sec
    [junit] Testcase: testComputeURL2e took 0.01 sec
    [junit] Testcase: testComputeURL2f took 0 sec
    [junit] Testcase: testComputeURL2g took 0.01 sec
    [junit] Testcase: testComputeURL2h took 0 sec
    [junit] Testcase: testComputeURL3a took 0.02 sec
    [junit] Testcase: testComputeURL3b took 0 sec
    [junit] Testcase: testComputeURL3c took 0.021 sec
    [junit] Testcase: testComputeURL3d took 0.01 sec
    [junit] Testcase: testComputeURL3e took 0 sec
    [junit] Testcase: testComputeURL3f took 0.01 sec
    [junit] Testcase: testCreateActionForm1a took 0 sec
    [junit] Testcase: testCreateActionForm1b took 0.01 sec
    [junit] Testcase: testCreateActionForm2a took 0 sec
    [junit] Testcase: testCreateActionForm2b took 0 sec
    [junit] Testcase: testCreateActionForm3a took 0.16 sec
    [junit] Testcase: testCreateActionForm3b took 0 sec
    [junit] Testcase: testCreateActionForm4a took 0.01 sec
    [junit] Testcase: testRequestURL took 0 sec
    [junit] Testcase: testSelectApplication1a took 0.01 sec
    [junit] Testcase: testSelectApplication1b took 0 sec
    [junit] Testcase: testSelectApplication2a took 0 sec
    [junit] Testcase: testSelectApplication2b took 0 sec
    [junit] Testcase: testServerURL took 0 sec
    [junit] Testcase: testUtilBaseEnvironment took 0.01 sec
    [junit] Running org.apache.struts.tiles.TestTilesPlugin
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.664 sec
    [junit] Testsuite: org.apache.struts.tiles.TestTilesPlugin
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.664 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:52:56 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] Feb 6, 2003 8:52:58 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Tiles definition factory loaded for module '/module1'.
    [junit] Feb 6, 2003 8:52:58 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Tiles definition factory loaded for module '/module2'.
    [junit] Feb 6, 2003 8:52:59 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Tiles definition factory loaded for module '/module1'.
    [junit] Feb 6, 2003 8:52:59 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Factory already exists for module '/module2'. The factory found is 
from module '/module1'. No new creation.
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testMultiFactory took 2.524 sec
    [junit] Testcase: testSingleSharedFactory took 0.14 sec
    [junit] Testcase: testUtilBaseEnvironment took 0 sec

stop.tomcat.33:
     [java] Stopping Tomcat.
     [java] Stopping tomcat on :8007 null
     [java] Stop reaper 
     [java] SUPER org.apache.tomcat.util.qlog.LogDaemon@1e184cb Exiting
     [java] ContextManager: Exiting
[runservertests] Server stopped !

skip.tomcat.40:

test.tomcat.40:
     [echo] tomcat.home.40 = /Apache_Home/jakarta-tomcat-4.0.6

init:

prepare.test:

compile.test:

prepare.test.war:

prepare.test.tomcat.40:
   [delete] Deleting directory 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat40\webapps\test
     [copy] Copying 1 file to 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat40\webapps

test.tomcat.40:

start.tomcat.40:
     [java] Starting service Tomcat-Standalone
     [java] Apache Tomcat/4.0.6

run.test:
    [junit] Running org.apache.struts.action.TestActionMessage
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.04 sec
    [junit] Testsuite: org.apache.struts.action.TestActionMessage
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.04 sec

    [junit] Testcase: testActionMessageWithNoValue took 0.03 sec
    [junit] Testcase: testActionMessageWithAStringValue took 0 sec
    [junit] Running org.apache.struts.action.TestActionMessages
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.09 sec
    [junit] Testsuite: org.apache.struts.action.TestActionMessages
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.09 sec

    [junit] Testcase: testEmpty took 0.04 sec
    [junit] Testcase: testNotEmpty took 0 sec
    [junit] Testcase: testSizeWithOneProperty took 0 sec
    [junit] Testcase: testSizeWithManyProperties took 0.01 sec
    [junit] Testcase: testSizeAndEmptyAfterClear took 0 sec
    [junit] Testcase: testGetWithNoProperty took 0.01 sec
    [junit] Testcase: testGetForAProperty took 0 sec
    [junit] Testcase: testAddMessages took 0.02 sec
    [junit] Running org.apache.struts.action.TestActionServlet
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.654 sec
    [junit] Testsuite: org.apache.struts.action.TestActionServlet
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.654 sec

    [junit] Testcase: testInitDestroyInternal took 2.644 sec
    [junit] Running org.apache.struts.action.TestDynaActionForm
    [junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 0.831 sec
    [junit] Testsuite: org.apache.struts.action.TestDynaActionForm
    [junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 0.831 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:53:27 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testBeanCreate took 0.641 sec
    [junit] Testcase: testIndexedInitialize took 0.01 sec
    [junit] Testcase: testScalarInitialize took 0 sec
    [junit] Testcase: testGetDescriptorArguments took 0.01 sec
    [junit] Testcase: testGetDescriptorBoolean took 0 sec
    [junit] Testcase: testGetDescriptorDouble took 0.01 sec
    [junit] Testcase: testGetDescriptorFloat took 0.01 sec
    [junit] Testcase: testGetDescriptorInt took 0.02 sec
    [junit] Testcase: testGetDescriptorLong took 0 sec
    [junit] Testcase: testGetDescriptorSecond took 0 sec
    [junit] Testcase: testGetDescriptorShort took 0 sec
    [junit] Testcase: testGetDescriptorString took 0.01 sec
    [junit] Testcase: testGetDescriptors took 0 sec
    [junit] Testcase: testGetIndexedArguments took 0 sec
    [junit] Testcase: testGetIndexedValues took 0.01 sec
    [junit] Testcase: testGetMappedArguments took 0 sec
    [junit] Testcase: testGetMappedValues took 0 sec
    [junit] Testcase: testGetSimpleArguments took 0.01 sec
    [junit] Testcase: testGetSimpleBoolean took 0 sec
    [junit] Testcase: testGetSimpleDouble took 0 sec
    [junit] Testcase: testGetSimpleFloat took 0.01 sec
    [junit] Testcase: testGetSimpleInt took 0 sec
    [junit] Testcase: testGetSimpleLong took 0 sec
    [junit] Testcase: testGetSimpleShort took 0.01 sec
    [junit] Testcase: testGetSimpleString took 0 sec
    [junit] Testcase: testMappedContains took 0 sec
    [junit] Testcase: testMappedRemove took 0 sec
    [junit] Testcase: testSetIndexedArguments took 0.01 sec
    [junit] Testcase: testSetIndexedValues took 0 sec
    [junit] Testcase: testSetMappedValues took 0 sec
    [junit] Testcase: testSetSimpleBoolean took 0.01 sec
    [junit] Testcase: testSetSimpleDouble took 0.01 sec
    [junit] Testcase: testSetSimpleFloat took 0.01 sec
    [junit] Testcase: testSetSimpleInt took 0 sec
    [junit] Testcase: testSetSimpleLong took 0 sec
    [junit] Testcase: testSetSimpleShort took 0.01 sec
    [junit] Testcase: testSetSimpleString took 0 sec
    [junit] Testcase: testConfigAdd took 0 sec
    [junit] Testcase: testConfigCreate took 0 sec
    [junit] Testcase: testConfigDuplicate took 0.01 sec
    [junit] Testcase: testConfigInitialValues took 0 sec
    [junit] Testcase: testConfigProperties took 0 sec
    [junit] Testcase: testConfigRemove took 0 sec
    [junit] Testcase: testClassCreate took 0 sec
    [junit] Running org.apache.struts.action.TestDynaActionFormClass
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.671 sec
    [junit] Testsuite: org.apache.struts.action.TestDynaActionFormClass
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.671 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:53:29 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testConfigAdd took 0.471 sec
    [junit] Testcase: testConfigCreate took 0 sec
    [junit] Testcase: testConfigDuplicate took 0 sec
    [junit] Testcase: testConfigInitialValues took 0.18 sec
    [junit] Testcase: testConfigProperties took 0 sec
    [junit] Testcase: testConfigRemove took 0.01 sec
    [junit] Testcase: testClassCreate took 0 sec
    [junit] Running org.apache.struts.taglib.logic.TestEmptyTag
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.707 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestEmptyTag
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.707 sec

    [junit] Testcase: testEmptyTagUsingName took 4.487 sec
    [junit] Testcase: testEmptyTagUsingProperty took 0.21 sec
    [junit] Running org.apache.struts.taglib.logic.TestEqualTag
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.222 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestEqualTag
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.222 sec

    [junit] Testcase: testCookieStringEquals took 0.471 sec
    [junit] Testcase: testCookieStringNotEquals took 0.07 sec
    [junit] Testcase: testHeaderStringEquals took 0.12 sec
    [junit] Testcase: testHeaderStringNotEquals took 0.1 sec
    [junit] Testcase: testIntegerEquals took 0.06 sec
    [junit] Testcase: testIntegerNotEquals took 0.08 sec
    [junit] Testcase: testParameterStringEquals took 0.06 sec
    [junit] Testcase: testParameterStringNotEquals took 0.05 sec
    [junit] Testcase: testStringEquals took 0.091 sec
    [junit] Testcase: testStringNotEquals took 0.09 sec
    [junit] Running org.apache.struts.taglib.logic.TestGreaterEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.942 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestGreaterEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.942 sec

    [junit] Testcase: testCookieGreaterEqual took 0.551 sec
    [junit] Testcase: testHeaderGreaterEqual took 0.05 sec
    [junit] Testcase: testParameterGreaterEqual took 0.08 sec
    [junit] Testcase: testApplicationScopeNameGreaterEqual took 0.05 sec
    [junit] Testcase: testSessionScopeNameGreaterEqual took 0.04 sec
    [junit] Testcase: testRequestScopeNameGreaterEqual took 0.05 sec
    [junit] Testcase: testApplicationScopePropertyGreaterEqual took 0.041 sec
    [junit] Testcase: testSessionScopePropertyGreaterEqual took 0.04 sec
    [junit] Testcase: testRequestScopePropertyGreaterEqual took 0.04 sec
    [junit] Running org.apache.struts.taglib.logic.TestGreaterThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.791 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestGreaterThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.791 sec

    [junit] Testcase: testCookieGreaterThan took 0.43 sec
    [junit] Testcase: testHeaderGreaterThan took 0.06 sec
    [junit] Testcase: testParameterGreaterThan took 0.07 sec
    [junit] Testcase: testApplicationScopeNameGreaterThan took 0.061 sec
    [junit] Testcase: testSessionScopeNameGreaterThan took 0.03 sec
    [junit] Testcase: testRequestScopeNameGreaterThan took 0.04 sec
    [junit] Testcase: testApplicationScopePropertyGreaterThan took 0.04 sec
    [junit] Testcase: testSessionScopePropertyGreaterThan took 0.03 sec
    [junit] Testcase: testRequestScopePropertyGreaterThan took 0.03 sec
    [junit] Running org.apache.struts.taglib.logic.TestIterateTag
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.33 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestIterateTag
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.33 sec

    [junit] Testcase: testApplicationScopeNameIterate took 0.32 sec
    [junit] Running org.apache.struts.taglib.logic.TestLessEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.801 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestLessEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.801 sec

    [junit] Testcase: testCookieLessEqual took 0.431 sec
    [junit] Testcase: testHeaderLessEqual took 0.04 sec
    [junit] Testcase: testParameterLessEqual took 0.07 sec
    [junit] Testcase: testApplicationScopeNameLessEqual took 0.05 sec
    [junit] Testcase: testSessionScopeNameLessEqual took 0.04 sec
    [junit] Testcase: testRequestScopeNameLessEqual took 0.06 sec
    [junit] Testcase: testApplicationScopePropertyLessEqual took 0.03 sec
    [junit] Testcase: testSessionScopePropertyLessEqual took 0.04 sec
    [junit] Testcase: testRequestScopePropertyLessEqual took 0.04 sec
    [junit] Running org.apache.struts.taglib.logic.TestLessThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.832 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestLessThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.832 sec

    [junit] Testcase: testCookieLessThan took 0.411 sec
    [junit] Testcase: testHeaderLessThan took 0.07 sec
    [junit] Testcase: testParameterLessThan took 0.07 sec
    [junit] Testcase: testApplicationScopeNameLessThan took 0.05 sec
    [junit] Testcase: testSessionScopeNameLessThan took 0.04 sec
    [junit] Testcase: testRequestScopeNameLessThan took 0.04 sec
    [junit] Testcase: testApplicationScopePropertyLessThan took 0.061 sec
    [junit] Testcase: testSessionScopePropertyLessThan took 0.03 sec
    [junit] Testcase: testRequestScopePropertyLessThan took 0.04 sec
    [junit] Running org.apache.struts.taglib.logic.TestNotEqualTag
     [java] testing
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.891 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestNotEqualTag
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.891 sec

    [junit] Testcase: testCookieStringEquals took 0.41 sec
    [junit] Testcase: testCookieStringNotEquals took 0.05 sec
    [junit] Testcase: testHeaderStringEquals took 0.07 sec
    [junit] Testcase: testHeaderStringNotEquals took 0.051 sec
    [junit] Testcase: testParameterStringEquals took 0.03 sec
    [junit] Testcase: testParameterStringNotEquals took 0.04 sec
    [junit] Testcase: testStringEquals took 0.06 sec
    [junit] Testcase: testStringNotEquals took 0.03 sec
    [junit] Testcase: testIntegerEquals took 0.03 sec
    [junit] Testcase: testIntegerNotEquals took 0.03 sec
    [junit] Testcase: testApplicationScopeStringEquals took 0.05 sec
    [junit] Testcase: testApplicationScopeStringNotEquals took 0.02 sec
    [junit] Running org.apache.struts.taglib.logic.TestNotPresentTag
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.961 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestNotPresentTag
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.961 sec

    [junit] Testcase: testApplicationScopeObjectPresent took 0.321 sec
    [junit] Testcase: testApplicationScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testSessionScopeObjectPresent took 0.1 sec
    [junit] Testcase: testSessionScopeObjectNotPresent took 0.04 sec
    [junit] Testcase: testRequestScopeObjectPresent took 0.03 sec
    [junit] Testcase: testRequestScopeObjectNotPresent took 0.04 sec
    [junit] Testcase: testPageScopeObjectPresent took 0.04 sec
    [junit] Testcase: testPageScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testCookiePresent took 0.13 sec
    [junit] Testcase: testCookieNotPresent took 0.05 sec
    [junit] Testcase: testHeaderPresent took 0.05 sec
    [junit] Testcase: testHeaderNotPresent took 0.03 sec
    [junit] Testcase: testParameterPresent took 0.03 sec
    [junit] Testcase: testParameterNotPresent took 0.03 sec
    [junit] Running org.apache.struts.taglib.logic.TestPresentTag
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.192 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestPresentTag
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.192 sec

    [junit] Testcase: testApplicationScopeObjectPresent took 0.33 sec
    [junit] Testcase: testApplicationScopeObjectNotPresent took 0.031 sec
    [junit] Testcase: testSessionScopeObjectPresent took 0.08 sec
    [junit] Testcase: testSessionScopeObjectNotPresent took 0.04 sec
    [junit] Testcase: testRequestScopeObjectPresent took 0.04 sec
    [junit] Testcase: testRequestScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testPageScopeObjectPresent took 0.05 sec
    [junit] Testcase: testPageScopeObjectNotPresent took 0.07 sec
    [junit] Testcase: testApplicationScopePropertyPresent took 0.04 sec
    [junit] Testcase: testApplicationScopePropertyNotPresent took 0.04 sec
    [junit] Testcase: testRequestScopePropertyPresent took 0.04 sec
    [junit] Testcase: testRequestScopePropertyNotPresent took 0.04 sec
    [junit] Testcase: testCookiePresent took 0.14 sec
    [junit] Testcase: testCookieNotPresent took 0.04 sec
    [junit] Testcase: testHeaderPresent took 0.071 sec
    [junit] Testcase: testHeaderNotPresent took 0.03 sec
    [junit] Testcase: testParameterPresent took 0.04 sec
    [junit] Testcase: testParameterNotPresent took 0.03 sec
    [junit] Running org.apache.struts.util.TestRequestUtils
    [junit] Tests run: 50, Failures: 0, Errors: 0, Time elapsed: 0.941 sec
    [junit] Testsuite: org.apache.struts.util.TestRequestUtils
    [junit] Tests run: 50, Failures: 0, Errors: 0, Time elapsed: 0.941 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:53:59 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testAbsoluteURL took 0.46 sec
    [junit] Testcase: testActionURL1 took 0 sec
    [junit] Testcase: testActionURL2 took 0 sec
    [junit] Testcase: testActionURL3 took 0 sec
    [junit] Testcase: testComputeParameters0a took 0 sec
    [junit] Testcase: testComputeParameters0b took 0.02 sec
    [junit] Testcase: testComputeParameters1a took 0 sec
    [junit] Testcase: testComputeParameters1b took 0 sec
    [junit] Testcase: testComputeParameters1c took 0.161 sec
    [junit] Testcase: testComputeParameters2a took 0 sec
    [junit] Testcase: testComputeParameters2b took 0 sec
    [junit] Testcase: testComputeParameters2c took 0 sec
    [junit] Testcase: testComputeParameters2d took 0 sec
    [junit] Testcase: testComputeParameters3a took 0 sec
    [junit] Testcase: testComputeURL1a took 0.01 sec
    [junit] Testcase: testComputeURL1b took 0 sec
    [junit] Testcase: testComputeURL1c took 0 sec
    [junit] Testcase: testComputeURL1d took 0.01 sec
    [junit] Testcase: testComputeURL1e took 0 sec
    [junit] Testcase: testComputeURL1f took 0 sec
    [junit] Testcase: testComputeURL1g took 0 sec
    [junit] Testcase: testComputeURL1h took 0 sec
    [junit] Testcase: testComputeURL2a took 0 sec
    [junit] Testcase: testComputeURL2b took 0.01 sec
    [junit] Testcase: testComputeURL2c took 0 sec
    [junit] Testcase: testComputeURL2d took 0 sec
    [junit] Testcase: testComputeURL2e took 0.01 sec
    [junit] Testcase: testComputeURL2f took 0 sec
    [junit] Testcase: testComputeURL2g took 0 sec
    [junit] Testcase: testComputeURL2h took 0 sec
    [junit] Testcase: testComputeURL3a took 0.02 sec
    [junit] Testcase: testComputeURL3b took 0.01 sec
    [junit] Testcase: testComputeURL3c took 0.01 sec
    [junit] Testcase: testComputeURL3d took 0.01 sec
    [junit] Testcase: testComputeURL3e took 0 sec
    [junit] Testcase: testComputeURL3f took 0.02 sec
    [junit] Testcase: testCreateActionForm1a took 0 sec
    [junit] Testcase: testCreateActionForm1b took 0 sec
    [junit] Testcase: testCreateActionForm2a took 0 sec
    [junit] Testcase: testCreateActionForm2b took 0 sec
    [junit] Testcase: testCreateActionForm3a took 0.15 sec
    [junit] Testcase: testCreateActionForm3b took 0 sec
    [junit] Testcase: testCreateActionForm4a took 0.01 sec
    [junit] Testcase: testRequestURL took 0 sec
    [junit] Testcase: testSelectApplication1a took 0.01 sec
    [junit] Testcase: testSelectApplication1b took 0 sec
    [junit] Testcase: testSelectApplication2a took 0 sec
    [junit] Testcase: testSelectApplication2b took 0 sec
    [junit] Testcase: testServerURL took 0 sec
    [junit] Testcase: testUtilBaseEnvironment took 0 sec
    [junit] Running org.apache.struts.tiles.TestTilesPlugin
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.564 sec
    [junit] Testsuite: org.apache.struts.tiles.TestTilesPlugin
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.564 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:54:01 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] Feb 6, 2003 8:54:03 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Tiles definition factory loaded for module '/module1'.
    [junit] Feb 6, 2003 8:54:03 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Tiles definition factory loaded for module '/module2'.
    [junit] Feb 6, 2003 8:54:03 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Tiles definition factory loaded for module '/module1'.
    [junit] Feb 6, 2003 8:54:03 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Factory already exists for module '/module2'. The factory found is 
from module '/module1'. No new creation.
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testMultiFactory took 2.414 sec
    [junit] Testcase: testSingleSharedFactory took 0.14 sec
    [junit] Testcase: testUtilBaseEnvironment took 0.01 sec

stop.tomcat.40:
     [java] Stopping service Tomcat-Standalone
[runservertests] Server stopped !

skip.tomcat.41:

test.tomcat.41:
     [echo] tomcat.home.41 = /Apache_Home/jakarta-tomcat-4.1.12

init:

prepare.test:

compile.test:

prepare.test.war:

prepare.test.tomcat.41:
   [delete] Deleting directory 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat41\webapps\test
     [copy] Copying 1 file to 
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat41\webapps

test.tomcat.41:

start.tomcat.41:
     [java] Feb 6, 2003 8:54:15 PM org.apache.commons.modeler.Registry loadRegistry
     [java] INFO: Loading registry information
     [java] Feb 6, 2003 8:54:15 PM org.apache.commons.modeler.Registry getRegistry
     [java] INFO: Creating new Registry instance
     [java] Feb 6, 2003 8:54:16 PM org.apache.commons.modeler.Registry getServer
     [java] INFO: Creating MBeanServer
     [java] Feb 6, 2003 8:54:18 PM org.apache.coyote.http11.Http11Protocol init
     [java] INFO: Initializing Coyote HTTP/1.1 on port 8080
     [java] Starting service Tomcat-Standalone
     [java] Apache Tomcat/4.1.12
     [java] Feb 6, 2003 8:54:24 PM org.apache.coyote.http11.Http11Protocol start
     [java] INFO: Starting Coyote HTTP/1.1 on port 8080

run.test:
    [junit] Running org.apache.struts.action.TestActionMessage
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] Testsuite: org.apache.struts.action.TestActionMessage
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.06 sec

    [junit] Testcase: testActionMessageWithNoValue took 0.05 sec
    [junit] Testcase: testActionMessageWithAStringValue took 0 sec
    [junit] Running org.apache.struts.action.TestActionMessages
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
    [junit] Testsuite: org.apache.struts.action.TestActionMessages
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.11 sec

    [junit] Testcase: testEmpty took 0.06 sec
    [junit] Testcase: testNotEmpty took 0.01 sec
    [junit] Testcase: testSizeWithOneProperty took 0 sec
    [junit] Testcase: testSizeWithManyProperties took 0 sec
    [junit] Testcase: testSizeAndEmptyAfterClear took 0 sec
    [junit] Testcase: testGetWithNoProperty took 0.01 sec
    [junit] Testcase: testGetForAProperty took 0.01 sec
    [junit] Testcase: testAddMessages took 0.01 sec
    [junit] Running org.apache.struts.action.TestActionServlet
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.253 sec
    [junit] Testsuite: org.apache.struts.action.TestActionServlet
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.253 sec

    [junit] Testcase: testInitDestroyInternal took 2.243 sec
    [junit] Running org.apache.struts.action.TestDynaActionForm
    [junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 0.991 sec
    [junit] Testsuite: org.apache.struts.action.TestDynaActionForm
    [junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 0.991 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:54:33 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testBeanCreate took 0.791 sec
    [junit] Testcase: testIndexedInitialize took 0.01 sec
    [junit] Testcase: testScalarInitialize took 0.01 sec
    [junit] Testcase: testGetDescriptorArguments took 0 sec
    [junit] Testcase: testGetDescriptorBoolean took 0 sec
    [junit] Testcase: testGetDescriptorDouble took 0.02 sec
    [junit] Testcase: testGetDescriptorFloat took 0 sec
    [junit] Testcase: testGetDescriptorInt took 0.03 sec
    [junit] Testcase: testGetDescriptorLong took 0 sec
    [junit] Testcase: testGetDescriptorSecond took 0 sec
    [junit] Testcase: testGetDescriptorShort took 0.01 sec
    [junit] Testcase: testGetDescriptorString took 0 sec
    [junit] Testcase: testGetDescriptors took 0 sec
    [junit] Testcase: testGetIndexedArguments took 0.01 sec
    [junit] Testcase: testGetIndexedValues took 0 sec
    [junit] Testcase: testGetMappedArguments took 0 sec
    [junit] Testcase: testGetMappedValues took 0.01 sec
    [junit] Testcase: testGetSimpleArguments took 0 sec
    [junit] Testcase: testGetSimpleBoolean took 0 sec
    [junit] Testcase: testGetSimpleDouble took 0.01 sec
    [junit] Testcase: testGetSimpleFloat took 0 sec
    [junit] Testcase: testGetSimpleInt took 0 sec
    [junit] Testcase: testGetSimpleLong took 0.01 sec
    [junit] Testcase: testGetSimpleShort took 0 sec
    [junit] Testcase: testGetSimpleString took 0.01 sec
    [junit] Testcase: testMappedContains took 0 sec
    [junit] Testcase: testMappedRemove took 0 sec
    [junit] Testcase: testSetIndexedArguments took 0.01 sec
    [junit] Testcase: testSetIndexedValues took 0 sec
    [junit] Testcase: testSetMappedValues took 0 sec
    [junit] Testcase: testSetSimpleBoolean took 0.01 sec
    [junit] Testcase: testSetSimpleDouble took 0.01 sec
    [junit] Testcase: testSetSimpleFloat took 0.01 sec
    [junit] Testcase: testSetSimpleInt took 0 sec
    [junit] Testcase: testSetSimpleLong took 0 sec
    [junit] Testcase: testSetSimpleShort took 0.01 sec
    [junit] Testcase: testSetSimpleString took 0 sec
    [junit] Testcase: testConfigAdd took 0 sec
    [junit] Testcase: testConfigCreate took 0.01 sec
    [junit] Testcase: testConfigDuplicate took 0 sec
    [junit] Testcase: testConfigInitialValues took 0 sec
    [junit] Testcase: testConfigProperties took 0.01 sec
    [junit] Testcase: testConfigRemove took 0 sec
    [junit] Testcase: testClassCreate took 0 sec
    [junit] Running org.apache.struts.action.TestDynaActionFormClass
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.661 sec
    [junit] Testsuite: org.apache.struts.action.TestDynaActionFormClass
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.661 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:54:35 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testConfigAdd took 0.47 sec
    [junit] Testcase: testConfigCreate took 0 sec
    [junit] Testcase: testConfigDuplicate took 0.01 sec
    [junit] Testcase: testConfigInitialValues took 0.171 sec
    [junit] Testcase: testConfigProperties took 0 sec
    [junit] Testcase: testConfigRemove took 0.01 sec
    [junit] Testcase: testClassCreate took 0 sec
    [junit] Running org.apache.struts.taglib.logic.TestEmptyTag
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.179 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestEmptyTag
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.179 sec

    [junit] Testcase: testEmptyTagUsingName took 5.999 sec
    [junit] Testcase: testEmptyTagUsingProperty took 0.17 sec
    [junit] Running org.apache.struts.taglib.logic.TestEqualTag
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.041 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestEqualTag
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.041 sec

    [junit] Testcase: testCookieStringEquals took 0.521 sec
    [junit] Testcase: testCookieStringNotEquals took 0.05 sec
    [junit] Testcase: testHeaderStringEquals took 0.09 sec
    [junit] Testcase: testHeaderStringNotEquals took 0.05 sec
    [junit] Testcase: testIntegerEquals took 0.03 sec
    [junit] Testcase: testIntegerNotEquals took 0.04 sec
    [junit] Testcase: testParameterStringEquals took 0.05 sec
    [junit] Testcase: testParameterStringNotEquals took 0.05 sec
    [junit] Testcase: testStringEquals took 0.05 sec
    [junit] Testcase: testStringNotEquals took 0.08 sec
    [junit] Running org.apache.struts.taglib.logic.TestGreaterEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.882 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestGreaterEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.882 sec

    [junit] Testcase: testCookieGreaterEqual took 0.471 sec
    [junit] Testcase: testHeaderGreaterEqual took 0.04 sec
    [junit] Testcase: testParameterGreaterEqual took 0.08 sec
    [junit] Testcase: testApplicationScopeNameGreaterEqual took 0.05 sec
    [junit] Testcase: testSessionScopeNameGreaterEqual took 0.03 sec
    [junit] Testcase: testRequestScopeNameGreaterEqual took 0.051 sec
    [junit] Testcase: testApplicationScopePropertyGreaterEqual took 0.07 sec
    [junit] Testcase: testSessionScopePropertyGreaterEqual took 0.04 sec
    [junit] Testcase: testRequestScopePropertyGreaterEqual took 0.04 sec
    [junit] Running org.apache.struts.taglib.logic.TestGreaterThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.791 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestGreaterThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.791 sec

    [junit] Testcase: testCookieGreaterThan took 0.431 sec
    [junit] Testcase: testHeaderGreaterThan took 0.04 sec
    [junit] Testcase: testParameterGreaterThan took 0.06 sec
    [junit] Testcase: testApplicationScopeNameGreaterThan took 0.05 sec
    [junit] Testcase: testSessionScopeNameGreaterThan took 0.03 sec
    [junit] Testcase: testRequestScopeNameGreaterThan took 0.04 sec
    [junit] Testcase: testApplicationScopePropertyGreaterThan took 0.05 sec
    [junit] Testcase: testSessionScopePropertyGreaterThan took 0.06 sec
    [junit] Testcase: testRequestScopePropertyGreaterThan took 0.03 sec
    [junit] Running org.apache.struts.taglib.logic.TestIterateTag
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.421 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestIterateTag
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.421 sec

    [junit] Testcase: testApplicationScopeNameIterate took 0.411 sec
    [junit] Running org.apache.struts.taglib.logic.TestLessEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.781 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestLessEqualTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.781 sec

    [junit] Testcase: testCookieLessEqual took 0.441 sec
    [junit] Testcase: testHeaderLessEqual took 0.04 sec
    [junit] Testcase: testParameterLessEqual took 0.07 sec
    [junit] Testcase: testApplicationScopeNameLessEqual took 0.05 sec
    [junit] Testcase: testSessionScopeNameLessEqual took 0.03 sec
    [junit] Testcase: testRequestScopeNameLessEqual took 0.04 sec
    [junit] Testcase: testApplicationScopePropertyLessEqual took 0.03 sec
    [junit] Testcase: testSessionScopePropertyLessEqual took 0.04 sec
    [junit] Testcase: testRequestScopePropertyLessEqual took 0.03 sec
    [junit] Running org.apache.struts.taglib.logic.TestLessThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.962 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestLessThanTag
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.962 sec

    [junit] Testcase: testCookieLessThan took 0.531 sec
    [junit] Testcase: testHeaderLessThan took 0.06 sec
    [junit] Testcase: testParameterLessThan took 0.08 sec
    [junit] Testcase: testApplicationScopeNameLessThan took 0.07 sec
    [junit] Testcase: testSessionScopeNameLessThan took 0.03 sec
    [junit] Testcase: testRequestScopeNameLessThan took 0.041 sec
    [junit] Testcase: testApplicationScopePropertyLessThan took 0.04 sec
    [junit] Testcase: testSessionScopePropertyLessThan took 0.05 sec
    [junit] Testcase: testRequestScopePropertyLessThan took 0.05 sec
    [junit] Running org.apache.struts.taglib.logic.TestNotEqualTag
     [java] testing
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.991 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestNotEqualTag
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.991 sec

    [junit] Testcase: testCookieStringEquals took 0.461 sec
    [junit] Testcase: testCookieStringNotEquals took 0.08 sec
    [junit] Testcase: testHeaderStringEquals took 0.1 sec
    [junit] Testcase: testHeaderStringNotEquals took 0.05 sec
    [junit] Testcase: testParameterStringEquals took 0.03 sec
    [junit] Testcase: testParameterStringNotEquals took 0.03 sec
    [junit] Testcase: testStringEquals took 0.04 sec
    [junit] Testcase: testStringNotEquals took 0.03 sec
    [junit] Testcase: testIntegerEquals took 0.04 sec
    [junit] Testcase: testIntegerNotEquals took 0.04 sec
    [junit] Testcase: testApplicationScopeStringEquals took 0.04 sec
    [junit] Testcase: testApplicationScopeStringNotEquals took 0.03 sec
    [junit] Running org.apache.struts.taglib.logic.TestNotPresentTag
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.971 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestNotPresentTag
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.971 sec

    [junit] Testcase: testApplicationScopeObjectPresent took 0.38 sec
    [junit] Testcase: testApplicationScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testSessionScopeObjectPresent took 0.08 sec
    [junit] Testcase: testSessionScopeObjectNotPresent took 0.04 sec
    [junit] Testcase: testRequestScopeObjectPresent took 0.02 sec
    [junit] Testcase: testRequestScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testPageScopeObjectPresent took 0.031 sec
    [junit] Testcase: testPageScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testCookiePresent took 0.13 sec
    [junit] Testcase: testCookieNotPresent took 0.03 sec
    [junit] Testcase: testHeaderPresent took 0.05 sec
    [junit] Testcase: testHeaderNotPresent took 0.03 sec
    [junit] Testcase: testParameterPresent took 0.04 sec
    [junit] Testcase: testParameterNotPresent took 0.04 sec
    [junit] Running org.apache.struts.taglib.logic.TestPresentTag
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.142 sec
    [junit] Testsuite: org.apache.struts.taglib.logic.TestPresentTag
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.142 sec

    [junit] Testcase: testApplicationScopeObjectPresent took 0.361 sec
    [junit] Testcase: testApplicationScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testSessionScopeObjectPresent took 0.08 sec
    [junit] Testcase: testSessionScopeObjectNotPresent took 0.05 sec
    [junit] Testcase: testRequestScopeObjectPresent took 0.03 sec
    [junit] Testcase: testRequestScopeObjectNotPresent took 0.04 sec
    [junit] Testcase: testPageScopeObjectPresent took 0.04 sec
    [junit] Testcase: testPageScopeObjectNotPresent took 0.03 sec
    [junit] Testcase: testApplicationScopePropertyPresent took 0.03 sec
    [junit] Testcase: testApplicationScopePropertyNotPresent took 0.05 sec
    [junit] Testcase: testRequestScopePropertyPresent took 0.04 sec
    [junit] Testcase: testRequestScopePropertyNotPresent took 0.03 sec
    [junit] Testcase: testCookiePresent took 0.141 sec
    [junit] Testcase: testCookieNotPresent took 0.04 sec
    [junit] Testcase: testHeaderPresent took 0.04 sec
    [junit] Testcase: testHeaderNotPresent took 0.03 sec
    [junit] Testcase: testParameterPresent took 0.03 sec
    [junit] Testcase: testParameterNotPresent took 0.03 sec
    [junit] Running org.apache.struts.util.TestRequestUtils
    [junit] Tests run: 50, Failures: 0, Errors: 0, Time elapsed: 0.991 sec
    [junit] Testsuite: org.apache.struts.util.TestRequestUtils
    [junit] Tests run: 50, Failures: 0, Errors: 0, Time elapsed: 0.991 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:55:06 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testAbsoluteURL took 0.491 sec
    [junit] Testcase: testActionURL1 took 0 sec
    [junit] Testcase: testActionURL2 took 0 sec
    [junit] Testcase: testActionURL3 took 0 sec
    [junit] Testcase: testComputeParameters0a took 0 sec
    [junit] Testcase: testComputeParameters0b took 0.02 sec
    [junit] Testcase: testComputeParameters1a took 0 sec
    [junit] Testcase: testComputeParameters1b took 0 sec
    [junit] Testcase: testComputeParameters1c took 0.16 sec
    [junit] Testcase: testComputeParameters2a took 0 sec
    [junit] Testcase: testComputeParameters2b took 0 sec
    [junit] Testcase: testComputeParameters2c took 0 sec
    [junit] Testcase: testComputeParameters2d took 0 sec
    [junit] Testcase: testComputeParameters3a took 0 sec
    [junit] Testcase: testComputeURL1a took 0 sec
    [junit] Testcase: testComputeURL1b took 0.01 sec
    [junit] Testcase: testComputeURL1c took 0 sec
    [junit] Testcase: testComputeURL1d took 0 sec
    [junit] Testcase: testComputeURL1e took 0 sec
    [junit] Testcase: testComputeURL1f took 0 sec
    [junit] Testcase: testComputeURL1g took 0 sec
    [junit] Testcase: testComputeURL1h took 0 sec
    [junit] Testcase: testComputeURL2a took 0 sec
    [junit] Testcase: testComputeURL2b took 0.01 sec
    [junit] Testcase: testComputeURL2c took 0 sec
    [junit] Testcase: testComputeURL2d took 0 sec
    [junit] Testcase: testComputeURL2e took 0.01 sec
    [junit] Testcase: testComputeURL2f took 0 sec
    [junit] Testcase: testComputeURL2g took 0.01 sec
    [junit] Testcase: testComputeURL2h took 0 sec
    [junit] Testcase: testComputeURL3a took 0.01 sec
    [junit] Testcase: testComputeURL3b took 0.01 sec
    [junit] Testcase: testComputeURL3c took 0.02 sec
    [junit] Testcase: testComputeURL3d took 0 sec
    [junit] Testcase: testComputeURL3e took 0 sec
    [junit] Testcase: testComputeURL3f took 0.02 sec
    [junit] Testcase: testCreateActionForm1a took 0 sec
    [junit] Testcase: testCreateActionForm1b took 0 sec
    [junit] Testcase: testCreateActionForm2a took 0 sec
    [junit] Testcase: testCreateActionForm2b took 0 sec
    [junit] Testcase: testCreateActionForm3a took 0.16 sec
    [junit] Testcase: testCreateActionForm3b took 0 sec
    [junit] Testcase: testCreateActionForm4a took 0.01 sec
    [junit] Testcase: testRequestURL took 0.01 sec
    [junit] Testcase: testSelectApplication1a took 0 sec
    [junit] Testcase: testSelectApplication1b took 0 sec
    [junit] Testcase: testSelectApplication2a took 0 sec
    [junit] Testcase: testSelectApplication2b took 0 sec
    [junit] Testcase: testServerURL took 0.01 sec
    [junit] Testcase: testUtilBaseEnvironment took 0 sec
    [junit] Running org.apache.struts.tiles.TestTilesPlugin
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.663 sec
    [junit] Testsuite: org.apache.struts.tiles.TestTilesPlugin
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.663 sec
    [junit] ------------- Standard Error -----------------
    [junit] Feb 6, 2003 8:55:09 PM org.apache.struts.util.PropertyMessageResources 
<init>
    [junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings', 
returnNull=true
    [junit] Feb 6, 2003 8:55:11 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Tiles definition factory loaded for module '/module1'.
    [junit] Feb 6, 2003 8:55:11 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Tiles definition factory loaded for module '/module2'.
    [junit] Feb 6, 2003 8:55:11 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Tiles definition factory loaded for module '/module1'.
    [junit] Feb 6, 2003 8:55:11 PM org.apache.struts.tiles.TilesPlugin init
    [junit] INFO: Factory already exists for module '/module2'. The factory found is 
from module '/module1'. No new creation.
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testMultiFactory took 2.513 sec
    [junit] Testcase: testSingleSharedFactory took 0.13 sec
    [junit] Testcase: testUtilBaseEnvironment took 0.01 sec

stop.tomcat.41:
     [java] Stopping service Tomcat-Standalone
[runservertests] Server stopped !

test.tomcat.all:

BUILD SUCCESSFUL
Total time: 3 minutes 25 seconds

Tool completed successfully

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

Reply via email to