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 ce...@apache.org on 2004/04/03 16:11:12 UTC

cvs commit: logging-log4j/tests/src/java/org/apache/joran InterpreterTest.java PatternTest.java SimpleStoreTest.java

ceki        2004/04/03 06:11:11

  Modified:    tests/src/java/org/apache/joran InterpreterTest.java
                        PatternTest.java SimpleStoreTest.java
  Log:
  Various refactoring attempts in Joran. Mostly cosmetic
  
  Revision  Changes    Path
  1.4       +1 -0      logging-log4j/tests/src/java/org/apache/joran/InterpreterTest.java
  
  Index: InterpreterTest.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/src/java/org/apache/joran/InterpreterTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InterpreterTest.java	31 Mar 2004 19:45:43 -0000	1.3
  +++ InterpreterTest.java	3 Apr 2004 14:11:11 -0000	1.4
  @@ -30,6 +30,7 @@
   import org.apache.joran.action.NewRuleAction;
   import org.apache.joran.action.ParamAction;
   import org.apache.joran.action.StackCounterAction;
  +import org.apache.joran.helper.SimpleRuleStore;
   
   import org.apache.log4j.Appender;
   import org.apache.log4j.ConsoleAppender;
  
  
  
  1.3       +1 -0      logging-log4j/tests/src/java/org/apache/joran/PatternTest.java
  
  Index: PatternTest.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/src/java/org/apache/joran/PatternTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PatternTest.java	30 Mar 2004 17:13:22 -0000	1.2
  +++ PatternTest.java	3 Apr 2004 14:11:11 -0000	1.3
  @@ -22,6 +22,7 @@
    */
   package org.apache.joran;
   
  +
   import junit.framework.TestCase;
   
   
  
  
  
  1.6       +2 -0      logging-log4j/tests/src/java/org/apache/joran/SimpleStoreTest.java
  
  Index: SimpleStoreTest.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/src/java/org/apache/joran/SimpleStoreTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SimpleStoreTest.java	31 Mar 2004 13:13:15 -0000	1.5
  +++ SimpleStoreTest.java	3 Apr 2004 14:11:11 -0000	1.6
  @@ -23,6 +23,8 @@
   package org.apache.joran;
   
   import org.apache.joran.action.Action;
  +import org.apache.joran.helper.SimpleRuleStore;
  +
   import junit.framework.TestCase;
   
   import org.w3c.dom.Document;
  
  
  

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