You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ad...@apache.org on 2002/05/27 15:00:32 UTC

cvs commit: jakarta-ant-myrmidon/antlib/src/test/org/apache/antlib/runtime/test TypeDefTestCase.java

adammurdoch    02/05/27 06:00:32

  Modified:    antlib/src/test/org/apache/antlib/runtime/test
                        TypeDefTestCase.java
  Log:
  Tidy up <type-def> tests so that they all pass now.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-ant-myrmidon/antlib/src/test/org/apache/antlib/runtime/test/TypeDefTestCase.java
  
  Index: TypeDefTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/antlib/src/test/org/apache/antlib/runtime/test/TypeDefTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TypeDefTestCase.java	22 May 2002 07:36:21 -0000	1.1
  +++ TypeDefTestCase.java	27 May 2002 13:00:32 -0000	1.2
  @@ -14,7 +14,7 @@
    * Test cases for the <type-def> task.
    *
    * @author <a href="mailto:adammurdoch@apache.org">Adam Murdoch</a>
  - * @version $Revision: 1.1 $ $Date: 2002/05/22 07:36:21 $
  + * @version $Revision: 1.2 $ $Date: 2002/05/27 13:00:32 $
    */
   public class TypeDefTestCase
       extends AbstractTypeDefTestCase
  @@ -52,8 +52,8 @@
       {
           final File projectFile = getProjectFile();
           final LogMessageTracker tracker = new LogMessageTracker();
  -        tracker.addExpectedMessage( "/task-def/data-type-def/log", "This is prop1." );
  -        tracker.addExpectedMessage( "/task-def/data-type-def/log", "This is prop2." );
  +        tracker.addExpectedMessage( "/task-def/data-type-def/log", "this is prop1" );
  +        tracker.addExpectedMessage( "/task-def/data-type-def/log", "this is prop2" );
           executeTarget( projectFile, "data-type-def", tracker );
       }
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>