You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by fe...@apache.org on 2005/04/21 14:01:18 UTC

cvs commit: jakarta-cactus/integration/ant/src/test/org/apache/cactus/integration/ant TestCactifyWarTask.java

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: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org