bodewig     2002/11/08 04:38:06

  Modified:    src/testcases/org/apache/tools/ant/taskdefs Tag:
                        ANT_15_BRANCH TypedefTest.java
  Log:
  better merge the changed testcase as well 8-(
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +3 -4      
jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java
  
  Index: TypedefTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/testcases/org/apache/tools/ant/taskdefs/TypedefTest.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- TypedefTest.java  14 Nov 2001 12:25:30 -0000      1.2
  +++ TypedefTest.java  8 Nov 2002 12:38:06 -0000       1.2.2.1
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -97,8 +97,7 @@
       }
   
       public void testLocal() {
  -        expectLog("testLocal", 
  -                  "Overriding previous definition of reference to local");
  +        expectLog("testLocal", "");
           Object ref = project.getReferences().get("local");
           assertNotNull("ref is not null", ref);
           assertEquals("org.example.types.TypedefTestType",
  
  
  

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

Reply via email to