You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/09/20 13:26:57 UTC

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections TestMapUtils.java

scolebourne    2003/09/20 04:26:57

  Modified:    collections/src/test/org/apache/commons/collections
                        TestMapUtils.java
  Log:
  Remove System out debugging
  
  Revision  Changes    Path
  1.14      +2 -12     jakarta-commons/collections/src/test/org/apache/commons/collections/TestMapUtils.java
  
  Index: TestMapUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/TestMapUtils.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- TestMapUtils.java	17 Sep 2003 19:59:45 -0000	1.13
  +++ TestMapUtils.java	20 Sep 2003 11:26:57 -0000	1.14
  @@ -648,11 +648,6 @@
           out.reset();
           MapUtils.verbosePrint(outPrint, "Print Map", grandfather);
   
  -        System.out.println(EXPECTED_OUT);
  -        System.out.println(EXPECTED_OUT.length());
  -        System.out.println(out.toString());
  -        System.out.println(out.toString().length());
  -
           assertEquals(EXPECTED_OUT, out.toString());
       }
       
  @@ -699,11 +694,6 @@
       
           out.reset();
           MapUtils.debugPrint(outPrint, "Print Map", grandfather);
  -    
  -        System.out.println(EXPECTED_OUT);
  -        System.out.println(EXPECTED_OUT.length());
  -        System.out.println(out.toString());
  -        System.out.println(out.toString().length());
       
           assertEquals(EXPECTED_OUT, out.toString());
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org