The test code is the jbosstest web unit test which is under src/main/org/jboss/test/web

build it by doing a build web-subproject in the jbosstest/src/build directory
build 664>build.bat web-subproject
Searching for build.xml ...
Buildfile: D:\usr\local\src\cvsroot\jBoss\jbosstest\src\build\build.xml
...
BUILD SUCCESSFUL

Total time: 2 seconds

Run this single testcase by doing:
build 666>build.bat -buildfile run_tests.xml -Dtestcase=web run-testcase
Buildfile: run_tests.xml

run-testcase:
    [junit] No webserver found at: http://jduke:theduke@localhost:8080/
    [junit] Testsuite: org.jboss.test.web.test.TestWebIntegration
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.156 sec
    [junit]
    [junit] Testcase: testEJBServlet took 1.156 sec
    [junit] Testcase: testENCServlet took 0 sec
    [junit] Testcase: testSecureEJBAccess took 0 sec
    [junit] Testcase: testSecureServlet took 0 sec
    [junit] Testcase: testSnoopJSP took 0 sec

BUILD SUCCESSFUL

I'll try it against the jetty contrib code.

----- Original Message ----- 
From: "Julian Gosnell" <[EMAIL PROTECTED]>
To: "Scott M Stark" <[EMAIL PROTECTED]>; 
<[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 3:22 PM
Subject: [JBoss-dev] JBoss-Jetty & latest AbstractWebContainer/WebDescriptorParser....


> Scott,
> 
> I've moved jboss-jetty over onto your WebDescriptorParser stuff.
> 
> if you have the contrib module chcked out try:
> 
> cd contrib/jetty/src/build
> ./build.sh clean dist
> cd ../..
> ./run.sh
> 
> What should I be running to test all this stuff ?
> 
> Thanks for all the help.
> 
> 
> Jules
> 
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
> 


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to