felipeal    2005/04/21 05:01:18

  Modified:    integration/ant/src/test/org/apache/cactus/integration/ant
                        TestCactifyWarTask.java
  Log:
  fixed typo on exception message
  
  Revision  Changes    Path
  1.23      +3 -3      
jakarta-cactus/integration/ant/src/test/org/apache/cactus/integration/ant/TestCactifyWarTask.java
  
  Index: TestCactifyWarTask.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/ant/src/test/org/apache/cactus/integration/ant/TestCactifyWarTask.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- TestCactifyWarTask.java   21 Apr 2005 11:56:33 -0000      1.22
  +++ TestCactifyWarTask.java   21 Apr 2005 12:01:17 -0000      1.23
  @@ -145,7 +145,7 @@
                catch (BuildException e)
                {
                        fail("The WAR source file does not contain a "
  -                                     + "WEB-INF/web.xml deployment 
descriptor, but Cactus should "
  +                                     + "WEB-INF/web.xml deployment 
descriptor, but Cactus "
                                        + "should have created an empty one" );
                }
        }       
  @@ -165,7 +165,7 @@
                catch (BuildException e)
                {
                        fail("The WAR source file does not contain a "
  -                                     + "WEB-INF/web.xml deployment 
descriptor, but Cactus should "
  +                                     + "WEB-INF/web.xml deployment 
descriptor, but Cactus "
                                        + "should have created an empty one" );
                }
        }       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to