User: ejort
Date: 01/12/22 07:52:27
Modified: src/main/org/jboss/test/web/test
WebIntegrationUnitTestCase.java
Log:
Incorrect url in WebIntegrationUnitTestCase
Revision Changes Path
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- WebIntegrationUnitTestCase.java 2001/10/08 16:53:00 1.9
+++ WebIntegrationUnitTestCase.java 2001/12/22 15:52:26 1.10
@@ -34,7 +34,7 @@
with a role of 'AuthorizedUser' in the servlet container.
@author [EMAIL PROTECTED]
- @version $Revision: 1.9 $
+ @version $Revision: 1.10 $
*/
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/include_ejb.jsp
+ /** Access the http://localhost/jbosstest/restricted/IncludeServlet
*/
public void testIncludeEJB() throws Exception
{
- URL url = new URL(baseURL+"jbosstest/restricted/include_ejb.jsp");
+ URL url = new URL(baseURL+"jbosstest/restricted/IncludeServlet");
accessURL(url);
}
/** Access the http://localhost/jbosstest/restricted/SecureEJBAccess
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development