User: starksm
Date: 01/10/05 02:10:40
Modified: src/main/org/jboss/test/web/test
WebIntegrationUnitTestCase.java
Log:
Remove the webServerAvailable checks
Revision Changes Path
1.7 +1 -7
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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- WebIntegrationUnitTestCase.java 2001/10/05 07:51:00 1.6
+++ WebIntegrationUnitTestCase.java 2001/10/05 09:10:40 1.7
@@ -34,7 +34,7 @@
with a role of 'AuthorizedUser' in the servlet container.
@author [EMAIL PROTECTED]
- @version $Revision: 1.6 $
+ @version $Revision: 1.7 $
*/
public class WebIntegrationUnitTestCase extends JBossTestCase
{
@@ -100,9 +100,6 @@
*/
public void testSecureServletWithBadPass() throws Exception
{
- if( webServerAvailable == false )
- return;
-
String baseURL = "http://jduke:badpass@localhost:" + port + '/';
URL url = new URL(baseURL+"jbosstest/restricted/SecureServlet");
accessURL(url, true);
@@ -111,9 +108,6 @@
*/
public void testSecureServletWithNoLogin() throws Exception
{
- if( webServerAvailable == false )
- return;
-
String baseURL = "http://localhost:" + port + '/';
URL url = new URL(baseURL+"jbosstest/restricted/SecureServlet");
accessURL(url, true);
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development