Fix bug introduced when changing version from 2.2 to 3

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-10-06 21:03:52 +00:00
parent 39f52a2f79
commit 5f31d82006
8 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
/*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/Attic/TestCommonsLinkedList.java,v 1.6 2003/10/05 23:21:07 scolebourne Exp $
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/Attic/TestCommonsLinkedList.java,v 1.7 2003/10/06 21:02:50 scolebourne Exp $
* ====================================================================
*
* The Apache Software License, Version 1.1
@ -65,7 +65,7 @@ import junit.framework.Test;
/**
* Test case for {@link CommonsLinkedList}.
*
* @version $Revision: 1.6 $ $Date: 2003/10/05 23:21:07 $
* @version $Revision: 1.7 $ $Date: 2003/10/06 21:02:50 $
*
* @author Rich Dougherty
* @author David Hay
@ -88,7 +88,7 @@ public class TestCommonsLinkedList extends TestLinkedList {
}
public String getCompatibilityVersion() {
return "3.0";
return "3";
}
public void setUp() {

View File

@ -1,5 +1,5 @@
/*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/Attic/TestNodeCachingLinkedList.java,v 1.7 2003/10/05 23:21:07 scolebourne Exp $
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/Attic/TestNodeCachingLinkedList.java,v 1.8 2003/10/06 21:02:50 scolebourne Exp $
* ====================================================================
*
* The Apache Software License, Version 1.1
@ -65,7 +65,7 @@ import junit.framework.Test;
/**
* Test class for NodeCachingLinkedList, a performance optimised LinkedList.
*
* @version $Revision: 1.7 $ $Date: 2003/10/05 23:21:07 $
* @version $Revision: 1.8 $ $Date: 2003/10/06 21:02:50 $
*
* @author Jeff Varszegi
* @author Phil Steitz
@ -89,7 +89,7 @@ public class TestNodeCachingLinkedList extends TestCommonsLinkedList {
}
public String getCompatibilityVersion() {
return "3.0";
return "3";
}
public void testShrinkCache() {

View File

@ -1,5 +1,5 @@
/*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/comparators/TestBooleanComparator.java,v 1.5 2003/10/05 23:21:07 scolebourne Exp $
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/comparators/TestBooleanComparator.java,v 1.6 2003/10/06 21:02:50 scolebourne Exp $
* ====================================================================
*
* The Apache Software License, Version 1.1
@ -67,7 +67,7 @@ import junit.framework.TestSuite;
/**
* Tests for {@link BooleanComparator}.
*
* @version $Revision: 1.5 $ $Date: 2003/10/05 23:21:07 $
* @version $Revision: 1.6 $ $Date: 2003/10/06 21:02:50 $
*
* @author Rodney Waldhoff
*/
@ -103,7 +103,7 @@ public class TestBooleanComparator extends AbstractTestComparator {
}
public String getCompatibilityVersion() {
return "3.0";
return "3";
}
// tests