You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jv...@apache.org on 2001/03/23 18:32:48 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/test TexenTestCase.java

jvanzyl     01/03/23 09:32:48

  Modified:    src/java/org/apache/velocity/test TexenTestCase.java
  Log:
  - adding tests for automatic boolean mapping
  
  Revision  Changes    Path
  1.3       +3 -2      jakarta-velocity/src/java/org/apache/velocity/test/TexenTestCase.java
  
  Index: TexenTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/test/TexenTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TexenTestCase.java	2001/03/19 22:38:58	1.2
  +++ TexenTestCase.java	2001/03/23 17:32:45	1.3
  @@ -69,7 +69,7 @@
    * generative task and compares the output.
    *
    * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
  - * @version $Id: TexenTestCase.java,v 1.2 2001/03/19 22:38:58 jvanzyl Exp $
  + * @version $Id: TexenTestCase.java,v 1.3 2001/03/23 17:32:45 jvanzyl Exp $
    */
   public class TexenTestCase extends BaseTestCase
   {
  @@ -115,7 +115,8 @@
               
               if (!isMatch(RESULTS_DIR,COMPARE_DIR,"TurbineWeather","java","java") ||
                   !isMatch(RESULTS_DIR,COMPARE_DIR,"TurbineWeatherService","java","java") ||
  -                !isMatch(RESULTS_DIR,COMPARE_DIR,"WeatherService","java","java"))
  +                !isMatch(RESULTS_DIR,COMPARE_DIR,"WeatherService","java","java") ||
  +                !isMatch(RESULTS_DIR,COMPARE_DIR,"Test","txt","txt"))
               {
                   fail("Output is incorrect!");
               }