From bfdb6621e6494244fb85878df1cedda003e294f0 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Fri, 16 May 2003 15:11:54 +0000 Subject: [PATCH] Remove System.out testing git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131087 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/collections/TestFactoryUtils.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/test/org/apache/commons/collections/TestFactoryUtils.java b/src/test/org/apache/commons/collections/TestFactoryUtils.java index d44db5620..8d109a33c 100644 --- a/src/test/org/apache/commons/collections/TestFactoryUtils.java +++ b/src/test/org/apache/commons/collections/TestFactoryUtils.java @@ -1,5 +1,5 @@ /* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestFactoryUtils.java,v 1.1 2003/05/16 13:42:57 scolebourne Exp $ + * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestFactoryUtils.java,v 1.2 2003/05/16 15:11:54 scolebourne Exp $ * ==================================================================== * * The Apache Software License, Version 1.1 @@ -70,7 +70,7 @@ import junit.textui.TestRunner; * Tests the org.apache.commons.collections.FactoryUtils class. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/05/16 13:42:57 $ + * @version $Revision: 1.2 $ $Date: 2003/05/16 15:11:54 $ * * @author Stephen Colebourne */ @@ -205,8 +205,6 @@ public class TestFactoryUtils extends junit.framework.TestCase { } catch (FunctorException ex) { assertTrue(ex.getCause() instanceof IOException); - ex.printStackTrace(); - ex.printStackTrace(System.out); return; } fail();