You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ju...@apache.org on 2003/05/10 20:56:54 UTC

cvs commit: jakarta-commons-sandbox/jrcs/src/test/org/apache/commons/jrcs/diff MyersDiffTests.java SimpleDiffTests.java

juanco      2003/05/10 11:56:54

  Added:       jrcs/src/test/org/apache/commons/jrcs/diff
                        MyersDiffTests.java SimpleDiffTests.java
  Log:
  test both SimpleDiff and MyersDiff on each junit run
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/jrcs/src/test/org/apache/commons/jrcs/diff/MyersDiffTests.java
  
  Index: MyersDiffTests.java
  ===================================================================
  package org.apache.commons.jrcs.diff;
  
  import org.apache.commons.jrcs.diff.myers.MyersDiff;
  
  public class MyersDiffTests extends DiffTest {
  
      public MyersDiffTests(String name) {
          super(name, new MyersDiff());
      }
  
  
  }
  
  
  
  1.1                  jakarta-commons-sandbox/jrcs/src/test/org/apache/commons/jrcs/diff/SimpleDiffTests.java
  
  Index: SimpleDiffTests.java
  ===================================================================
  package org.apache.commons.jrcs.diff;
  
  public class SimpleDiffTests extends DiffTest {
  
      public SimpleDiffTests(String name) {
          super(name, new SimpleDiff());
      }
  
  
  }
  
  
  

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