Ok, couple of things:
After careful digging I think I've discovered the problem(s).
1. getServerPort in MockHttpServletRequest is hard-coded to always return
8080.
2. cactus.properties has:
cactus.contextURL = http://localhost:8080/test
3. TestRequestUtils has a couple of places that specify port 8080,
* Note - because of the hard-coded port I had to change server.xml under
both tomcat32 and tomcat33
After changing all those references, the tests ran without a hitch (see
attached).
So I guess I won't need to patch my test after all. Thank God!! I would
hate to have to buy 5,000 struts-users a beer ;)
Craig, can you (or someone) take care of these commits (I am not able to
right now for reasons previously stated).
Hope that nails it!!
--
James Mitchell
----- Original Message -----
From: "James Mitchell" <[EMAIL PROTECTED]>
To: "Struts Developers List" <[EMAIL PROTECTED]>
Sent: Friday, February 07, 2003 12:34 PM
Subject: Re: Cactus Test Failures?
> Ok, I've removed my recently added TestEmptyTag (locally) and now I'm back
> to that same error you reported earlier Craig. When I change those port
> numbers back to 8080, it runs fine. I'm afraid I don't know enough about
> the container testing configuration to nail down a cause.
>
>
> --
> James Mitchell
>
>
>
>
>
> ----- Original Message -----
> From: "James Mitchell" <[EMAIL PROTECTED]>
> To: "Struts Developers List" <[EMAIL PROTECTED]>
> Sent: Friday, February 07, 2003 11:33 AM
> Subject: Re: Cactus Test Failures?
>
>
> > This is really weird, now I'm getting a new error. It appears to be
> coming
> > from one of the tests that I committed yesterday. It's causing Tomcat
to
> > choke and spit out a 500 server error.
> >
> > I'm already looking into it, but I won't be able to commit the patch.
My
> > work connection doesn't allow ports other than http and ftp, and at home
> my
> > DSL provider (Telocity) is in the middle of a switch to a new provider
> (and
> > I don't even have the modem yet....crap).
> >
> > I'll send in a patch soon.
> >
> > --
> > James Mitchell
> >
> >
> >
> >
> >
> > ----- Original Message -----
> > From: "Robert Leland" <[EMAIL PROTECTED]>
> > To: "Struts Developers List" <[EMAIL PROTECTED]>
> > Sent: Friday, February 07, 2003 11:13 AM
> > Subject: Re: Cactus Test Failures?
> >
> >
> > > Craig R. McClanahan wrote:
> > > > 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)?
> > >
> > > We'll need to update the unit tests to use cactus 1.4, I forgot what
> > > the change was but version 1.3 had both the new and old classes and
> > > provided a transition point. I made a comment in a Bugzilla
> > > message about that back in November or so.
> > >
> > > -Rob
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
Buildfile: 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-07 13:58:49 - AutoDeploy: Source or destination missing
[java] 2003-02-07 13:58:49 - AutoDeploy: Expanding
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat33\webapps\test.war
[java] 2003-02-07 13:58:52 - ServerXmlReader: Config=$TOMCAT_HOME\conf\server.xml
[java] 2003-02-07 13:58:52 - PathSetter:
install=C:\Apache_Home\jakarta-tomcat-3.3.1\lib
[java] 2003-02-07 13:58:52 - PathSetter:
home=C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat33
[java] 2003-02-07 13:58:52 - AutoWebApp: No autoconf directory
C:\home\jmitchell\projects\cvs\jakarta-struts\target\test\servers\tomcat33\modules
[java] 2003-02-07 13:58:52 - AutoWebApp: Auto-Adding DEFAULT:/test
[java] 2003-02-07 13:58:52 - ContextManager: Tomcat configured and in stable
state
[java] 2003-02-07 13:58:52 - ContextManager: Adding DEFAULT:/test
[java] 2003-02-07 13:58:52 - Ctx(/test) : Validating web.xml
[java] EmbededTomcat: Init time 3545
[java] 2003-02-07 13:58:52 - Http10Interceptor: Starting on 9090
[java] 2003-02-07 13:58:52 - Ajp12Interceptor: Starting on 8007
[java] EmbededTomcat: Startup time 150
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.04 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 sec
[junit] Testcase: testAddMessages took 0.03 sec
[junit] Running org.apache.struts.action.TestActionServlet
[java] 2003-02-07 13:58:59 - SessionIdGenerator: Created random class
java.security.SecureRandom
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.025 sec
[junit] Testsuite: org.apache.struts.action.TestActionServlet
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.025 sec
[junit] Testcase: testInitDestroyInternal took 3.015 sec
[junit] Running org.apache.struts.action.TestDynaActionForm
[junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 0.842 sec
[junit] Testsuite: org.apache.struts.action.TestDynaActionForm
[junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 0.842 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 1:59:02 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] ------------- ---------------- ---------------
[junit] Testcase: testBeanCreate took 0.631 sec
[junit] Testcase: testIndexedInitialize took 0.01 sec
[junit] Testcase: testScalarInitialize took 0 sec
[junit] Testcase: testGetDescriptorArguments took 0 sec
[junit] Testcase: testGetDescriptorBoolean took 0.01 sec
[junit] Testcase: testGetDescriptorDouble took 0.02 sec
[junit] Testcase: testGetDescriptorFloat took 0 sec
[junit] Testcase: testGetDescriptorInt took 0.02 sec
[junit] Testcase: testGetDescriptorLong took 0.01 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 sec
[junit] Testcase: testGetSimpleBoolean took 0.01 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 sec
[junit] Testcase: testSetSimpleInt took 0.01 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.011 sec
[junit] Testcase: testConfigInitialValues took 0 sec
[junit] Testcase: testConfigProperties took 0 sec
[junit] Testcase: testConfigRemove took 0 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.681 sec
[junit] Testsuite: org.apache.struts.action.TestDynaActionFormClass
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.681 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 1:59:04 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] ------------- ---------------- ---------------
[junit] Testcase: testConfigAdd took 0.481 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.01 sec
[junit] Running org.apache.struts.taglib.logic.TestEmptyTag
[java] 2003-02-07 13:59:06 - Ctx(/test) : Compiling: /jspRedirector.jsp to
jspRedirector_4
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.956 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestEmptyTag
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.956 sec
[junit] Testcase: testEmptyTagUsingName took 3.786 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.861 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestEqualTag
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.861 sec
[junit] Testcase: testCookieStringEquals took 0.451 sec
[junit] Testcase: testCookieStringNotEquals took 0.04 sec
[junit] Testcase: testHeaderStringEquals took 0.07 sec
[junit] Testcase: testHeaderStringNotEquals took 0.05 sec
[junit] Testcase: testIntegerEquals took 0.04 sec
[junit] Testcase: testIntegerNotEquals took 0.03 sec
[junit] Testcase: testParameterStringEquals took 0.04 sec
[junit] Testcase: testParameterStringNotEquals took 0.03 sec
[junit] Testcase: testStringEquals took 0.03 sec
[junit] Testcase: testStringNotEquals took 0.04 sec
[junit] Running org.apache.struts.taglib.logic.TestGreaterEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.782 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestGreaterEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.782 sec
[junit] Testcase: testCookieGreaterEqual took 0.411 sec
[junit] Testcase: testHeaderGreaterEqual took 0.05 sec
[junit] Testcase: testParameterGreaterEqual took 0.07 sec
[junit] Testcase: testApplicationScopeNameGreaterEqual took 0.04 sec
[junit] Testcase: testSessionScopeNameGreaterEqual took 0.04 sec
[junit] Testcase: testRequestScopeNameGreaterEqual took 0.03 sec
[junit] Testcase: testApplicationScopePropertyGreaterEqual took 0.03 sec
[junit] Testcase: testSessionScopePropertyGreaterEqual took 0.041 sec
[junit] Testcase: testRequestScopePropertyGreaterEqual took 0.06 sec
[junit] Running org.apache.struts.taglib.logic.TestGreaterThanTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.711 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestGreaterThanTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.711 sec
[junit] Testcase: testCookieGreaterThan took 0.41 sec
[junit] Testcase: testHeaderGreaterThan took 0.04 sec
[junit] Testcase: testParameterGreaterThan took 0.071 sec
[junit] Testcase: testApplicationScopeNameGreaterThan took 0.03 sec
[junit] Testcase: testSessionScopeNameGreaterThan took 0.04 sec
[junit] Testcase: testRequestScopeNameGreaterThan took 0.04 sec
[junit] Testcase: testApplicationScopePropertyGreaterThan took 0.02 sec
[junit] Testcase: testSessionScopePropertyGreaterThan took 0.03 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.321 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestIterateTag
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.321 sec
[junit] Testcase: testApplicationScopeNameIterate took 0.311 sec
[junit] Running org.apache.struts.taglib.logic.TestLessEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestLessEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
[junit] Testcase: testCookieLessEqual took 0.42 sec
[junit] Testcase: testHeaderLessEqual took 0.041 sec
[junit] Testcase: testParameterLessEqual took 0.07 sec
[junit] Testcase: testApplicationScopeNameLessEqual took 0.04 sec
[junit] Testcase: testSessionScopeNameLessEqual took 0.03 sec
[junit] Testcase: testRequestScopeNameLessEqual took 0.03 sec
[junit] Testcase: testApplicationScopePropertyLessEqual took 0.03 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.721 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestLessThanTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.721 sec
[junit] Testcase: testCookieLessThan took 0.391 sec
[junit] Testcase: testHeaderLessThan took 0.04 sec
[junit] Testcase: testParameterLessThan took 0.07 sec
[junit] Testcase: testApplicationScopeNameLessThan took 0.04 sec
[junit] Testcase: testSessionScopeNameLessThan took 0.03 sec
[junit] Testcase: testRequestScopeNameLessThan took 0.05 sec
[junit] Testcase: testApplicationScopePropertyLessThan took 0.03 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.841 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestNotEqualTag
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.841 sec
[junit] Testcase: testCookieStringEquals took 0.431 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.04 sec
[junit] Testcase: testStringNotEquals took 0.04 sec
[junit] Testcase: testIntegerEquals took 0.03 sec
[junit] Testcase: testIntegerNotEquals took 0.03 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.871 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestNotPresentTag
[junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.871 sec
[junit] Testcase: testApplicationScopeObjectPresent took 0.31 sec
[junit] Testcase: testApplicationScopeObjectNotPresent took 0.03 sec
[junit] Testcase: testSessionScopeObjectPresent took 0.06 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.03 sec
[junit] Testcase: testPageScopeObjectNotPresent took 0.03 sec
[junit] Testcase: testCookiePresent took 0.131 sec
[junit] Testcase: testCookieNotPresent took 0.04 sec
[junit] Testcase: testHeaderPresent took 0.03 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.taglib.logic.TestPresentTag
[junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.072 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestPresentTag
[junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.072 sec
[junit] Testcase: testApplicationScopeObjectPresent took 0.311 sec
[junit] Testcase: testApplicationScopeObjectNotPresent took 0.05 sec
[junit] Testcase: testSessionScopeObjectPresent took 0.07 sec
[junit] Testcase: testSessionScopeObjectNotPresent took 0.03 sec
[junit] Testcase: testRequestScopeObjectPresent took 0.04 sec
[junit] Testcase: testRequestScopeObjectNotPresent took 0.04 sec
[junit] Testcase: testPageScopeObjectPresent took 0.02 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.05 sec
[junit] Testcase: testHeaderNotPresent took 0.02 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: 1.322 sec
[junit] Testsuite: org.apache.struts.util.TestRequestUtils
[junit] Tests run: 50, Failures: 0, Errors: 0, Time elapsed: 1.322 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 1:59:32 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] ------------- ---------------- ---------------
[junit] Testcase: testAbsoluteURL took 0.49 sec
[junit] Testcase: testActionURL1 took 0.01 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.371 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.02 sec
[junit] Testcase: testComputeURL1b took 0 sec
[junit] Testcase: testComputeURL1c took 0 sec
[junit] Testcase: testComputeURL1d took 0 sec
[junit] Testcase: testComputeURL1e took 0.01 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.02 sec
[junit] Testcase: testComputeURL2c took 0 sec
[junit] Testcase: testComputeURL2d took 0 sec
[junit] Testcase: testComputeURL2e took 0.03 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 sec
[junit] Testcase: testComputeURL3c took 0.02 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.23 sec
[junit] Testcase: testCreateActionForm3b took 0 sec
[junit] Testcase: testCreateActionForm4a took 0.021 sec
[junit] Testcase: testRequestURL took 0 sec
[junit] Testcase: testSelectApplication1a took 0 sec
[junit] Testcase: testSelectApplication1b took 0.01 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.764 sec
[junit] Testsuite: org.apache.struts.tiles.TestTilesPlugin
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.764 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 1:59:35 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] Feb 7, 2003 1:59:37 PM org.apache.struts.tiles.TilesPlugin init
[junit] INFO: Tiles definition factory loaded for module '/module1'.
[junit] Feb 7, 2003 1:59:37 PM org.apache.struts.tiles.TilesPlugin init
[junit] INFO: Tiles definition factory loaded for module '/module2'.
[junit] Feb 7, 2003 1:59:37 PM org.apache.struts.tiles.TilesPlugin init
[junit] INFO: Tiles definition factory loaded for module '/module1'.
[junit] Feb 7, 2003 1:59:37 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.613 sec
[junit] Testcase: testSingleSharedFactory took 0.141 sec
[junit] Testcase: testUtilBaseEnvironment took 0 sec
stop.tomcat.33:
[java] Stopping Tomcat.
[java] Stopping tomcat on :8007 null
[java] Stop reaper
[java] 2003-02-07 13:59:38 - Ctx() : Status code:503 request:R( /test/)
msg:Server is starting
[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.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.04 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 sec
[junit] Testcase: testGetWithNoProperty took 0.02 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.553 sec
[junit] Testsuite: org.apache.struts.action.TestActionServlet
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.553 sec
[junit] Testcase: testInitDestroyInternal took 2.543 sec
[junit] Running org.apache.struts.action.TestDynaActionForm
[junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 1.152 sec
[junit] Testsuite: org.apache.struts.action.TestDynaActionForm
[junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 1.152 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 2:00:05 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] ------------- ---------------- ---------------
[junit] Testcase: testBeanCreate took 0.931 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.02 sec
[junit] Testcase: testGetDescriptorFloat took 0 sec
[junit] Testcase: testGetDescriptorInt took 0.04 sec
[junit] Testcase: testGetDescriptorLong took 0 sec
[junit] Testcase: testGetDescriptorSecond took 0.01 sec
[junit] Testcase: testGetDescriptorShort took 0 sec
[junit] Testcase: testGetDescriptorString took 0 sec
[junit] Testcase: testGetDescriptors took 0 sec
[junit] Testcase: testGetIndexedArguments took 0 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 sec
[junit] Testcase: testGetSimpleBoolean took 0.01 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 sec
[junit] Testcase: testSetIndexedValues took 0 sec
[junit] Testcase: testSetMappedValues took 0.011 sec
[junit] Testcase: testSetSimpleBoolean took 0.01 sec
[junit] Testcase: testSetSimpleDouble took 0 sec
[junit] Testcase: testSetSimpleFloat took 0 sec
[junit] Testcase: testSetSimpleInt took 0.01 sec
[junit] Testcase: testSetSimpleLong took 0 sec
[junit] Testcase: testSetSimpleShort took 0 sec
[junit] Testcase: testSetSimpleString took 0.01 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.01 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.782 sec
[junit] Testsuite: org.apache.struts.action.TestDynaActionFormClass
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.782 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 2:00:08 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] ------------- ---------------- ---------------
[junit] Testcase: testConfigAdd took 0.491 sec
[junit] Testcase: testConfigCreate took 0 sec
[junit] Testcase: testConfigDuplicate took 0 sec
[junit] Testcase: testConfigInitialValues took 0.26 sec
[junit] Testcase: testConfigProperties took 0 sec
[junit] Testcase: testConfigRemove took 0.021 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.887 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestEmptyTag
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.887 sec
[junit] Testcase: testEmptyTagUsingName took 4.677 sec
[junit] Testcase: testEmptyTagUsingProperty took 0.2 sec
[junit] Running org.apache.struts.taglib.logic.TestEqualTag
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.961 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestEqualTag
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.961 sec
[junit] Testcase: testCookieStringEquals took 0.471 sec
[junit] Testcase: testCookieStringNotEquals took 0.04 sec
[junit] Testcase: testHeaderStringEquals took 0.09 sec
[junit] Testcase: testHeaderStringNotEquals took 0.06 sec
[junit] Testcase: testIntegerEquals took 0.04 sec
[junit] Testcase: testIntegerNotEquals took 0.05 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.07 sec
[junit] Running org.apache.struts.taglib.logic.TestGreaterEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.911 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestGreaterEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.911 sec
[junit] Testcase: testCookieGreaterEqual took 0.46 sec
[junit] Testcase: testHeaderGreaterEqual took 0.04 sec
[junit] Testcase: testParameterGreaterEqual took 0.08 sec
[junit] Testcase: testApplicationScopeNameGreaterEqual took 0.061 sec
[junit] Testcase: testSessionScopeNameGreaterEqual took 0.03 sec
[junit] Testcase: testRequestScopeNameGreaterEqual took 0.11 sec
[junit] Testcase: testApplicationScopePropertyGreaterEqual took 0.04 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.05 sec
[junit] Testcase: testParameterGreaterThan took 0.07 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.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.45 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestIterateTag
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.45 sec
[junit] Testcase: testApplicationScopeNameIterate took 0.45 sec
[junit] Running org.apache.struts.taglib.logic.TestLessEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.841 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestLessEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.841 sec
[junit] Testcase: testCookieLessEqual took 0.45 sec
[junit] Testcase: testHeaderLessEqual took 0.05 sec
[junit] Testcase: testParameterLessEqual took 0.081 sec
[junit] Testcase: testApplicationScopeNameLessEqual took 0.05 sec
[junit] Testcase: testSessionScopeNameLessEqual took 0.03 sec
[junit] Testcase: testRequestScopeNameLessEqual took 0.07 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: 1.022 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestLessThanTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.022 sec
[junit] Testcase: testCookieLessThan took 0.571 sec
[junit] Testcase: testHeaderLessThan took 0.1 sec
[junit] Testcase: testParameterLessThan took 0.08 sec
[junit] Testcase: testApplicationScopeNameLessThan took 0.05 sec
[junit] Testcase: testSessionScopeNameLessThan took 0.06 sec
[junit] Testcase: testRequestScopeNameLessThan took 0.04 sec
[junit] Testcase: testApplicationScopePropertyLessThan took 0.03 sec
[junit] Testcase: testSessionScopePropertyLessThan took 0.04 sec
[junit] Testcase: testRequestScopePropertyLessThan took 0.041 sec
[junit] Running org.apache.struts.taglib.logic.TestNotEqualTag
[java] testing
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.202 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestNotEqualTag
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.202 sec
[junit] Testcase: testCookieStringEquals took 0.511 sec
[junit] Testcase: testCookieStringNotEquals took 0.08 sec
[junit] Testcase: testHeaderStringEquals took 0.09 sec
[junit] Testcase: testHeaderStringNotEquals took 0.06 sec
[junit] Testcase: testParameterStringEquals took 0.06 sec
[junit] Testcase: testParameterStringNotEquals took 0.05 sec
[junit] Testcase: testStringEquals took 0.06 sec
[junit] Testcase: testStringNotEquals took 0.06 sec
[junit] Testcase: testIntegerEquals took 0.05 sec
[junit] Testcase: testIntegerNotEquals took 0.051 sec
[junit] Testcase: testApplicationScopeStringEquals took 0.07 sec
[junit] Testcase: testApplicationScopeStringNotEquals took 0.04 sec
[junit] Running org.apache.struts.taglib.logic.TestNotPresentTag
[junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 1.171 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestNotPresentTag
[junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 1.171 sec
[junit] Testcase: testApplicationScopeObjectPresent took 0.46 sec
[junit] Testcase: testApplicationScopeObjectNotPresent took 0.05 sec
[junit] Testcase: testSessionScopeObjectPresent took 0.12 sec
[junit] Testcase: testSessionScopeObjectNotPresent took 0.061 sec
[junit] Testcase: testRequestScopeObjectPresent took 0.03 sec
[junit] Testcase: testRequestScopeObjectNotPresent took 0.04 sec
[junit] Testcase: testPageScopeObjectPresent took 0.03 sec
[junit] Testcase: testPageScopeObjectNotPresent took 0.04 sec
[junit] Testcase: testCookiePresent took 0.14 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.04 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.102 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestPresentTag
[junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.102 sec
[junit] Testcase: testApplicationScopeObjectPresent took 0.301 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.02 sec
[junit] Testcase: testRequestScopeObjectNotPresent took 0.03 sec
[junit] Testcase: testPageScopeObjectPresent took 0.04 sec
[junit] Testcase: testPageScopeObjectNotPresent took 0.03 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.06 sec
[junit] Testcase: testCookiePresent took 0.131 sec
[junit] Testcase: testCookieNotPresent took 0.04 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.03 sec
[junit] Running org.apache.struts.util.TestRequestUtils
[junit] Tests run: 50, Failures: 0, Errors: 0, Time elapsed: 0.951 sec
[junit] Testsuite: org.apache.struts.util.TestRequestUtils
[junit] Tests run: 50, Failures: 0, Errors: 0, Time elapsed: 0.951 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 2:00:39 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] ------------- ---------------- ---------------
[junit] Testcase: testAbsoluteURL took 0.47 sec
[junit] Testcase: testActionURL1 took 0.01 sec
[junit] Testcase: testActionURL2 took 0 sec
[junit] Testcase: testActionURL3 took 0 sec
[junit] Testcase: testComputeParameters0a took 0 sec
[junit] Testcase: testComputeParameters0b took 0.01 sec
[junit] Testcase: testComputeParameters1a took 0 sec
[junit] Testcase: testComputeParameters1b took 0 sec
[junit] Testcase: testComputeParameters1c took 0.15 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 sec
[junit] Testcase: testComputeURL1c took 0.01 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.011 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.01 sec
[junit] Testcase: testComputeURL3f took 0.01 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.01 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.964 sec
[junit] Testsuite: org.apache.struts.tiles.TestTilesPlugin
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.964 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 2:00:41 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] Feb 7, 2003 2:00:43 PM org.apache.struts.tiles.TilesPlugin init
[junit] INFO: Tiles definition factory loaded for module '/module1'.
[junit] Feb 7, 2003 2:00:44 PM org.apache.struts.tiles.TilesPlugin init
[junit] INFO: Tiles definition factory loaded for module '/module2'.
[junit] Feb 7, 2003 2:00:44 PM org.apache.struts.tiles.TilesPlugin init
[junit] INFO: Tiles definition factory loaded for module '/module1'.
[junit] Feb 7, 2003 2:00:44 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.744 sec
[junit] Testcase: testSingleSharedFactory took 0.2 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 7, 2003 2:00:56 PM org.apache.commons.modeler.Registry loadRegistry
[java] INFO: Loading registry information
[java] Feb 7, 2003 2:00:56 PM org.apache.commons.modeler.Registry getRegistry
[java] INFO: Creating new Registry instance
[java] Feb 7, 2003 2:00:58 PM org.apache.commons.modeler.Registry getServer
[java] INFO: Creating MBeanServer
[java] Feb 7, 2003 2:01:00 PM org.apache.coyote.http11.Http11Protocol init
[java] INFO: Initializing Coyote HTTP/1.1 on port 9090
[java] Starting service Tomcat-Standalone
[java] Apache Tomcat/4.1.12
[java] Feb 7, 2003 2:01:07 PM org.apache.coyote.http11.Http11Protocol start
[java] INFO: Starting Coyote HTTP/1.1 on port 9090
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.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.02 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.463 sec
[junit] Testsuite: org.apache.struts.action.TestActionServlet
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.463 sec
[junit] Testcase: testInitDestroyInternal took 2.443 sec
[junit] Running org.apache.struts.action.TestDynaActionForm
[junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 1.222 sec
[junit] Testsuite: org.apache.struts.action.TestDynaActionForm
[junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 1.222 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 2:01:17 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] ------------- ---------------- ---------------
[junit] Testcase: testBeanCreate took 0.902 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.01 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 sec
[junit] Testcase: testGetDescriptorSecond took 0.01 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 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.01 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.01 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.01 sec
[junit] Testcase: testSetSimpleBoolean took 0.01 sec
[junit] Testcase: testSetSimpleDouble took 0 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.01 sec
[junit] Testcase: testConfigCreate took 0 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 sec
[junit] Running org.apache.struts.action.TestDynaActionFormClass
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.982 sec
[junit] Testsuite: org.apache.struts.action.TestDynaActionFormClass
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.982 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 2:01:20 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] ------------- ---------------- ---------------
[junit] Testcase: testConfigAdd took 0.671 sec
[junit] Testcase: testConfigCreate took 0 sec
[junit] Testcase: testConfigDuplicate took 0.01 sec
[junit] Testcase: testConfigInitialValues took 0.271 sec
[junit] Testcase: testConfigProperties took 0.01 sec
[junit] Testcase: testConfigRemove took 0.02 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: 7.551 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestEmptyTag
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.551 sec
[junit] Testcase: testEmptyTagUsingName took 7.291 sec
[junit] Testcase: testEmptyTagUsingProperty took 0.26 sec
[junit] Running org.apache.struts.taglib.logic.TestEqualTag
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.081 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestEqualTag
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.081 sec
[junit] Testcase: testCookieStringEquals took 0.491 sec
[junit] Testcase: testCookieStringNotEquals took 0.04 sec
[junit] Testcase: testHeaderStringEquals took 0.08 sec
[junit] Testcase: testHeaderStringNotEquals took 0.05 sec
[junit] Testcase: testIntegerEquals took 0.05 sec
[junit] Testcase: testIntegerNotEquals took 0.07 sec
[junit] Testcase: testParameterStringEquals took 0.06 sec
[junit] Testcase: testParameterStringNotEquals took 0.07 sec
[junit] Testcase: testStringEquals took 0.06 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.791 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestGreaterEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.791 sec
[junit] Testcase: testCookieGreaterEqual took 0.41 sec
[junit] Testcase: testHeaderGreaterEqual took 0.05 sec
[junit] Testcase: testParameterGreaterEqual took 0.081 sec
[junit] Testcase: testApplicationScopeNameGreaterEqual took 0.04 sec
[junit] Testcase: testSessionScopeNameGreaterEqual took 0.05 sec
[junit] Testcase: testRequestScopeNameGreaterEqual took 0.04 sec
[junit] Testcase: testApplicationScopePropertyGreaterEqual took 0.05 sec
[junit] Testcase: testSessionScopePropertyGreaterEqual took 0.04 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.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.421 sec
[junit] Testcase: testHeaderGreaterThan took 0.06 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.05 sec
[junit] Testcase: testApplicationScopePropertyGreaterThan took 0.04 sec
[junit] Testcase: testSessionScopePropertyGreaterThan took 0.05 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.311 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestIterateTag
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.311 sec
[junit] Testcase: testApplicationScopeNameIterate took 0.311 sec
[junit] Running org.apache.struts.taglib.logic.TestLessEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.991 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestLessEqualTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.991 sec
[junit] Testcase: testCookieLessEqual took 0.621 sec
[junit] Testcase: testHeaderLessEqual took 0.07 sec
[junit] Testcase: testParameterLessEqual took 0.08 sec
[junit] Testcase: testApplicationScopeNameLessEqual took 0.04 sec
[junit] Testcase: testSessionScopeNameLessEqual took 0.03 sec
[junit] Testcase: testRequestScopeNameLessEqual took 0.03 sec
[junit] Testcase: testApplicationScopePropertyLessEqual took 0.05 sec
[junit] Testcase: testSessionScopePropertyLessEqual took 0.04 sec
[junit] Testcase: testRequestScopePropertyLessEqual took 0.02 sec
[junit] Running org.apache.struts.taglib.logic.TestLessThanTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.791 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestLessThanTag
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.791 sec
[junit] Testcase: testCookieLessThan took 0.44 sec
[junit] Testcase: testHeaderLessThan took 0.05 sec
[junit] Testcase: testParameterLessThan took 0.07 sec
[junit] Testcase: testApplicationScopeNameLessThan took 0.05 sec
[junit] Testcase: testSessionScopeNameLessThan took 0.03 sec
[junit] Testcase: testRequestScopeNameLessThan took 0.041 sec
[junit] Testcase: testApplicationScopePropertyLessThan took 0.03 sec
[junit] Testcase: testSessionScopePropertyLessThan took 0.03 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.881 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestNotEqualTag
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.881 sec
[junit] Testcase: testCookieStringEquals took 0.42 sec
[junit] Testcase: testCookieStringNotEquals took 0.04 sec
[junit] Testcase: testHeaderStringEquals took 0.061 sec
[junit] Testcase: testHeaderStringNotEquals took 0.05 sec
[junit] Testcase: testParameterStringEquals took 0.04 sec
[junit] Testcase: testParameterStringNotEquals took 0.03 sec
[junit] Testcase: testStringEquals took 0.05 sec
[junit] Testcase: testStringNotEquals took 0.04 sec
[junit] Testcase: testIntegerEquals took 0.04 sec
[junit] Testcase: testIntegerNotEquals took 0.03 sec
[junit] Testcase: testApplicationScopeStringEquals took 0.04 sec
[junit] Testcase: testApplicationScopeStringNotEquals took 0.04 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.311 sec
[junit] Testcase: testApplicationScopeObjectNotPresent took 0.02 sec
[junit] Testcase: testSessionScopeObjectPresent took 0.07 sec
[junit] Testcase: testSessionScopeObjectNotPresent took 0.05 sec
[junit] Testcase: testRequestScopeObjectPresent took 0.03 sec
[junit] Testcase: testRequestScopeObjectNotPresent took 0.03 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.04 sec
[junit] Testcase: testHeaderPresent took 0.04 sec
[junit] Testcase: testHeaderNotPresent took 0.05 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.021 sec
[junit] Testsuite: org.apache.struts.taglib.logic.TestPresentTag
[junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.021 sec
[junit] Testcase: testApplicationScopeObjectPresent took 0.3 sec
[junit] Testcase: testApplicationScopeObjectNotPresent took 0.02 sec
[junit] Testcase: testSessionScopeObjectPresent took 0.06 sec
[junit] Testcase: testSessionScopeObjectNotPresent took 0.04 sec
[junit] Testcase: testRequestScopeObjectPresent took 0.03 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.04 sec
[junit] Testcase: testApplicationScopePropertyNotPresent took 0.03 sec
[junit] Testcase: testRequestScopePropertyPresent took 0.041 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.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: 1.262 sec
[junit] Testsuite: org.apache.struts.util.TestRequestUtils
[junit] Tests run: 50, Failures: 0, Errors: 0, Time elapsed: 1.262 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 2:01:53 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] ------------- ---------------- ---------------
[junit] Testcase: testAbsoluteURL took 0.631 sec
[junit] Testcase: testActionURL1 took 0.01 sec
[junit] Testcase: testActionURL2 took 0 sec
[junit] Testcase: testActionURL3 took 0 sec
[junit] Testcase: testComputeParameters0a took 0 sec
[junit] Testcase: testComputeParameters0b took 0.01 sec
[junit] Testcase: testComputeParameters1a took 0 sec
[junit] Testcase: testComputeParameters1b took 0 sec
[junit] Testcase: testComputeParameters1c took 0.28 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.01 sec
[junit] Testcase: testComputeURL1a took 0 sec
[junit] Testcase: testComputeURL1b took 0 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.01 sec
[junit] Testcase: testComputeURL2b took 0 sec
[junit] Testcase: testComputeURL2c took 0 sec
[junit] Testcase: testComputeURL2d took 0.01 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 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.02 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.15 sec
[junit] Testcase: testCreateActionForm3b took 0 sec
[junit] Testcase: testCreateActionForm4a took 0.02 sec
[junit] Testcase: testRequestURL took 0 sec
[junit] Testcase: testSelectApplication1a took 0.02 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: 3.074 sec
[junit] Testsuite: org.apache.struts.tiles.TestTilesPlugin
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.074 sec
[junit] ------------- Standard Error -----------------
[junit] Feb 7, 2003 2:01:56 PM org.apache.struts.util.PropertyMessageResources
<init>
[junit] INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
[junit] Feb 7, 2003 2:01:58 PM org.apache.struts.tiles.TilesPlugin init
[junit] INFO: Tiles definition factory loaded for module '/module1'.
[junit] Feb 7, 2003 2:01:58 PM org.apache.struts.tiles.TilesPlugin init
[junit] INFO: Tiles definition factory loaded for module '/module2'.
[junit] Feb 7, 2003 2:01:59 PM org.apache.struts.tiles.TilesPlugin init
[junit] INFO: Tiles definition factory loaded for module '/module1'.
[junit] Feb 7, 2003 2:01: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.914 sec
[junit] Testcase: testSingleSharedFactory took 0.14 sec
[junit] Testcase: testUtilBaseEnvironment took 0 sec
stop.tomcat.41:
[java] Stopping service Tomcat-Standalone
[runservertests] Server stopped !
test.tomcat.all:
BUILD SUCCESSFUL
Total time: 3 minutes 35 seconds
Tool completed successfully
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]