You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2006/03/16 06:02:02 UTC

svn commit: r386261 - /logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java

Author: carnold
Date: Wed Mar 15 21:02:01 2006
New Revision: 386261

URL: http://svn.apache.org/viewcvs?rev=386261&view=rev
Log:
Eliminate duplication of LoggingEventTest in CoreTestSuite

Modified:
    logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java?rev=386261&r1=386260&r2=386261&view=diff
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java Wed Mar 15 21:02:01 2006
@@ -17,7 +17,6 @@
 
 import junit.framework.Test;
 import junit.framework.TestSuite;
-import org.apache.log4j.spi.LoggingEventTest;
 
 
 /**
@@ -34,7 +33,6 @@
      */
     public static Test suite() {
         TestSuite s = new TestSuite();
-        s.addTestSuite(LoggingEventTest.class);
         s.addTestSuite(org.apache.log4j.pattern.NameAbbreviatorTest.class);
         s.addTestSuite(org.apache.log4j.pattern.PatternParserTest.class);
         s.addTestSuite(org.apache.log4j.rolling.helper.FileNamePatternTestCase.class);



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