[jboss-cvs] JBossAS SVN: r61975 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 1 14:34:16 EDT 2007


Author: stan.silvert at jboss.com
Date: 2007-04-01 14:34:16 -0400 (Sun, 01 Apr 2007)
New Revision: 61975

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/RootContextUnitTestCase.java
Log:
JBAS-3162 Noticed a false positive for one of the tests.  Fixed.


Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/RootContextUnitTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/RootContextUnitTestCase.java	2007-04-01 18:17:21 UTC (rev 61974)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/RootContextUnitTestCase.java	2007-04-01 18:34:16 UTC (rev 61975)
@@ -57,7 +57,7 @@
 
    public void testRootContextEAR() throws Exception
    {
-      String response = hitRootContext("root-context.war");
+      String response = hitRootContext("jbosstest-web.ear");
       assertTrue(response.contains("A Root Context Page"));
    }
 




More information about the jboss-cvs-commits mailing list