User: ejort   
  Date: 01/12/22 10:48:17

  Modified:    src/main/org/jboss/test/web/test
                        WebIntegrationUnitTestCase.java
  Log:
  No, the URL is correct but the test is broken.
  
  Revision  Changes    Path
  1.11      +3 -3      
jbosstest/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java
  
  Index: WebIntegrationUnitTestCase.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- WebIntegrationUnitTestCase.java   2001/12/22 15:52:26     1.10
  +++ WebIntegrationUnitTestCase.java   2001/12/22 18:48:16     1.11
  @@ -34,7 +34,7 @@
    with a role of 'AuthorizedUser' in the servlet container.
    
    @author [EMAIL PROTECTED]
  - @version $Revision: 1.10 $
  + @version $Revision: 1.11 $
    */
   public class WebIntegrationUnitTestCase extends JBossTestCase
   {
  @@ -120,11 +120,11 @@
         URL url = new URL(baseURL+"jbosstest/restricted/SecureEJBAccess");
         accessURL(url);
      }
  -   /** Access the http://localhost/jbosstest/restricted/IncludeServlet
  +   /** Access the http://localhost/jbosstest/restricted/include_ejb.jsp
       */
      public void testIncludeEJB() throws Exception
      {
  -      URL url = new URL(baseURL+"jbosstest/restricted/IncludeServlet");
  +      URL url = new URL(baseURL+"jbosstest/restricted/include_ejb.jsp");
         accessURL(url);
      }
      /** Access the http://localhost/jbosstest/restricted/SecureEJBAccess
  
  
  

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

Reply via email to