User: starksm 
  Date: 01/05/30 20:16:16

  Modified:    src/main/org/jboss/test/web/test TestWebIntegration.java
  Log:
  Add access test of ClientLoginServlet
  
  Revision  Changes    Path
  1.6       +11 -1     
jbosstest/src/main/org/jboss/test/web/test/TestWebIntegration.java
  
  Index: TestWebIntegration.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/web/test/TestWebIntegration.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestWebIntegration.java   2001/05/30 21:08:26     1.5
  +++ TestWebIntegration.java   2001/05/31 03:16:16     1.6
  @@ -20,7 +20,7 @@
   with a role of 'AuthorizedUser' in the servlet container.
   
   @author [EMAIL PROTECTED]
  -@version $Revision: 1.5 $
  +@version $Revision: 1.6 $
   */
   public class TestWebIntegration extends TestCase
   {
  @@ -109,6 +109,16 @@
               return;
   
           URL url = new URL(baseURL+"jbosstest/snoop.jsp");
  +        accessURL(url);
  +    }
  +    /** Access the http://localhost/jbosstest/ClientLoginServlet
  +    */
  +    public void testClientLoginServlet() throws Exception
  +    {
  +        if( webServerAvailable == false )
  +            return;
  +
  +        URL url = new URL(baseURL+"jbosstest/ClientLoginServlet");
           accessURL(url);
       }
       /** Access the http://localhost/jbosstest/restricted/SecureServlet
  
  
  

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

Reply via email to