diff --git a/src/test/org/apache/commons/collections/AbstractTestObject.java b/src/test/org/apache/commons/collections/AbstractTestObject.java index 65f6e2d50..4a33277a7 100644 --- a/src/test/org/apache/commons/collections/AbstractTestObject.java +++ b/src/test/org/apache/commons/collections/AbstractTestObject.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/AbstractTestObject.java,v 1.2 2003/11/18 22:37:15 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -79,7 +75,7 @@ import java.io.Serializable; * you may still use this base set of cases. Simply override the * test case (method) your {@link Object} fails. * - * @version $Revision: 1.2 $ $Date: 2003/11/18 22:37:15 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:30 $ * * @author Rodney Waldhoff * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/BulkTest.java b/src/test/org/apache/commons/collections/BulkTest.java index 9563318c8..2e4171318 100644 --- a/src/test/org/apache/commons/collections/BulkTest.java +++ b/src/test/org/apache/commons/collections/BulkTest.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/BulkTest.java,v 1.8 2003/11/18 22:37:16 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -175,7 +171,7 @@ import junit.framework.TestSuite; * interpret bulk test methods. * * @author Paul Jack - * @version $Id: BulkTest.java,v 1.8 2003/11/18 22:37:16 scolebourne Exp $ + * @version $Id: BulkTest.java,v 1.9 2004/01/14 21:34:31 scolebourne Exp $ */ public class BulkTest extends TestCase implements Cloneable { diff --git a/src/test/org/apache/commons/collections/LocalTestNode.java b/src/test/org/apache/commons/collections/LocalTestNode.java index 20028d8c1..4b8515bde 100644 --- a/src/test/org/apache/commons/collections/LocalTestNode.java +++ b/src/test/org/apache/commons/collections/LocalTestNode.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/LocalTestNode.java,v 1.3 2003/10/05 21:03:44 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,14 +50,13 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; /** * Class LocalTestNode, a helper class for TestDoubleOrderedMap * - * @version $Revision: 1.3 $ $Date: 2003/10/05 21:03:44 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:30 $ * * @author Marc Johnson (marcj at users dot sourceforge dot net) */ diff --git a/src/test/org/apache/commons/collections/MapPerformance.java b/src/test/org/apache/commons/collections/MapPerformance.java index 872f330ff..5d288b774 100644 --- a/src/test/org/apache/commons/collections/MapPerformance.java +++ b/src/test/org/apache/commons/collections/MapPerformance.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/MapPerformance.java,v 1.3 2003/12/08 22:05:10 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -20,11 +17,11 @@ * distribution. * * 3. The end-user documentation included with the redistribution, if - * any, must include the following acknowledgment: + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." - * Alternately, this acknowledgment may appear in the software itself, - * if and wherever such third-party acknowledgments normally appear. + * Alternately, this acknowledgement may appear in the software itself, + * if and wherever such third-party acknowledgements normally appear. * * 4. The names "The Jakarta Project", "Commons", and "Apache Software * Foundation" must not be used to endorse or promote products derived @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; diff --git a/src/test/org/apache/commons/collections/TestAll.java b/src/test/org/apache/commons/collections/TestAll.java index 930ad665f..e6f8a6aa8 100644 --- a/src/test/org/apache/commons/collections/TestAll.java +++ b/src/test/org/apache/commons/collections/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestAll.java,v 1.55 2004/01/04 18:02:58 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -64,7 +60,7 @@ import junit.framework.TestSuite; /** * Entry point for all Collections package tests. * - * @version $Revision: 1.55 $ $Date: 2004/01/04 18:02:58 $ + * @version $Revision: 1.56 $ $Date: 2004/01/14 21:34:30 $ * * @author Rodney Waldhoff * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/TestAllPackages.java b/src/test/org/apache/commons/collections/TestAllPackages.java index 34d5a8eea..4f174966b 100644 --- a/src/test/org/apache/commons/collections/TestAllPackages.java +++ b/src/test/org/apache/commons/collections/TestAllPackages.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestAllPackages.java,v 1.8 2003/12/05 20:23:58 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -64,7 +60,7 @@ import junit.framework.TestSuite; /** * Entry point for all Collections project tests. * - * @version $Revision: 1.8 $ $Date: 2003/12/05 20:23:58 $ + * @version $Revision: 1.9 $ $Date: 2004/01/14 21:34:30 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/TestArrayList.java b/src/test/org/apache/commons/collections/TestArrayList.java index eba741189..651ccd42b 100644 --- a/src/test/org/apache/commons/collections/TestArrayList.java +++ b/src/test/org/apache/commons/collections/TestArrayList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestArrayList.java,v 1.10 2003/11/16 22:15:09 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -67,7 +63,7 @@ import org.apache.commons.collections.list.AbstractTestList; /** * Abstract test class for ArrayList. * - * @version $Revision: 1.10 $ $Date: 2003/11/16 22:15:09 $ + * @version $Revision: 1.11 $ $Date: 2004/01/14 21:34:30 $ * * @author Jason van Zyl */ diff --git a/src/test/org/apache/commons/collections/TestArrayStack.java b/src/test/org/apache/commons/collections/TestArrayStack.java index 7a5aecb7e..80880345d 100644 --- a/src/test/org/apache/commons/collections/TestArrayStack.java +++ b/src/test/org/apache/commons/collections/TestArrayStack.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestArrayStack.java,v 1.10 2003/10/05 21:03:44 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -65,7 +61,7 @@ import junit.framework.Test; /** * Tests ArrayStack. * - * @version $Revision: 1.10 $ $Date: 2003/10/05 21:03:44 $ + * @version $Revision: 1.11 $ $Date: 2004/01/14 21:34:30 $ * * @author Craig McClanahan */ diff --git a/src/test/org/apache/commons/collections/TestBagUtils.java b/src/test/org/apache/commons/collections/TestBagUtils.java index ce5640466..6afec73bd 100644 --- a/src/test/org/apache/commons/collections/TestBagUtils.java +++ b/src/test/org/apache/commons/collections/TestBagUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestBagUtils.java,v 1.5 2003/12/24 17:31:41 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -73,7 +69,7 @@ import org.apache.commons.collections.bag.UnmodifiableSortedBag; /** * Tests for BagUtils factory methods. * - * @version $Revision: 1.5 $ $Date: 2003/12/24 17:31:41 $ + * @version $Revision: 1.6 $ $Date: 2004/01/14 21:34:31 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/TestBeanMap.java b/src/test/org/apache/commons/collections/TestBeanMap.java index 788d610ef..9cd72d86e 100644 --- a/src/test/org/apache/commons/collections/TestBeanMap.java +++ b/src/test/org/apache/commons/collections/TestBeanMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestBeanMap.java,v 1.16 2003/11/18 22:37:15 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -69,7 +65,7 @@ import org.apache.commons.collections.map.AbstractTestMap; /** * Test cases for BeanMap * - * @version $Revision: 1.16 $ $Date: 2003/11/18 22:37:15 $ + * @version $Revision: 1.17 $ $Date: 2004/01/14 21:34:30 $ * * @author Morgan Delagrange * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/TestBinaryHeap.java b/src/test/org/apache/commons/collections/TestBinaryHeap.java index 0dfd408cf..50b322ab3 100644 --- a/src/test/org/apache/commons/collections/TestBinaryHeap.java +++ b/src/test/org/apache/commons/collections/TestBinaryHeap.java @@ -1,7 +1,4 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestBinaryHeap.java,v 1.14 2004/01/01 23:56:51 psteitz Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001-2004 The Apache Software Foundation. All rights @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -74,7 +70,7 @@ import org.apache.commons.collections.comparators.ReverseComparator; /** * Tests the BinaryHeap. * - * @version $Revision: 1.14 $ $Date: 2004/01/01 23:56:51 $ + * @version $Revision: 1.15 $ $Date: 2004/01/14 21:34:30 $ * * @author Michael A. Smith */ diff --git a/src/test/org/apache/commons/collections/TestBoundedFifoBuffer.java b/src/test/org/apache/commons/collections/TestBoundedFifoBuffer.java index 6e7b67532..89293c4cb 100644 --- a/src/test/org/apache/commons/collections/TestBoundedFifoBuffer.java +++ b/src/test/org/apache/commons/collections/TestBoundedFifoBuffer.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestBoundedFifoBuffer.java,v 1.11 2003/11/18 22:37:15 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -68,7 +64,7 @@ import org.apache.commons.collections.collection.AbstractTestCollection; /** * Test cases for BoundedFifoBuffer. * - * @version $Revision: 1.11 $ $Date: 2003/11/18 22:37:15 $ + * @version $Revision: 1.12 $ $Date: 2004/01/14 21:34:30 $ * * @author Paul Jack */ diff --git a/src/test/org/apache/commons/collections/TestBoundedFifoBuffer2.java b/src/test/org/apache/commons/collections/TestBoundedFifoBuffer2.java index 6379e3b32..ea23773bc 100644 --- a/src/test/org/apache/commons/collections/TestBoundedFifoBuffer2.java +++ b/src/test/org/apache/commons/collections/TestBoundedFifoBuffer2.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestBoundedFifoBuffer2.java,v 1.8 2003/11/29 18:14:20 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -66,7 +62,7 @@ import junit.framework.Test; * Runs tests against a full BoundedFifoBuffer, since many of the algorithms * differ depending on whether the fifo is full or not. * - * @version $Revision: 1.8 $ $Date: 2003/11/29 18:14:20 $ + * @version $Revision: 1.9 $ $Date: 2004/01/14 21:34:30 $ * * @author Unknown */ diff --git a/src/test/org/apache/commons/collections/TestBufferUtils.java b/src/test/org/apache/commons/collections/TestBufferUtils.java index 0f5ce19bc..8f0fb92b6 100644 --- a/src/test/org/apache/commons/collections/TestBufferUtils.java +++ b/src/test/org/apache/commons/collections/TestBufferUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestBufferUtils.java,v 1.10 2003/11/16 22:15:09 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -68,7 +64,7 @@ import org.apache.commons.collections.collection.AbstractTestCollection; /** * Tests for BufferUtils. * - * @version $Revision: 1.10 $ $Date: 2003/11/16 22:15:09 $ + * @version $Revision: 1.11 $ $Date: 2004/01/14 21:34:30 $ * * @author Unknown */ diff --git a/src/test/org/apache/commons/collections/TestClosureUtils.java b/src/test/org/apache/commons/collections/TestClosureUtils.java index 95b20fff3..afde1f76c 100644 --- a/src/test/org/apache/commons/collections/TestClosureUtils.java +++ b/src/test/org/apache/commons/collections/TestClosureUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestClosureUtils.java,v 1.7 2003/12/29 01:18:23 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -73,7 +69,7 @@ import org.apache.commons.collections.functors.NOPClosure; * Tests the org.apache.commons.collections.ClosureUtils class. * * @since Commons Collections 3.0 - * @version $Revision: 1.7 $ $Date: 2003/12/29 01:18:23 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:31 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/TestCollectionUtils.java b/src/test/org/apache/commons/collections/TestCollectionUtils.java index 028be14fc..459fc1393 100644 --- a/src/test/org/apache/commons/collections/TestCollectionUtils.java +++ b/src/test/org/apache/commons/collections/TestCollectionUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestCollectionUtils.java,v 1.33 2003/12/29 01:18:23 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -89,7 +85,7 @@ import org.apache.commons.collections.collection.UnmodifiableCollection; * @author Stephen Colebourne * @author Phil Steitz * - * @version $Revision: 1.33 $ $Date: 2003/12/29 01:18:23 $ + * @version $Revision: 1.34 $ $Date: 2004/01/14 21:34:30 $ */ public class TestCollectionUtils extends TestCase { diff --git a/src/test/org/apache/commons/collections/TestCursorableLinkedList.java b/src/test/org/apache/commons/collections/TestCursorableLinkedList.java index bd092830c..a9d7bf66f 100644 --- a/src/test/org/apache/commons/collections/TestCursorableLinkedList.java +++ b/src/test/org/apache/commons/collections/TestCursorableLinkedList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestCursorableLinkedList.java,v 1.16 2003/11/18 22:37:15 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -70,7 +66,7 @@ import org.apache.commons.collections.list.AbstractTestList; /** * Test class. * - * @version $Revision: 1.16 $ $Date: 2003/11/18 22:37:15 $ + * @version $Revision: 1.17 $ $Date: 2004/01/14 21:34:30 $ * * @author Rodney Waldhoff * @author Simon Kitching diff --git a/src/test/org/apache/commons/collections/TestDoubleOrderedMap.java b/src/test/org/apache/commons/collections/TestDoubleOrderedMap.java index fc82074a4..f1c88cc62 100644 --- a/src/test/org/apache/commons/collections/TestDoubleOrderedMap.java +++ b/src/test/org/apache/commons/collections/TestDoubleOrderedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestDoubleOrderedMap.java,v 1.13 2003/11/18 22:37:15 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -79,7 +75,7 @@ import org.apache.commons.collections.map.AbstractTestMap; * Map that does not support duplicate keys, duplicate * values, or null values. * - * @version $Revision: 1.13 $ $Date: 2003/11/18 22:37:15 $ + * @version $Revision: 1.14 $ $Date: 2004/01/14 21:34:30 $ * * @author Marc Johnson * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/TestEnumerationUtils.java b/src/test/org/apache/commons/collections/TestEnumerationUtils.java index 79e5a3b25..ab0e73d46 100644 --- a/src/test/org/apache/commons/collections/TestEnumerationUtils.java +++ b/src/test/org/apache/commons/collections/TestEnumerationUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestEnumerationUtils.java,v 1.2 2003/10/28 18:56:12 ggregory Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,9 +50,8 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ - package org.apache.commons.collections; +package org.apache.commons.collections; import java.util.ArrayList; import java.util.Hashtable; @@ -69,7 +65,7 @@ import junit.framework.Test; * Tests EnumerationUtils. * * @author Gary Gregory - * @version $Id: TestEnumerationUtils.java,v 1.2 2003/10/28 18:56:12 ggregory Exp $ + * @version $Id: TestEnumerationUtils.java,v 1.3 2004/01/14 21:34:31 scolebourne Exp $ */ public class TestEnumerationUtils extends BulkTest { diff --git a/src/test/org/apache/commons/collections/TestExtendedProperties.java b/src/test/org/apache/commons/collections/TestExtendedProperties.java index 41c711e62..7878dd2b6 100644 --- a/src/test/org/apache/commons/collections/TestExtendedProperties.java +++ b/src/test/org/apache/commons/collections/TestExtendedProperties.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestExtendedProperties.java,v 1.10 2003/10/05 21:11:06 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -68,7 +64,7 @@ import junit.framework.TestSuite; /** * Tests some basic functions of the ExtendedProperties class. * - * @version $Revision: 1.10 $ $Date: 2003/10/05 21:11:06 $ + * @version $Revision: 1.11 $ $Date: 2004/01/14 21:34:31 $ * * @author Geir Magnusson Jr. * @author Mohan Kishore diff --git a/src/test/org/apache/commons/collections/TestFactoryUtils.java b/src/test/org/apache/commons/collections/TestFactoryUtils.java index 593bbb14a..91a4071c4 100644 --- a/src/test/org/apache/commons/collections/TestFactoryUtils.java +++ b/src/test/org/apache/commons/collections/TestFactoryUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestFactoryUtils.java,v 1.9 2003/12/29 01:18:23 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -77,7 +73,7 @@ import org.apache.commons.collections.functors.ConstantFactory; * Tests the org.apache.commons.collections.FactoryUtils class. * * @since Commons Collections 3.0 - * @version $Revision: 1.9 $ $Date: 2003/12/29 01:18:23 $ + * @version $Revision: 1.10 $ $Date: 2004/01/14 21:34:30 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/TestFastArrayList.java b/src/test/org/apache/commons/collections/TestFastArrayList.java index e54602c31..4b8e5b6d1 100644 --- a/src/test/org/apache/commons/collections/TestFastArrayList.java +++ b/src/test/org/apache/commons/collections/TestFastArrayList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestFastArrayList.java,v 1.8 2003/10/05 21:11:06 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -65,7 +61,7 @@ import junit.framework.Test; /** * Test FastArrayList. * - * @version $Revision: 1.8 $ $Date: 2003/10/05 21:11:06 $ + * @version $Revision: 1.9 $ $Date: 2004/01/14 21:34:31 $ * * @author Jason van Zyl */ diff --git a/src/test/org/apache/commons/collections/TestFastArrayList1.java b/src/test/org/apache/commons/collections/TestFastArrayList1.java index aa52f7d37..3e5544db1 100644 --- a/src/test/org/apache/commons/collections/TestFastArrayList1.java +++ b/src/test/org/apache/commons/collections/TestFastArrayList1.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestFastArrayList1.java,v 1.7 2003/12/24 01:13:55 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -65,7 +61,7 @@ import junit.framework.Test; /** * Test FastArrayList implementation in fast mode. * - * @version $Revision: 1.7 $ $Date: 2003/12/24 01:13:55 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:30 $ * * @author Jason van Zyl */ diff --git a/src/test/org/apache/commons/collections/TestFastHashMap.java b/src/test/org/apache/commons/collections/TestFastHashMap.java index c8fe125b3..39d1d436d 100644 --- a/src/test/org/apache/commons/collections/TestFastHashMap.java +++ b/src/test/org/apache/commons/collections/TestFastHashMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestFastHashMap.java,v 1.13 2003/11/16 22:15:09 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -66,7 +62,7 @@ import org.apache.commons.collections.map.AbstractTestMap; /** * Tests FastHashMap. * - * @version $Revision: 1.13 $ $Date: 2003/11/16 22:15:09 $ + * @version $Revision: 1.14 $ $Date: 2004/01/14 21:34:30 $ * * @author Jason van Zyl */ diff --git a/src/test/org/apache/commons/collections/TestFastHashMap1.java b/src/test/org/apache/commons/collections/TestFastHashMap1.java index ac2141e77..310b87a57 100644 --- a/src/test/org/apache/commons/collections/TestFastHashMap1.java +++ b/src/test/org/apache/commons/collections/TestFastHashMap1.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestFastHashMap1.java,v 1.7 2003/10/05 21:11:06 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -65,7 +61,7 @@ import junit.framework.Test; /** * Test FastHashMap in fast mode. * - * @version $Revision: 1.7 $ $Date: 2003/10/05 21:11:06 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:31 $ * * @author Jason van Zyl */ diff --git a/src/test/org/apache/commons/collections/TestFastTreeMap.java b/src/test/org/apache/commons/collections/TestFastTreeMap.java index 5d38d3276..741e5f11a 100644 --- a/src/test/org/apache/commons/collections/TestFastTreeMap.java +++ b/src/test/org/apache/commons/collections/TestFastTreeMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestFastTreeMap.java,v 1.12 2003/10/07 22:20:57 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -65,7 +61,7 @@ import junit.framework.Test; /** * Tests FastTreeMap. * - * @version $Revision: 1.12 $ $Date: 2003/10/07 22:20:57 $ + * @version $Revision: 1.13 $ $Date: 2004/01/14 21:34:30 $ * * @author Jason van Zyl */ diff --git a/src/test/org/apache/commons/collections/TestFastTreeMap1.java b/src/test/org/apache/commons/collections/TestFastTreeMap1.java index f9b2fea78..9261c604a 100644 --- a/src/test/org/apache/commons/collections/TestFastTreeMap1.java +++ b/src/test/org/apache/commons/collections/TestFastTreeMap1.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestFastTreeMap1.java,v 1.7 2003/10/05 21:11:06 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -65,7 +61,7 @@ import junit.framework.Test; /** * Test FastTreeMap in fast mode. * - * @version $Revision: 1.7 $ $Date: 2003/10/05 21:11:06 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:30 $ * * @author Jason van Zyl */ diff --git a/src/test/org/apache/commons/collections/TestHashBag.java b/src/test/org/apache/commons/collections/TestHashBag.java index e3b2a70b2..f1836f4ed 100644 --- a/src/test/org/apache/commons/collections/TestHashBag.java +++ b/src/test/org/apache/commons/collections/TestHashBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestHashBag.java,v 1.8 2003/11/18 22:37:16 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -66,7 +62,7 @@ import org.apache.commons.collections.bag.AbstractTestBag; * Extension of {@link TestBag} for exercising the {@link HashBag} * implementation. * - * @version $Revision: 1.8 $ $Date: 2003/11/18 22:37:16 $ + * @version $Revision: 1.9 $ $Date: 2004/01/14 21:34:31 $ * * @author Chuck Burdick */ diff --git a/src/test/org/apache/commons/collections/TestIteratorUtils.java b/src/test/org/apache/commons/collections/TestIteratorUtils.java index b156f7947..95327278d 100644 --- a/src/test/org/apache/commons/collections/TestIteratorUtils.java +++ b/src/test/org/apache/commons/collections/TestIteratorUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestIteratorUtils.java,v 1.12 2003/12/01 22:49:00 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -70,7 +66,7 @@ import junit.framework.Test; /** * Tests for IteratorUtils. * - * @version $Revision: 1.12 $ $Date: 2003/12/01 22:49:00 $ + * @version $Revision: 1.13 $ $Date: 2004/01/14 21:34:30 $ * * @author Unknown */ diff --git a/src/test/org/apache/commons/collections/TestLRUMap.java b/src/test/org/apache/commons/collections/TestLRUMap.java index 53e3cd2a6..140d0fc62 100644 --- a/src/test/org/apache/commons/collections/TestLRUMap.java +++ b/src/test/org/apache/commons/collections/TestLRUMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestLRUMap.java,v 1.27 2003/11/18 22:37:15 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -68,7 +64,7 @@ import junit.framework.Test; /** * Tests LRUMap. * - * @version $Revision: 1.27 $ $Date: 2003/11/18 22:37:15 $ + * @version $Revision: 1.28 $ $Date: 2004/01/14 21:34:30 $ * * @author James Strachan * @author Morgan Delagrange diff --git a/src/test/org/apache/commons/collections/TestLinkedList.java b/src/test/org/apache/commons/collections/TestLinkedList.java index c353916d5..41a496e3c 100644 --- a/src/test/org/apache/commons/collections/TestLinkedList.java +++ b/src/test/org/apache/commons/collections/TestLinkedList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestLinkedList.java,v 1.7 2003/11/18 22:37:15 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -75,7 +71,7 @@ import org.apache.commons.collections.list.AbstractTestList; * you may still use this base set of cases. Simply override the * test case (method) your {@link List} fails. * - * @version $Revision: 1.7 $ $Date: 2003/11/18 22:37:15 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:30 $ * * @author Rich Dougherty */ diff --git a/src/test/org/apache/commons/collections/TestListUtils.java b/src/test/org/apache/commons/collections/TestListUtils.java index 6713e5955..4bce31e52 100644 --- a/src/test/org/apache/commons/collections/TestListUtils.java +++ b/src/test/org/apache/commons/collections/TestListUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestListUtils.java,v 1.16 2003/11/16 22:15:09 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -70,7 +66,7 @@ import org.apache.commons.collections.list.PredicatedList; /** * Tests for ListUtils. * - * @version $Revision: 1.16 $ $Date: 2003/11/16 22:15:09 $ + * @version $Revision: 1.17 $ $Date: 2004/01/14 21:34:30 $ * * @author Stephen Colebourne * @author Neil O'Toole diff --git a/src/test/org/apache/commons/collections/TestMapUtils.java b/src/test/org/apache/commons/collections/TestMapUtils.java index 4d6decde7..a20a31236 100644 --- a/src/test/org/apache/commons/collections/TestMapUtils.java +++ b/src/test/org/apache/commons/collections/TestMapUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestMapUtils.java,v 1.20 2003/11/16 22:15:09 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -77,7 +73,7 @@ import org.apache.commons.collections.map.PredicatedMap; /** * Tests for MapUtils. * - * @version $Revision: 1.20 $ $Date: 2003/11/16 22:15:09 $ + * @version $Revision: 1.21 $ $Date: 2004/01/14 21:34:30 $ * * @author Stephen Colebourne * @author Arun Mammen Thomas diff --git a/src/test/org/apache/commons/collections/TestMultiHashMap.java b/src/test/org/apache/commons/collections/TestMultiHashMap.java index 3b598b9b8..9cb6eb1c6 100644 --- a/src/test/org/apache/commons/collections/TestMultiHashMap.java +++ b/src/test/org/apache/commons/collections/TestMultiHashMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestMultiHashMap.java,v 1.15 2003/11/18 22:37:16 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -69,7 +65,7 @@ import org.apache.commons.collections.map.AbstractTestMap; /** * Unit Tests for MultiHashMap. * - * @version $Revision: 1.15 $ $Date: 2003/11/18 22:37:16 $ + * @version $Revision: 1.16 $ $Date: 2004/01/14 21:34:30 $ * * @author Unknown */ diff --git a/src/test/org/apache/commons/collections/TestPredicateUtils.java b/src/test/org/apache/commons/collections/TestPredicateUtils.java index 457a6cfab..ac45ae13d 100644 --- a/src/test/org/apache/commons/collections/TestPredicateUtils.java +++ b/src/test/org/apache/commons/collections/TestPredicateUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestPredicateUtils.java,v 1.5 2003/12/29 01:18:23 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -71,7 +67,7 @@ import junit.textui.TestRunner; * Tests the org.apache.commons.collections.PredicateUtils class. * * @since Commons Collections 3.0 - * @version $Revision: 1.5 $ $Date: 2003/12/29 01:18:23 $ + * @version $Revision: 1.6 $ $Date: 2004/01/14 21:34:30 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/TestReferenceMap.java b/src/test/org/apache/commons/collections/TestReferenceMap.java index 09947260b..7cad86c5b 100644 --- a/src/test/org/apache/commons/collections/TestReferenceMap.java +++ b/src/test/org/apache/commons/collections/TestReferenceMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestReferenceMap.java,v 1.15 2003/11/18 22:37:15 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -67,7 +63,7 @@ import org.apache.commons.collections.map.AbstractTestMap; /** * Tests for ReferenceMap. * - * @version $Revision: 1.15 $ $Date: 2003/11/18 22:37:15 $ + * @version $Revision: 1.16 $ $Date: 2004/01/14 21:34:30 $ * * @author Paul Jack */ diff --git a/src/test/org/apache/commons/collections/TestSequencedHashMap.java b/src/test/org/apache/commons/collections/TestSequencedHashMap.java index 1879ee896..67cc02e25 100644 --- a/src/test/org/apache/commons/collections/TestSequencedHashMap.java +++ b/src/test/org/apache/commons/collections/TestSequencedHashMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestSequencedHashMap.java,v 1.24 2003/11/18 22:37:15 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -73,7 +69,7 @@ import org.apache.commons.collections.map.AbstractTestMap; * Be sure to use the "labRat" instance whenever possible, * so that subclasses will be tested correctly. * - * @version $Revision: 1.24 $ $Date: 2003/11/18 22:37:15 $ + * @version $Revision: 1.25 $ $Date: 2004/01/14 21:34:30 $ * * @author Morgan Delagrange * @author Daniel Rall diff --git a/src/test/org/apache/commons/collections/TestSetUtils.java b/src/test/org/apache/commons/collections/TestSetUtils.java index fd2698efa..ea26c5325 100644 --- a/src/test/org/apache/commons/collections/TestSetUtils.java +++ b/src/test/org/apache/commons/collections/TestSetUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestSetUtils.java,v 1.13 2003/11/16 22:15:09 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -70,7 +66,7 @@ import org.apache.commons.collections.set.PredicatedSet; /** * Tests for SetUtils. * - * @version $Revision: 1.13 $ $Date: 2003/11/16 22:15:09 $ + * @version $Revision: 1.14 $ $Date: 2004/01/14 21:34:31 $ * * @author Stephen Colebourne * @author Neil O'Toole diff --git a/src/test/org/apache/commons/collections/TestStaticBucketMap.java b/src/test/org/apache/commons/collections/TestStaticBucketMap.java index d5d534022..c5e0381f0 100644 --- a/src/test/org/apache/commons/collections/TestStaticBucketMap.java +++ b/src/test/org/apache/commons/collections/TestStaticBucketMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestStaticBucketMap.java,v 1.9 2003/11/18 22:37:16 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -67,7 +63,7 @@ import org.apache.commons.collections.map.AbstractTestMap; * Unit tests * {@link org.apache.commons.collections.StaticBucketMap}. * - * @version $Revision: 1.9 $ $Date: 2003/11/18 22:37:16 $ + * @version $Revision: 1.10 $ $Date: 2004/01/14 21:34:31 $ * * @author Michael A. Smith */ diff --git a/src/test/org/apache/commons/collections/TestTransformerUtils.java b/src/test/org/apache/commons/collections/TestTransformerUtils.java index c1909c453..25cab5ddf 100644 --- a/src/test/org/apache/commons/collections/TestTransformerUtils.java +++ b/src/test/org/apache/commons/collections/TestTransformerUtils.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestTransformerUtils.java,v 1.8 2003/12/29 01:18:23 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -76,7 +72,7 @@ import org.apache.commons.collections.functors.NOPTransformer; * Tests the org.apache.commons.collections.TransformerUtils class. * * @since Commons Collections 3.0 - * @version $Revision: 1.8 $ $Date: 2003/12/29 01:18:23 $ + * @version $Revision: 1.9 $ $Date: 2004/01/14 21:34:31 $ * * @author Stephen Colebourne * @author James Carman diff --git a/src/test/org/apache/commons/collections/TestTreeBag.java b/src/test/org/apache/commons/collections/TestTreeBag.java index 913294a27..2ad32e379 100644 --- a/src/test/org/apache/commons/collections/TestTreeBag.java +++ b/src/test/org/apache/commons/collections/TestTreeBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestTreeBag.java,v 1.8 2003/11/18 22:37:16 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -66,7 +62,7 @@ import org.apache.commons.collections.bag.AbstractTestBag; * Extension of {@link TestBag} for exercising the {@link TreeBag} * implementation. * - * @version $Revision: 1.8 $ $Date: 2003/11/18 22:37:16 $ + * @version $Revision: 1.9 $ $Date: 2004/01/14 21:34:31 $ * * @author Chuck Burdick */ diff --git a/src/test/org/apache/commons/collections/TestTreeMap.java b/src/test/org/apache/commons/collections/TestTreeMap.java index 78c687ced..ac145e80e 100644 --- a/src/test/org/apache/commons/collections/TestTreeMap.java +++ b/src/test/org/apache/commons/collections/TestTreeMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestTreeMap.java,v 1.11 2003/11/16 22:15:09 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -64,7 +60,7 @@ import org.apache.commons.collections.map.AbstractTestMap; /** * Tests TreeMap. * - * @version $Revision: 1.11 $ $Date: 2003/11/16 22:15:09 $ + * @version $Revision: 1.12 $ $Date: 2004/01/14 21:34:31 $ * * @author Jason van Zyl */ diff --git a/src/test/org/apache/commons/collections/TestTypedCollection.java b/src/test/org/apache/commons/collections/TestTypedCollection.java index bcfeb9c28..a9182a1c7 100644 --- a/src/test/org/apache/commons/collections/TestTypedCollection.java +++ b/src/test/org/apache/commons/collections/TestTypedCollection.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestTypedCollection.java,v 1.3 2003/10/05 21:23:21 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -64,7 +60,7 @@ import java.util.List; /** * Tests TypedCollection. * - * @version $Revision: 1.3 $ $Date: 2003/10/05 21:23:21 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:30 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/TestUnboundedFifoBuffer.java b/src/test/org/apache/commons/collections/TestUnboundedFifoBuffer.java index c96b26de6..8abaabad9 100644 --- a/src/test/org/apache/commons/collections/TestUnboundedFifoBuffer.java +++ b/src/test/org/apache/commons/collections/TestUnboundedFifoBuffer.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestUnboundedFifoBuffer.java,v 1.10 2003/11/18 22:37:16 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections; @@ -68,7 +64,7 @@ import org.apache.commons.collections.collection.AbstractTestCollection; /** * Test cases for UnboundedFifoBuffer. * - * @version $Revision: 1.10 $ $Date: 2003/11/18 22:37:16 $ + * @version $Revision: 1.11 $ $Date: 2004/01/14 21:34:30 $ * * @author Unknown */ diff --git a/src/test/org/apache/commons/collections/bag/AbstractTestBag.java b/src/test/org/apache/commons/collections/bag/AbstractTestBag.java index 174dd91b7..15b454939 100644 --- a/src/test/org/apache/commons/collections/bag/AbstractTestBag.java +++ b/src/test/org/apache/commons/collections/bag/AbstractTestBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/AbstractTestBag.java,v 1.6 2003/12/29 01:04:44 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -78,7 +74,7 @@ import org.apache.commons.collections.Bag; * you may still use this base set of cases. Simply override the * test case (method) your bag fails. * - * @version $Revision: 1.6 $ $Date: 2003/12/29 01:04:44 $ + * @version $Revision: 1.7 $ $Date: 2004/01/14 21:34:35 $ * * @author Chuck Burdick * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/bag/AbstractTestSortedBag.java b/src/test/org/apache/commons/collections/bag/AbstractTestSortedBag.java index c87656f7a..175bd5ddd 100644 --- a/src/test/org/apache/commons/collections/bag/AbstractTestSortedBag.java +++ b/src/test/org/apache/commons/collections/bag/AbstractTestSortedBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/AbstractTestSortedBag.java,v 1.2 2003/12/29 01:04:44 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -63,7 +59,7 @@ package org.apache.commons.collections.bag; * methods and contracts. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ $Date: 2003/12/29 01:04:44 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/bag/TestAll.java b/src/test/org/apache/commons/collections/bag/TestAll.java index 1535dce4b..e1cf02999 100644 --- a/src/test/org/apache/commons/collections/bag/TestAll.java +++ b/src/test/org/apache/commons/collections/bag/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/TestAll.java,v 1.2 2003/12/02 23:36:12 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -65,7 +61,7 @@ import junit.framework.TestSuite; * Entry point for tests. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ $Date: 2003/12/02 23:36:12 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/bag/TestHashBag.java b/src/test/org/apache/commons/collections/bag/TestHashBag.java index 9b2074f88..e645080fa 100644 --- a/src/test/org/apache/commons/collections/bag/TestHashBag.java +++ b/src/test/org/apache/commons/collections/bag/TestHashBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/TestHashBag.java,v 1.2 2003/12/03 00:49:38 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -66,7 +62,7 @@ import org.apache.commons.collections.Bag; * Extension of {@link TestBag} for exercising the {@link HashBag} * implementation. * - * @version $Revision: 1.2 $ $Date: 2003/12/03 00:49:38 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:35 $ * * @author Chuck Burdick */ diff --git a/src/test/org/apache/commons/collections/bag/TestPredicatedBag.java b/src/test/org/apache/commons/collections/bag/TestPredicatedBag.java index 05be5e9ec..6f84c4265 100644 --- a/src/test/org/apache/commons/collections/bag/TestPredicatedBag.java +++ b/src/test/org/apache/commons/collections/bag/TestPredicatedBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/TestPredicatedBag.java,v 1.4 2003/12/05 20:22:12 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -71,7 +67,7 @@ import org.apache.commons.collections.PredicateUtils; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.4 $ $Date: 2003/12/05 20:22:12 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:35 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/bag/TestPredicatedSortedBag.java b/src/test/org/apache/commons/collections/bag/TestPredicatedSortedBag.java index 9d872bcdc..06b145213 100644 --- a/src/test/org/apache/commons/collections/bag/TestPredicatedSortedBag.java +++ b/src/test/org/apache/commons/collections/bag/TestPredicatedSortedBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/TestPredicatedSortedBag.java,v 1.5 2003/12/24 22:38:32 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -72,7 +68,7 @@ import org.apache.commons.collections.SortedBag; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.5 $ $Date: 2003/12/24 22:38:32 $ + * @version $Revision: 1.6 $ $Date: 2004/01/14 21:34:35 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/bag/TestTransformedBag.java b/src/test/org/apache/commons/collections/bag/TestTransformedBag.java index f23dd9d95..2fd2cfbb7 100644 --- a/src/test/org/apache/commons/collections/bag/TestTransformedBag.java +++ b/src/test/org/apache/commons/collections/bag/TestTransformedBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/TestTransformedBag.java,v 1.4 2003/12/05 20:22:12 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -68,7 +64,7 @@ import org.apache.commons.collections.collection.TestTransformedCollection; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.4 $ $Date: 2003/12/05 20:22:12 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/bag/TestTransformedSortedBag.java b/src/test/org/apache/commons/collections/bag/TestTransformedSortedBag.java index 888c012fc..b5b4f787e 100644 --- a/src/test/org/apache/commons/collections/bag/TestTransformedSortedBag.java +++ b/src/test/org/apache/commons/collections/bag/TestTransformedSortedBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/TestTransformedSortedBag.java,v 1.4 2003/12/05 20:22:12 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -68,7 +64,7 @@ import org.apache.commons.collections.collection.TestTransformedCollection; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.4 $ $Date: 2003/12/05 20:22:12 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/bag/TestTreeBag.java b/src/test/org/apache/commons/collections/bag/TestTreeBag.java index 02c111a4e..a79786c8c 100644 --- a/src/test/org/apache/commons/collections/bag/TestTreeBag.java +++ b/src/test/org/apache/commons/collections/bag/TestTreeBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/TestTreeBag.java,v 1.2 2003/12/03 00:49:38 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -67,7 +63,7 @@ import org.apache.commons.collections.SortedBag; * Extension of {@link TestBag} for exercising the {@link TreeBag} * implementation. * - * @version $Revision: 1.2 $ $Date: 2003/12/03 00:49:38 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:35 $ * * @author Chuck Burdick */ diff --git a/src/test/org/apache/commons/collections/bag/TestTypedBag.java b/src/test/org/apache/commons/collections/bag/TestTypedBag.java index f0590d9c6..c0d88f506 100644 --- a/src/test/org/apache/commons/collections/bag/TestTypedBag.java +++ b/src/test/org/apache/commons/collections/bag/TestTypedBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/TestTypedBag.java,v 1.4 2003/12/05 20:22:12 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -69,7 +65,7 @@ import org.apache.commons.collections.Bag; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.4 $ $Date: 2003/12/05 20:22:12 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:35 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/bag/TestTypedSortedBag.java b/src/test/org/apache/commons/collections/bag/TestTypedSortedBag.java index fd41eef8b..f79eac56b 100644 --- a/src/test/org/apache/commons/collections/bag/TestTypedSortedBag.java +++ b/src/test/org/apache/commons/collections/bag/TestTypedSortedBag.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bag/TestTypedSortedBag.java,v 1.5 2003/12/24 22:38:32 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bag; @@ -70,7 +66,7 @@ import org.apache.commons.collections.SortedBag; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.5 $ $Date: 2003/12/24 22:38:32 $ + * @version $Revision: 1.6 $ $Date: 2004/01/14 21:34:35 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/bidimap/AbstractTestBidiMap.java b/src/test/org/apache/commons/collections/bidimap/AbstractTestBidiMap.java index 8d1b5956c..9add068cd 100644 --- a/src/test/org/apache/commons/collections/bidimap/AbstractTestBidiMap.java +++ b/src/test/org/apache/commons/collections/bidimap/AbstractTestBidiMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/AbstractTestBidiMap.java,v 1.7 2003/12/14 13:00:37 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -72,7 +68,7 @@ import org.apache.commons.collections.map.AbstractTestMap; /** * Abstract test class for {@link BidiMap} methods and contracts. * - * @version $Revision: 1.7 $ $Date: 2003/12/14 13:00:37 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:35 $ * * @author Matthew Hawthorne * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/bidimap/AbstractTestOrderedBidiMap.java b/src/test/org/apache/commons/collections/bidimap/AbstractTestOrderedBidiMap.java index 37e189249..3c19ef612 100644 --- a/src/test/org/apache/commons/collections/bidimap/AbstractTestOrderedBidiMap.java +++ b/src/test/org/apache/commons/collections/bidimap/AbstractTestOrderedBidiMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/AbstractTestOrderedBidiMap.java,v 1.4 2003/12/01 22:49:00 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -72,7 +68,7 @@ import org.apache.commons.collections.iterators.AbstractTestMapIterator; /** * Abstract test class for {@link OrderedBidiMap} methods and contracts. * - * @version $Revision: 1.4 $ $Date: 2003/12/01 22:49:00 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:35 $ * * @author Matthew Hawthorne * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/bidimap/AbstractTestSortedBidiMap.java b/src/test/org/apache/commons/collections/bidimap/AbstractTestSortedBidiMap.java index 8688ce537..ce460e5a3 100644 --- a/src/test/org/apache/commons/collections/bidimap/AbstractTestSortedBidiMap.java +++ b/src/test/org/apache/commons/collections/bidimap/AbstractTestSortedBidiMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/AbstractTestSortedBidiMap.java,v 1.6 2003/12/03 14:02:49 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -76,7 +72,7 @@ import org.apache.commons.collections.map.AbstractTestSortedMap; /** * Abstract test class for {@link SortedBidiMap} methods and contracts. * - * @version $Revision: 1.6 $ $Date: 2003/12/03 14:02:49 $ + * @version $Revision: 1.7 $ $Date: 2004/01/14 21:34:35 $ * * @author Matthew Hawthorne * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/bidimap/TestAbstractOrderedBidiMapDecorator.java b/src/test/org/apache/commons/collections/bidimap/TestAbstractOrderedBidiMapDecorator.java index ffcd1c165..0118a30a4 100644 --- a/src/test/org/apache/commons/collections/bidimap/TestAbstractOrderedBidiMapDecorator.java +++ b/src/test/org/apache/commons/collections/bidimap/TestAbstractOrderedBidiMapDecorator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/TestAbstractOrderedBidiMapDecorator.java,v 1.1 2003/12/30 21:56:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -69,7 +65,7 @@ import org.apache.commons.collections.OrderedBidiMap; /** * Test class for AbstractOrderedBidiMapDecorator. * - * @version $Revision: 1.1 $ $Date: 2003/12/30 21:56:17 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:35 $ */ public class TestAbstractOrderedBidiMapDecorator extends AbstractTestOrderedBidiMap { diff --git a/src/test/org/apache/commons/collections/bidimap/TestAll.java b/src/test/org/apache/commons/collections/bidimap/TestAll.java index 3b4bdeda1..13e6bffef 100644 --- a/src/test/org/apache/commons/collections/bidimap/TestAll.java +++ b/src/test/org/apache/commons/collections/bidimap/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/TestAll.java,v 1.4 2003/12/30 21:56:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -65,7 +61,7 @@ import junit.framework.TestSuite; * Entry point for tests. * * @since Commons Collections 3.0 - * @version $Revision: 1.4 $ $Date: 2003/12/30 21:56:17 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/bidimap/TestDualHashBidiMap.java b/src/test/org/apache/commons/collections/bidimap/TestDualHashBidiMap.java index 985a81dd2..a27b33dca 100644 --- a/src/test/org/apache/commons/collections/bidimap/TestDualHashBidiMap.java +++ b/src/test/org/apache/commons/collections/bidimap/TestDualHashBidiMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/TestDualHashBidiMap.java,v 1.3 2003/12/01 22:34:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -66,7 +62,7 @@ import org.apache.commons.collections.BulkTest; /** * JUnit tests. * - * @version $Revision: 1.3 $ $Date: 2003/12/01 22:34:54 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:35 $ * * @author Matthew Hawthorne * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/bidimap/TestDualTreeBidiMap.java b/src/test/org/apache/commons/collections/bidimap/TestDualTreeBidiMap.java index cab91eee1..129b4c44f 100644 --- a/src/test/org/apache/commons/collections/bidimap/TestDualTreeBidiMap.java +++ b/src/test/org/apache/commons/collections/bidimap/TestDualTreeBidiMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/TestDualTreeBidiMap.java,v 1.3 2003/12/01 22:34:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -66,7 +62,7 @@ import org.apache.commons.collections.BulkTest; /** * JUnit tests. * - * @version $Revision: 1.3 $ $Date: 2003/12/01 22:34:54 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:35 $ * * @author Matthew Hawthorne * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/bidimap/TestTreeBidiMap.java b/src/test/org/apache/commons/collections/bidimap/TestTreeBidiMap.java index 8f0edf6a4..3e0c8b1d3 100644 --- a/src/test/org/apache/commons/collections/bidimap/TestTreeBidiMap.java +++ b/src/test/org/apache/commons/collections/bidimap/TestTreeBidiMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/TestTreeBidiMap.java,v 1.4 2003/12/30 21:56:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -69,7 +65,7 @@ import org.apache.commons.collections.BulkTest; /** * JUnit tests. * - * @version $Revision: 1.4 $ $Date: 2003/12/30 21:56:17 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableBidiMap.java b/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableBidiMap.java index a39d7ce10..e591cb4bc 100644 --- a/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableBidiMap.java +++ b/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableBidiMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableBidiMap.java,v 1.1 2003/12/03 12:59:36 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -69,7 +65,7 @@ import org.apache.commons.collections.BulkTest; /** * JUnit tests. * - * @version $Revision: 1.1 $ $Date: 2003/12/03 12:59:36 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableOrderedBidiMap.java b/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableOrderedBidiMap.java index 82ca5d3c2..cc692d51c 100644 --- a/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableOrderedBidiMap.java +++ b/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableOrderedBidiMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableOrderedBidiMap.java,v 1.1 2003/12/03 14:03:35 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -70,7 +66,7 @@ import org.apache.commons.collections.OrderedBidiMap; /** * JUnit tests. * - * @version $Revision: 1.1 $ $Date: 2003/12/03 14:03:35 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableSortedBidiMap.java b/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableSortedBidiMap.java index 57e1eb22b..89eb4c362 100644 --- a/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableSortedBidiMap.java +++ b/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableSortedBidiMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/bidimap/TestUnmodifiableSortedBidiMap.java,v 1.1 2003/12/03 14:03:35 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.bidimap; @@ -70,7 +66,7 @@ import org.apache.commons.collections.SortedBidiMap; /** * JUnit tests. * - * @version $Revision: 1.1 $ $Date: 2003/12/03 14:03:35 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/buffer/TestAll.java b/src/test/org/apache/commons/collections/buffer/TestAll.java index b4b95c103..9b869bca5 100644 --- a/src/test/org/apache/commons/collections/buffer/TestAll.java +++ b/src/test/org/apache/commons/collections/buffer/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/buffer/TestAll.java,v 1.4 2004/01/02 02:14:28 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.buffer; @@ -65,7 +61,7 @@ import junit.framework.TestSuite; * Entry point for tests. * * @since Commons Collections 3.0 - * @version $Revision: 1.4 $ $Date: 2004/01/02 02:14:28 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:33 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/buffer/TestBlockingBuffer.java b/src/test/org/apache/commons/collections/buffer/TestBlockingBuffer.java index 57be8ff89..b299c1a7d 100644 --- a/src/test/org/apache/commons/collections/buffer/TestBlockingBuffer.java +++ b/src/test/org/apache/commons/collections/buffer/TestBlockingBuffer.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/buffer/TestBlockingBuffer.java,v 1.2 2003/11/18 22:37:16 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.buffer; @@ -75,7 +71,7 @@ import org.apache.commons.collections.BufferUnderflowException; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * * @author Janek Bogucki * @author Phil Steitz diff --git a/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer.java b/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer.java index 963ef4018..6fcb10c97 100644 --- a/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer.java +++ b/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer.java,v 1.1 2003/11/29 18:04:56 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.buffer; @@ -70,7 +66,7 @@ import org.apache.commons.collections.collection.AbstractTestCollection; /** * Test cases for BoundedFifoBuffer. * - * @version $Revision: 1.1 $ $Date: 2003/11/29 18:04:56 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:33 $ * * @author Paul Jack */ diff --git a/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer2.java b/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer2.java index cdff74861..bb8930bd6 100644 --- a/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer2.java +++ b/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer2.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/buffer/TestBoundedFifoBuffer2.java,v 1.2 2003/11/29 18:14:20 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.buffer; @@ -70,7 +66,7 @@ import org.apache.commons.collections.BulkTest; * Runs tests against a full BoundedFifoBuffer, since many of the algorithms * differ depending on whether the fifo is full or not. * - * @version $Revision: 1.2 $ $Date: 2003/11/29 18:14:20 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:33 $ * * @author Unknown */ diff --git a/src/test/org/apache/commons/collections/buffer/TestCircularFifoBuffer.java b/src/test/org/apache/commons/collections/buffer/TestCircularFifoBuffer.java index c3b1f7487..bfca7e6d3 100644 --- a/src/test/org/apache/commons/collections/buffer/TestCircularFifoBuffer.java +++ b/src/test/org/apache/commons/collections/buffer/TestCircularFifoBuffer.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/buffer/TestCircularFifoBuffer.java,v 1.1 2003/11/29 18:04:56 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.buffer; @@ -72,7 +68,7 @@ import org.apache.commons.collections.collection.AbstractTestCollection; /** * Test cases for CircularFifoBuffer. * - * @version $Revision: 1.1 $ $Date: 2003/11/29 18:04:56 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:33 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/buffer/TestPredicatedBuffer.java b/src/test/org/apache/commons/collections/buffer/TestPredicatedBuffer.java index 5295e0719..3fd7ff7f3 100644 --- a/src/test/org/apache/commons/collections/buffer/TestPredicatedBuffer.java +++ b/src/test/org/apache/commons/collections/buffer/TestPredicatedBuffer.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/buffer/TestPredicatedBuffer.java,v 1.1 2003/11/16 00:05:46 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.buffer; @@ -73,7 +69,7 @@ import org.apache.commons.collections.collection.TestPredicatedCollection; * {@link PredicatedBuffer} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:46 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:33 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/buffer/TestPriorityBuffer.java b/src/test/org/apache/commons/collections/buffer/TestPriorityBuffer.java index b3fd6e3be..b75983bb9 100644 --- a/src/test/org/apache/commons/collections/buffer/TestPriorityBuffer.java +++ b/src/test/org/apache/commons/collections/buffer/TestPriorityBuffer.java @@ -1,7 +1,4 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/buffer/TestPriorityBuffer.java,v 1.1 2004/01/02 02:14:28 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001-2004 The Apache Software Foundation. All rights @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.buffer; @@ -76,7 +72,7 @@ import org.apache.commons.collections.comparators.ReverseComparator; /** * Tests the PriorityBuffer. * - * @version $Revision: 1.1 $ $Date: 2004/01/02 02:14:28 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:33 $ * * @author Michael A. Smith */ diff --git a/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java b/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java index e57dc58b0..22607cbd0 100644 --- a/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java +++ b/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/buffer/TestTransformedBuffer.java,v 1.1 2003/11/16 00:05:46 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.buffer; @@ -70,7 +66,7 @@ import org.apache.commons.collections.collection.TestTransformedCollection; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/11/16 00:05:46 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:33 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/buffer/TestUnboundedFifoBuffer.java b/src/test/org/apache/commons/collections/buffer/TestUnboundedFifoBuffer.java index b7844d15c..9d61af213 100644 --- a/src/test/org/apache/commons/collections/buffer/TestUnboundedFifoBuffer.java +++ b/src/test/org/apache/commons/collections/buffer/TestUnboundedFifoBuffer.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/buffer/TestUnboundedFifoBuffer.java,v 1.1 2003/11/29 18:04:56 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.buffer; @@ -69,7 +65,7 @@ import org.apache.commons.collections.collection.AbstractTestCollection; /** * Test cases for UnboundedFifoBuffer. * - * @version $Revision: 1.1 $ $Date: 2003/11/29 18:04:56 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:33 $ * * @author Unknown */ diff --git a/src/test/org/apache/commons/collections/collection/AbstractTestCollection.java b/src/test/org/apache/commons/collections/collection/AbstractTestCollection.java index 76027dcaa..c491caad9 100644 --- a/src/test/org/apache/commons/collections/collection/AbstractTestCollection.java +++ b/src/test/org/apache/commons/collections/collection/AbstractTestCollection.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/collection/AbstractTestCollection.java,v 1.2 2003/11/18 22:37:18 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.collection; @@ -149,7 +145,7 @@ import org.apache.commons.collections.AbstractTestObject; * you may still use this base set of cases. Simply override the * test case (method) your {@link Collection} fails. * - * @version $Revision: 1.2 $ $Date: 2003/11/18 22:37:18 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:36 $ * * @author Rodney Waldhoff * @author Paul Jack diff --git a/src/test/org/apache/commons/collections/collection/TestAll.java b/src/test/org/apache/commons/collections/collection/TestAll.java index ed006ac85..f49fe3af9 100644 --- a/src/test/org/apache/commons/collections/collection/TestAll.java +++ b/src/test/org/apache/commons/collections/collection/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/collection/TestAll.java,v 1.2 2003/12/03 11:19:10 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.collection; @@ -65,7 +61,7 @@ import junit.framework.TestSuite; * Entry point for tests. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ $Date: 2003/12/03 11:19:10 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:36 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/collection/TestCompositeCollection.java b/src/test/org/apache/commons/collections/collection/TestCompositeCollection.java index a59420a00..6d19890ce 100644 --- a/src/test/org/apache/commons/collections/collection/TestCompositeCollection.java +++ b/src/test/org/apache/commons/collections/collection/TestCompositeCollection.java @@ -1,9 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/collection/TestCompositeCollection.java,v 1.4 2003/12/14 21:42:55 psteitz Exp $ - * ==================================================================== +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -18,21 +16,21 @@ * the documentation and/or other materials provided with the * distribution. * - * 3. The end-user documentation included with the redistribution, - * if any, must include the following acknowledgement: + * 3. The end-user documentation included with the redistribution, if + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgement may appear in the software itself, * if and wherever such third-party acknowledgements normally appear. * - * 4. The names "Apache" and "Apache Software Foundation" and - * "Apache Turbine" must not be used to endorse or promote products - * derived from this software without prior written permission. For - * written permission, please contact apache@apache.org. + * 4. The names "The Jakarta Project", "Commons", and "Apache Software + * Foundation" must not be used to endorse or promote products derived + * from this software without prior written permission. For written + * permission, please contact apache@apache.org. * - * 5. Products derived from this software may not be called "Apache", - * "Apache Turbine", nor may "Apache" appear in their name, without - * prior written permission of the Apache Software Foundation. + * 5. Products derived from this software may not be called "Apache" + * nor may "Apache" appear in their names without prior written + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -68,7 +66,7 @@ import junit.framework.TestSuite; * {@link CompositeCollection} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.4 $ $Date: 2003/12/14 21:42:55 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:36 $ * * @author Brian McCallister * @author Phil Steitz diff --git a/src/test/org/apache/commons/collections/collection/TestPredicatedCollection.java b/src/test/org/apache/commons/collections/collection/TestPredicatedCollection.java index c4bb252e9..de0250f43 100644 --- a/src/test/org/apache/commons/collections/collection/TestPredicatedCollection.java +++ b/src/test/org/apache/commons/collections/collection/TestPredicatedCollection.java @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -16,21 +16,21 @@ * the documentation and/or other materials provided with the * distribution. * - * 3. The end-user documentation included with the redistribution, - * if any, must include the following acknowledgement: + * 3. The end-user documentation included with the redistribution, if + * any, must include the following acknowledgement: * "This product includes software developed by the * Apache Software Foundation (http://www.apache.org/)." * Alternately, this acknowledgement may appear in the software itself, * if and wherever such third-party acknowledgements normally appear. * - * 4. The names "Apache" and "Apache Software Foundation" and - * "Apache Turbine" must not be used to endorse or promote products - * derived from this software without prior written permission. For - * written permission, please contact apache@apache.org. + * 4. The names "The Jakarta Project", "Commons", and "Apache Software + * Foundation" must not be used to endorse or promote products derived + * from this software without prior written permission. For written + * permission, please contact apache@apache.org. * - * 5. Products derived from this software may not be called "Apache", - * "Apache Turbine", nor may "Apache" appear in their name, without - * prior written permission of the Apache Software Foundation. + * 5. Products derived from this software may not be called "Apache" + * nor may "Apache" appear in their names without prior written + * permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -69,7 +69,7 @@ import org.apache.commons.collections.PredicateUtils; * {@link PredicatedCollection} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:18 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:36 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java b/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java index 4ad73c732..b597b9445 100644 --- a/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java +++ b/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/collection/TestTransformedCollection.java,v 1.3 2003/11/18 22:37:18 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.collection; @@ -73,7 +69,7 @@ import org.apache.commons.collections.Transformer; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:18 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:36 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/collection/TestUnmodifiableCollection.java b/src/test/org/apache/commons/collections/collection/TestUnmodifiableCollection.java index 01b78f5af..ed0fd36ef 100644 --- a/src/test/org/apache/commons/collections/collection/TestUnmodifiableCollection.java +++ b/src/test/org/apache/commons/collections/collection/TestUnmodifiableCollection.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/collection/TestUnmodifiableCollection.java,v 1.1 2003/12/03 11:19:10 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.collection; @@ -70,7 +66,7 @@ import junit.framework.TestSuite; * {@link UnmodifiableCollection} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/12/03 11:19:10 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:36 $ * * @author Phil Steitz * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/comparators/AbstractTestComparator.java b/src/test/org/apache/commons/collections/comparators/AbstractTestComparator.java index d4c402b87..c634707c2 100644 --- a/src/test/org/apache/commons/collections/comparators/AbstractTestComparator.java +++ b/src/test/org/apache/commons/collections/comparators/AbstractTestComparator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/comparators/AbstractTestComparator.java,v 1.3 2003/11/18 22:37:18 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.comparators; diff --git a/src/test/org/apache/commons/collections/comparators/TestAll.java b/src/test/org/apache/commons/collections/comparators/TestAll.java index bf8fe4aaa..c877871d9 100644 --- a/src/test/org/apache/commons/collections/comparators/TestAll.java +++ b/src/test/org/apache/commons/collections/comparators/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/comparators/TestAll.java,v 1.5 2003/10/05 21:26:46 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.comparators; @@ -64,7 +60,7 @@ import junit.framework.TestSuite; /** * Entry point for all Comparator Collections tests. * - * @version $Revision: 1.5 $ $Date: 2003/10/05 21:26:46 $ + * @version $Revision: 1.6 $ $Date: 2004/01/14 21:34:27 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/comparators/TestBooleanComparator.java b/src/test/org/apache/commons/collections/comparators/TestBooleanComparator.java index 36c266b6f..40cc4afc8 100644 --- a/src/test/org/apache/commons/collections/comparators/TestBooleanComparator.java +++ b/src/test/org/apache/commons/collections/comparators/TestBooleanComparator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/comparators/TestBooleanComparator.java,v 1.7 2003/11/18 22:37:18 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.comparators; @@ -67,7 +63,7 @@ import junit.framework.TestSuite; /** * Tests for {@link BooleanComparator}. * - * @version $Revision: 1.7 $ $Date: 2003/11/18 22:37:18 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:27 $ * * @author Rodney Waldhoff */ diff --git a/src/test/org/apache/commons/collections/comparators/TestComparableComparator.java b/src/test/org/apache/commons/collections/comparators/TestComparableComparator.java index 5655514f1..000eb9a73 100644 --- a/src/test/org/apache/commons/collections/comparators/TestComparableComparator.java +++ b/src/test/org/apache/commons/collections/comparators/TestComparableComparator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/comparators/TestComparableComparator.java,v 1.4 2003/11/18 22:37:18 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.comparators; @@ -67,7 +63,7 @@ import junit.framework.TestSuite; /** * Tests for ComparableComparator. * - * @version $Revision: 1.4 $ $Date: 2003/11/18 22:37:18 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:27 $ * * @author Unknown */ diff --git a/src/test/org/apache/commons/collections/comparators/TestComparatorChain.java b/src/test/org/apache/commons/collections/comparators/TestComparatorChain.java index 52ceb3774..2ee81f324 100644 --- a/src/test/org/apache/commons/collections/comparators/TestComparatorChain.java +++ b/src/test/org/apache/commons/collections/comparators/TestComparatorChain.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/comparators/TestComparatorChain.java,v 1.8 2003/11/18 22:37:18 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.comparators; @@ -68,7 +64,7 @@ import junit.framework.TestSuite; /** * Tests for ComparatorChain. * - * @version $Revision: 1.8 $ $Date: 2003/11/18 22:37:18 $ + * @version $Revision: 1.9 $ $Date: 2004/01/14 21:34:28 $ * * @author Unknown */ diff --git a/src/test/org/apache/commons/collections/comparators/TestFixedOrderComparator.java b/src/test/org/apache/commons/collections/comparators/TestFixedOrderComparator.java index 2cb44e5cf..a0957cc23 100644 --- a/src/test/org/apache/commons/collections/comparators/TestFixedOrderComparator.java +++ b/src/test/org/apache/commons/collections/comparators/TestFixedOrderComparator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/comparators/TestFixedOrderComparator.java,v 1.4 2003/10/01 22:14:48 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.comparators; @@ -70,7 +66,7 @@ import junit.framework.TestSuite; /** * Test class for FixedOrderComparator. * - * @version $Revision: 1.4 $ $Date: 2003/10/01 22:14:48 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:27 $ * * @author David Leppik * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/comparators/TestNullComparator.java b/src/test/org/apache/commons/collections/comparators/TestNullComparator.java index 7cf8b93e0..8401be334 100644 --- a/src/test/org/apache/commons/collections/comparators/TestNullComparator.java +++ b/src/test/org/apache/commons/collections/comparators/TestNullComparator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/comparators/TestNullComparator.java,v 1.7 2003/11/18 22:37:18 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.comparators; @@ -67,7 +63,7 @@ import junit.framework.TestSuite; /** * Test the NullComparator. * - * @version $Revision: 1.7 $ $Date: 2003/11/18 22:37:18 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:28 $ * * @author Michael A. Smith */ diff --git a/src/test/org/apache/commons/collections/comparators/TestReverseComparator.java b/src/test/org/apache/commons/collections/comparators/TestReverseComparator.java index 2cde50bab..3b1f6fd9d 100644 --- a/src/test/org/apache/commons/collections/comparators/TestReverseComparator.java +++ b/src/test/org/apache/commons/collections/comparators/TestReverseComparator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/comparators/TestReverseComparator.java,v 1.7 2003/11/18 22:37:18 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.comparators; @@ -72,7 +68,7 @@ import junit.framework.TestSuite; /** * Tests for ReverseComparator. * - * @version $Revision: 1.7 $ $Date: 2003/11/18 22:37:18 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:28 $ * * @author Unknown */ diff --git a/src/test/org/apache/commons/collections/iterators/AbstractTestIterator.java b/src/test/org/apache/commons/collections/iterators/AbstractTestIterator.java index cc0becbf5..561862b32 100644 --- a/src/test/org/apache/commons/collections/iterators/AbstractTestIterator.java +++ b/src/test/org/apache/commons/collections/iterators/AbstractTestIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/AbstractTestIterator.java,v 1.6 2003/12/14 13:01:07 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -71,7 +67,7 @@ import org.apache.commons.collections.AbstractTestObject; * overriding the supportsXxx() methods if necessary. * * @since Commons Collections 3.0 - * @version $Revision: 1.6 $ $Date: 2003/12/14 13:01:07 $ + * @version $Revision: 1.7 $ $Date: 2004/01/14 21:34:26 $ * * @author Morgan Delagrange * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/iterators/AbstractTestListIterator.java b/src/test/org/apache/commons/collections/iterators/AbstractTestListIterator.java index cada10f0e..8ed149750 100644 --- a/src/test/org/apache/commons/collections/iterators/AbstractTestListIterator.java +++ b/src/test/org/apache/commons/collections/iterators/AbstractTestListIterator.java @@ -1,7 +1,4 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/AbstractTestListIterator.java,v 1.6 2004/01/04 00:21:58 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001-2004 The Apache Software Foundation. All rights @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -71,7 +67,7 @@ import java.util.NoSuchElementException; * overriding the supportsXxx() methods if necessary. * * @since Commons Collections 3.0 - * @version $Revision: 1.6 $ $Date: 2004/01/04 00:21:58 $ + * @version $Revision: 1.7 $ $Date: 2004/01/14 21:34:26 $ * * @author Rodney Waldhoff * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/iterators/AbstractTestMapIterator.java b/src/test/org/apache/commons/collections/iterators/AbstractTestMapIterator.java index 31d9f4f20..dc7784e8b 100644 --- a/src/test/org/apache/commons/collections/iterators/AbstractTestMapIterator.java +++ b/src/test/org/apache/commons/collections/iterators/AbstractTestMapIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/AbstractTestMapIterator.java,v 1.9 2003/12/07 01:21:51 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -74,7 +70,7 @@ import org.apache.commons.collections.MapIterator; * overriding the supportsXxx() methods if necessary. * * @since Commons Collections 3.0 - * @version $Revision: 1.9 $ $Date: 2003/12/07 01:21:51 $ + * @version $Revision: 1.10 $ $Date: 2004/01/14 21:34:26 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/iterators/AbstractTestOrderedMapIterator.java b/src/test/org/apache/commons/collections/iterators/AbstractTestOrderedMapIterator.java index 9fa223071..f89bb490a 100644 --- a/src/test/org/apache/commons/collections/iterators/AbstractTestOrderedMapIterator.java +++ b/src/test/org/apache/commons/collections/iterators/AbstractTestOrderedMapIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/AbstractTestOrderedMapIterator.java,v 1.6 2003/12/11 00:45:25 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -76,7 +72,7 @@ import org.apache.commons.collections.OrderedMapIterator; * overriding the supportsXxx() methods if necessary. * * @since Commons Collections 3.0 - * @version $Revision: 1.6 $ $Date: 2003/12/11 00:45:25 $ + * @version $Revision: 1.7 $ $Date: 2004/01/14 21:34:25 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/iterators/TestAll.java b/src/test/org/apache/commons/collections/iterators/TestAll.java index a8a5db33c..fd75a31c4 100644 --- a/src/test/org/apache/commons/collections/iterators/TestAll.java +++ b/src/test/org/apache/commons/collections/iterators/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestAll.java,v 1.10 2003/11/20 21:45:35 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -64,7 +60,7 @@ import junit.framework.TestSuite; /** * Entry point for all iterator tests. * - * @version $Revision: 1.10 $ $Date: 2003/11/20 21:45:35 $ + * @version $Revision: 1.11 $ $Date: 2004/01/14 21:34:25 $ * * @author Rodney Waldhoff */ diff --git a/src/test/org/apache/commons/collections/iterators/TestArrayIterator.java b/src/test/org/apache/commons/collections/iterators/TestArrayIterator.java index 6c600a5af..11450505c 100644 --- a/src/test/org/apache/commons/collections/iterators/TestArrayIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestArrayIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestArrayIterator.java,v 1.5 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -68,7 +64,7 @@ import junit.framework.TestSuite; * perform the iteration rather than the hasNext() method. * The code of this test was supplied by Mauricio S. Moura. * - * @version $Revision: 1.5 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.6 $ $Date: 2004/01/14 21:34:26 $ * * @author James Strachan * @author Mauricio S. Moura diff --git a/src/test/org/apache/commons/collections/iterators/TestArrayIterator2.java b/src/test/org/apache/commons/collections/iterators/TestArrayIterator2.java index 51aba7d62..4e41cec42 100644 --- a/src/test/org/apache/commons/collections/iterators/TestArrayIterator2.java +++ b/src/test/org/apache/commons/collections/iterators/TestArrayIterator2.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestArrayIterator2.java,v 1.5 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -66,7 +62,7 @@ import junit.framework.TestSuite; /** * Tests the ArrayIterator with primitive type arrays. * - * @version $Revision: 1.5 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.6 $ $Date: 2004/01/14 21:34:26 $ * * @author Morgan Delagrange * @author James Strachan diff --git a/src/test/org/apache/commons/collections/iterators/TestArrayListIterator.java b/src/test/org/apache/commons/collections/iterators/TestArrayListIterator.java index 4cffc97a5..3bb6f2446 100644 --- a/src/test/org/apache/commons/collections/iterators/TestArrayListIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestArrayListIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestArrayListIterator.java,v 1.3 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -68,7 +64,7 @@ import junit.framework.TestSuite; /** * Test the ArrayListIterator class. * - * @version $Revision: 1.3 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:26 $ * @author Neil O'Toole */ public class TestArrayListIterator extends TestArrayIterator { diff --git a/src/test/org/apache/commons/collections/iterators/TestArrayListIterator2.java b/src/test/org/apache/commons/collections/iterators/TestArrayListIterator2.java index 77485c0ac..00cea6c9f 100644 --- a/src/test/org/apache/commons/collections/iterators/TestArrayListIterator2.java +++ b/src/test/org/apache/commons/collections/iterators/TestArrayListIterator2.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestArrayListIterator2.java,v 1.3 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -65,7 +61,7 @@ import junit.framework.TestSuite; /** * Test the ArrayListIterator class with primitives. * - * @version $Revision: 1.3 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:26 $ * @author Neil O'Toole */ public class TestArrayListIterator2 extends TestArrayIterator2 { diff --git a/src/test/org/apache/commons/collections/iterators/TestCollatingIterator.java b/src/test/org/apache/commons/collections/iterators/TestCollatingIterator.java index 62f02ea3d..b58b802f8 100644 --- a/src/test/org/apache/commons/collections/iterators/TestCollatingIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestCollatingIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestCollatingIterator.java,v 1.4 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -69,7 +65,7 @@ import org.apache.commons.collections.comparators.ComparableComparator; /** * Unit test suite for {@link CollatingIterator}. * - * @version $Revision: 1.4 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:25 $ * @author Rodney Waldhoff */ public class TestCollatingIterator extends AbstractTestIterator { diff --git a/src/test/org/apache/commons/collections/iterators/TestFilterIterator.java b/src/test/org/apache/commons/collections/iterators/TestFilterIterator.java index 76e16af2c..b90a48972 100644 --- a/src/test/org/apache/commons/collections/iterators/TestFilterIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestFilterIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestFilterIterator.java,v 1.7 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -71,7 +67,7 @@ import org.apache.commons.collections.Predicate; /** * Test the filter iterator. * - * @version $Revision: 1.7 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:26 $ * * @author Jan Sorensen * @author Ralph Wagner diff --git a/src/test/org/apache/commons/collections/iterators/TestFilterListIterator.java b/src/test/org/apache/commons/collections/iterators/TestFilterListIterator.java index ea59c0e3a..35a2754c0 100644 --- a/src/test/org/apache/commons/collections/iterators/TestFilterListIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestFilterListIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestFilterListIterator.java,v 1.7 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -71,7 +67,7 @@ import org.apache.commons.collections.Predicate; /** * Tests the FilterListIterator class. * - * @version $Revision: 1.7 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:26 $ * * @author Rodney Waldhoff */ diff --git a/src/test/org/apache/commons/collections/iterators/TestIteratorChain.java b/src/test/org/apache/commons/collections/iterators/TestIteratorChain.java index 944e1f82d..ef5a6bf23 100644 --- a/src/test/org/apache/commons/collections/iterators/TestIteratorChain.java +++ b/src/test/org/apache/commons/collections/iterators/TestIteratorChain.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestIteratorChain.java,v 1.7 2003/12/29 16:07:53 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -68,7 +64,7 @@ import junit.framework.TestSuite; /** * Tests the IteratorChain class. * - * @version $Revision: 1.7 $ $Date: 2003/12/29 16:07:53 $ + * @version $Revision: 1.8 $ $Date: 2004/01/14 21:34:25 $ * * @author James Strachan * @author Mauricio S. Moura diff --git a/src/test/org/apache/commons/collections/iterators/TestListIteratorWrapper.java b/src/test/org/apache/commons/collections/iterators/TestListIteratorWrapper.java index 18591a6e0..48306ca0c 100644 --- a/src/test/org/apache/commons/collections/iterators/TestListIteratorWrapper.java +++ b/src/test/org/apache/commons/collections/iterators/TestListIteratorWrapper.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestListIteratorWrapper.java,v 1.4 2003/10/01 21:54:55 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -70,7 +66,7 @@ import junit.framework.TestSuite; * Tests the ListIteratorWrapper to insure that it simulates * a ListIterator correctly. * - * @version $Revision: 1.4 $ $Date: 2003/10/01 21:54:55 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:26 $ * * @author Morgan Delagrange */ diff --git a/src/test/org/apache/commons/collections/iterators/TestLoopingIterator.java b/src/test/org/apache/commons/collections/iterators/TestLoopingIterator.java index 0edd71a31..e09a5f332 100644 --- a/src/test/org/apache/commons/collections/iterators/TestLoopingIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestLoopingIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestLoopingIterator.java,v 1.3 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -69,7 +65,7 @@ import junit.framework.TestSuite; /** * Tests the LoopingIterator class. * - * @version $Revision: 1.3 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:25 $ * * @author Jonathan Carlson * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/iterators/TestObjectArrayIterator.java b/src/test/org/apache/commons/collections/iterators/TestObjectArrayIterator.java index 14b0ff51e..38dff833b 100644 --- a/src/test/org/apache/commons/collections/iterators/TestObjectArrayIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestObjectArrayIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestObjectArrayIterator.java,v 1.3 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -66,7 +62,7 @@ import junit.framework.TestSuite; /** * Tests the ObjectArrayIterator. * - * @version $Revision: 1.3 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:25 $ * * @author James Strachan * @author Mauricio S. Moura diff --git a/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator.java b/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator.java index 4da711f67..610b42446 100644 --- a/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator.java,v 1.3 2003/10/01 21:54:55 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -68,7 +64,7 @@ import junit.framework.TestSuite; /** * Tests the ObjectArrayListIterator class. * - * @version $Revision: 1.3 $ $Date: 2003/10/01 21:54:55 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:26 $ * * @author Neil O'Toole */ diff --git a/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator2.java b/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator2.java index c4e26e509..bee6afa54 100644 --- a/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator2.java +++ b/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator2.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestObjectArrayListIterator2.java,v 1.1 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -65,7 +61,7 @@ import junit.framework.TestSuite; /** * Tests the ObjectArrayListIterator class. * - * @version $Revision: 1.1 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:25 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/iterators/TestSingletonIterator.java b/src/test/org/apache/commons/collections/iterators/TestSingletonIterator.java index 61dab4fd3..6344562bf 100644 --- a/src/test/org/apache/commons/collections/iterators/TestSingletonIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestSingletonIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestSingletonIterator.java,v 1.9 2003/12/01 22:48:58 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -69,7 +65,7 @@ import org.apache.commons.collections.ResettableIterator; * Tests the SingletonIterator to ensure that the next() method will actually * perform the iteration rather than the hasNext() method. * - * @version $Revision: 1.9 $ $Date: 2003/12/01 22:48:58 $ + * @version $Revision: 1.10 $ $Date: 2004/01/14 21:34:26 $ * * @author James Strachan */ diff --git a/src/test/org/apache/commons/collections/iterators/TestSingletonListIterator.java b/src/test/org/apache/commons/collections/iterators/TestSingletonListIterator.java index 07b83942f..a592014ba 100644 --- a/src/test/org/apache/commons/collections/iterators/TestSingletonListIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestSingletonListIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestSingletonListIterator.java,v 1.9 2003/12/01 22:48:59 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -68,7 +64,7 @@ import org.apache.commons.collections.ResettableListIterator; /** * Tests the SingletonListIterator. * - * @version $Revision: 1.9 $ $Date: 2003/12/01 22:48:59 $ + * @version $Revision: 1.10 $ $Date: 2004/01/14 21:34:26 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/iterators/TestUniqueFilterIterator.java b/src/test/org/apache/commons/collections/iterators/TestUniqueFilterIterator.java index 86c5771a4..3a64c099f 100644 --- a/src/test/org/apache/commons/collections/iterators/TestUniqueFilterIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestUniqueFilterIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestUniqueFilterIterator.java,v 1.5 2003/10/01 21:54:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -68,7 +64,7 @@ import junit.framework.TestSuite; /** * Tests the UniqueFilterIterator class. * - * @version $Revision: 1.5 $ $Date: 2003/10/01 21:54:54 $ + * @version $Revision: 1.6 $ $Date: 2004/01/14 21:34:26 $ * * @author James Strachan * @author Mauricio S. Moura diff --git a/src/test/org/apache/commons/collections/iterators/TestUnmodifiableIterator.java b/src/test/org/apache/commons/collections/iterators/TestUnmodifiableIterator.java index 659271a34..bbc69a9fc 100644 --- a/src/test/org/apache/commons/collections/iterators/TestUnmodifiableIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestUnmodifiableIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestUnmodifiableIterator.java,v 1.1 2003/11/02 17:26:36 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -71,7 +67,7 @@ import org.apache.commons.collections.Unmodifiable; /** * Tests the UnmodifiableIterator. * - * @version $Revision: 1.1 $ $Date: 2003/11/02 17:26:36 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:26 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/iterators/TestUnmodifiableListIterator.java b/src/test/org/apache/commons/collections/iterators/TestUnmodifiableListIterator.java index 6479f218f..517ec4dc8 100644 --- a/src/test/org/apache/commons/collections/iterators/TestUnmodifiableListIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestUnmodifiableListIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestUnmodifiableListIterator.java,v 1.1 2003/11/02 17:26:36 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -71,7 +67,7 @@ import org.apache.commons.collections.Unmodifiable; /** * Tests the UnmodifiableListIterator. * - * @version $Revision: 1.1 $ $Date: 2003/11/02 17:26:36 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:25 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/iterators/TestUnmodifiableMapIterator.java b/src/test/org/apache/commons/collections/iterators/TestUnmodifiableMapIterator.java index bd81e9103..43b005b47 100644 --- a/src/test/org/apache/commons/collections/iterators/TestUnmodifiableMapIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestUnmodifiableMapIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestUnmodifiableMapIterator.java,v 1.6 2003/12/01 22:48:59 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -71,7 +67,7 @@ import org.apache.commons.collections.bidimap.DualHashBidiMap; /** * Tests the UnmodifiableMapIterator. * - * @version $Revision: 1.6 $ $Date: 2003/12/01 22:48:59 $ + * @version $Revision: 1.7 $ $Date: 2004/01/14 21:34:26 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/iterators/TestUnmodifiableOrderedMapIterator.java b/src/test/org/apache/commons/collections/iterators/TestUnmodifiableOrderedMapIterator.java index a3ee8cfa2..c5a3238fa 100644 --- a/src/test/org/apache/commons/collections/iterators/TestUnmodifiableOrderedMapIterator.java +++ b/src/test/org/apache/commons/collections/iterators/TestUnmodifiableOrderedMapIterator.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/iterators/TestUnmodifiableOrderedMapIterator.java,v 1.3 2003/12/01 22:48:58 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.iterators; @@ -73,7 +69,7 @@ import org.apache.commons.collections.map.ListOrderedMap; /** * Tests the UnmodifiableOrderedMapIterator. * - * @version $Revision: 1.3 $ $Date: 2003/12/01 22:48:58 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:26 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/keyvalue/AbstractTestMapEntry.java b/src/test/org/apache/commons/collections/keyvalue/AbstractTestMapEntry.java index 3f69b2ed0..6f94a5c62 100644 --- a/src/test/org/apache/commons/collections/keyvalue/AbstractTestMapEntry.java +++ b/src/test/org/apache/commons/collections/keyvalue/AbstractTestMapEntry.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/keyvalue/AbstractTestMapEntry.java,v 1.1 2003/12/05 20:23:57 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.keyvalue; @@ -70,7 +66,7 @@ import junit.framework.TestCase; * type being tested. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/12/05 20:23:57 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:36 $ * * @author Neil O'Toole */ diff --git a/src/test/org/apache/commons/collections/keyvalue/TestAll.java b/src/test/org/apache/commons/collections/keyvalue/TestAll.java index 81f58d5ec..1301f1e16 100644 --- a/src/test/org/apache/commons/collections/keyvalue/TestAll.java +++ b/src/test/org/apache/commons/collections/keyvalue/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/keyvalue/TestAll.java,v 1.1 2003/12/05 20:23:57 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.keyvalue; @@ -65,7 +61,7 @@ import junit.framework.TestSuite; * Entry point for key-value test cases. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/12/05 20:23:57 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:36 $ * * @author Neil O'Toole * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/keyvalue/TestDefaultKeyValue.java b/src/test/org/apache/commons/collections/keyvalue/TestDefaultKeyValue.java index 5818d33f5..85d5f49de 100644 --- a/src/test/org/apache/commons/collections/keyvalue/TestDefaultKeyValue.java +++ b/src/test/org/apache/commons/collections/keyvalue/TestDefaultKeyValue.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/keyvalue/TestDefaultKeyValue.java,v 1.1 2003/12/05 20:23:57 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.keyvalue; @@ -68,7 +64,7 @@ import junit.framework.TestSuite; * Test the DefaultKeyValue class. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/12/05 20:23:57 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:36 $ * * @author Neil O'Toole */ diff --git a/src/test/org/apache/commons/collections/keyvalue/TestDefaultMapEntry.java b/src/test/org/apache/commons/collections/keyvalue/TestDefaultMapEntry.java index df3367764..5aee3e853 100644 --- a/src/test/org/apache/commons/collections/keyvalue/TestDefaultMapEntry.java +++ b/src/test/org/apache/commons/collections/keyvalue/TestDefaultMapEntry.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/keyvalue/TestDefaultMapEntry.java,v 1.1 2003/12/05 20:23:57 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.keyvalue; @@ -68,7 +64,7 @@ import org.apache.commons.collections.KeyValue; * Test the DefaultMapEntry class. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/12/05 20:23:57 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:36 $ * * @author Neil O'Toole */ diff --git a/src/test/org/apache/commons/collections/keyvalue/TestMultiKey.java b/src/test/org/apache/commons/collections/keyvalue/TestMultiKey.java index 209fcd90a..8017eafe7 100644 --- a/src/test/org/apache/commons/collections/keyvalue/TestMultiKey.java +++ b/src/test/org/apache/commons/collections/keyvalue/TestMultiKey.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/keyvalue/TestMultiKey.java,v 1.1 2003/12/05 20:23:57 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.keyvalue; @@ -67,7 +63,7 @@ import junit.framework.TestSuite; /** * Unit tests for {@link org.apache.commons.collections.MultiKey}. * - * @version $Revision: 1.1 $ $Date: 2003/12/05 20:23:57 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:36 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/keyvalue/TestTiedMapEntry.java b/src/test/org/apache/commons/collections/keyvalue/TestTiedMapEntry.java index 450a2c1dc..e855d8935 100644 --- a/src/test/org/apache/commons/collections/keyvalue/TestTiedMapEntry.java +++ b/src/test/org/apache/commons/collections/keyvalue/TestTiedMapEntry.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/keyvalue/TestTiedMapEntry.java,v 1.1 2003/12/05 20:23:57 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.keyvalue; @@ -67,7 +63,7 @@ import junit.framework.TestSuite; * Test the TiedMapEntry class. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/12/05 20:23:57 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:36 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/keyvalue/TestUnmodifiableMapEntry.java b/src/test/org/apache/commons/collections/keyvalue/TestUnmodifiableMapEntry.java index d12b2215b..16275b70b 100644 --- a/src/test/org/apache/commons/collections/keyvalue/TestUnmodifiableMapEntry.java +++ b/src/test/org/apache/commons/collections/keyvalue/TestUnmodifiableMapEntry.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/keyvalue/TestUnmodifiableMapEntry.java,v 1.1 2003/12/05 20:23:57 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.keyvalue; @@ -69,7 +65,7 @@ import org.apache.commons.collections.Unmodifiable; * Test the UnmodifiableMapEntry class. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/12/05 20:23:57 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:36 $ * * @author Neil O'Toole */ diff --git a/src/test/org/apache/commons/collections/list/AbstractTestList.java b/src/test/org/apache/commons/collections/list/AbstractTestList.java index c065ec6d4..4c135d096 100644 --- a/src/test/org/apache/commons/collections/list/AbstractTestList.java +++ b/src/test/org/apache/commons/collections/list/AbstractTestList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/AbstractTestList.java,v 1.4 2003/12/24 01:13:13 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.list; @@ -87,7 +83,7 @@ import org.apache.commons.collections.iterators.AbstractTestListIterator; * test case (method) your {@link List} fails or override one of the * protected methods from AbstractTestCollection. * - * @version $Revision: 1.4 $ $Date: 2003/12/24 01:13:13 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:28 $ * * @author Rodney Waldhoff * @author Paul Jack diff --git a/src/test/org/apache/commons/collections/list/TestAbstractLinkedList.java b/src/test/org/apache/commons/collections/list/TestAbstractLinkedList.java index d4b2fb742..4d451bdb5 100644 --- a/src/test/org/apache/commons/collections/list/TestAbstractLinkedList.java +++ b/src/test/org/apache/commons/collections/list/TestAbstractLinkedList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestAbstractLinkedList.java,v 1.1 2003/12/11 00:18:06 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.list; @@ -62,7 +58,7 @@ import java.util.Arrays; /** * Test case for {@link AbstractLinkedList}. * - * @version $Revision: 1.1 $ $Date: 2003/12/11 00:18:06 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:28 $ * * @author Rich Dougherty * @author David Hay diff --git a/src/test/org/apache/commons/collections/list/TestAll.java b/src/test/org/apache/commons/collections/list/TestAll.java index f6efa8024..7c7a4eea8 100644 --- a/src/test/org/apache/commons/collections/list/TestAll.java +++ b/src/test/org/apache/commons/collections/list/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestAll.java,v 1.3 2003/12/24 01:15:40 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.list; @@ -65,7 +61,7 @@ import junit.framework.TestSuite; * Entry point for tests. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/12/24 01:15:40 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:28 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/list/TestCursorableLinkedList.java b/src/test/org/apache/commons/collections/list/TestCursorableLinkedList.java index 626eb583c..82fbec834 100644 --- a/src/test/org/apache/commons/collections/list/TestCursorableLinkedList.java +++ b/src/test/org/apache/commons/collections/list/TestCursorableLinkedList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestCursorableLinkedList.java,v 1.1 2003/12/24 01:15:40 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.list; @@ -72,7 +68,7 @@ import org.apache.commons.collections.BulkTest; /** * Test class. * - * @version $Revision: 1.1 $ $Date: 2003/12/24 01:15:40 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:28 $ * * @author Rodney Waldhoff * @author Simon Kitching diff --git a/src/test/org/apache/commons/collections/list/TestFixedSizeList.java b/src/test/org/apache/commons/collections/list/TestFixedSizeList.java index e6afcb7db..9da2bfbf7 100644 --- a/src/test/org/apache/commons/collections/list/TestFixedSizeList.java +++ b/src/test/org/apache/commons/collections/list/TestFixedSizeList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestFixedSizeList.java,v 1.3 2003/11/18 22:37:14 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.list; @@ -69,7 +65,7 @@ import junit.framework.TestSuite; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:14 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:28 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/list/TestNodeCachingLinkedList.java b/src/test/org/apache/commons/collections/list/TestNodeCachingLinkedList.java index dfadbef3f..b8609dc9c 100644 --- a/src/test/org/apache/commons/collections/list/TestNodeCachingLinkedList.java +++ b/src/test/org/apache/commons/collections/list/TestNodeCachingLinkedList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestNodeCachingLinkedList.java,v 1.1 2003/12/11 00:18:06 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.list; @@ -68,7 +64,7 @@ import org.apache.commons.collections.BulkTest; /** * Test class for NodeCachingLinkedList, a performance optimised LinkedList. * - * @version $Revision: 1.1 $ $Date: 2003/12/11 00:18:06 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:28 $ * * @author Jeff Varszegi * @author Phil Steitz diff --git a/src/test/org/apache/commons/collections/list/TestPredicatedList.java b/src/test/org/apache/commons/collections/list/TestPredicatedList.java index 35399bfd4..bd97e34c9 100644 --- a/src/test/org/apache/commons/collections/list/TestPredicatedList.java +++ b/src/test/org/apache/commons/collections/list/TestPredicatedList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestPredicatedList.java,v 1.4 2003/12/03 11:17:36 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.list; @@ -71,7 +67,7 @@ import org.apache.commons.collections.PredicateUtils; * {@link PredicatedList} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.4 $ $Date: 2003/12/03 11:17:36 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:28 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/list/TestSetUniqueList.java b/src/test/org/apache/commons/collections/list/TestSetUniqueList.java index b8707c627..412f4935d 100644 --- a/src/test/org/apache/commons/collections/list/TestSetUniqueList.java +++ b/src/test/org/apache/commons/collections/list/TestSetUniqueList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestSetUniqueList.java,v 1.3 2003/11/18 22:37:14 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.list; @@ -71,7 +67,7 @@ import junit.textui.TestRunner; * JUnit tests. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:14 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:28 $ * * @author Matthew Hawthorne */ diff --git a/src/test/org/apache/commons/collections/list/TestTransformedList.java b/src/test/org/apache/commons/collections/list/TestTransformedList.java index dac98b17e..0e905c063 100644 --- a/src/test/org/apache/commons/collections/list/TestTransformedList.java +++ b/src/test/org/apache/commons/collections/list/TestTransformedList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestTransformedList.java,v 1.3 2003/11/18 22:37:14 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.list; @@ -73,7 +69,7 @@ import org.apache.commons.collections.collection.TestTransformedCollection; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:14 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:28 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/list/TestUnmodifiableList.java b/src/test/org/apache/commons/collections/list/TestUnmodifiableList.java index 651a3c3be..1cb2ef8ce 100644 --- a/src/test/org/apache/commons/collections/list/TestUnmodifiableList.java +++ b/src/test/org/apache/commons/collections/list/TestUnmodifiableList.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/list/TestUnmodifiableList.java,v 1.4 2003/12/03 11:19:10 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.list; @@ -70,7 +66,7 @@ import junit.framework.TestSuite; * {@link UnmodifiableList} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.4 $ $Date: 2003/12/03 11:19:10 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:28 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/map/AbstractTestIterableMap.java b/src/test/org/apache/commons/collections/map/AbstractTestIterableMap.java index 8d0b57218..1b9646340 100644 --- a/src/test/org/apache/commons/collections/map/AbstractTestIterableMap.java +++ b/src/test/org/apache/commons/collections/map/AbstractTestIterableMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/AbstractTestIterableMap.java,v 1.2 2003/12/07 01:21:51 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -69,7 +65,7 @@ import org.apache.commons.collections.iterators.AbstractTestMapIterator; /** * Abstract test class for {@link IterableMap} methods and contracts. * - * @version $Revision: 1.2 $ $Date: 2003/12/07 01:21:51 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/AbstractTestMap.java b/src/test/org/apache/commons/collections/map/AbstractTestMap.java index 3451a2d78..40805db75 100644 --- a/src/test/org/apache/commons/collections/map/AbstractTestMap.java +++ b/src/test/org/apache/commons/collections/map/AbstractTestMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/AbstractTestMap.java,v 1.5 2003/12/29 19:46:19 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -159,7 +155,7 @@ import org.apache.commons.collections.set.AbstractTestSet; * @author Rodney Waldhoff * @author Paul Jack * @author Stephen Colebourne - * @version $Revision: 1.5 $ $Date: 2003/12/29 19:46:19 $ + * @version $Revision: 1.6 $ $Date: 2004/01/14 21:34:34 $ */ public abstract class AbstractTestMap extends AbstractTestObject { diff --git a/src/test/org/apache/commons/collections/map/AbstractTestOrderedMap.java b/src/test/org/apache/commons/collections/map/AbstractTestOrderedMap.java index cd58cd674..1dea384dd 100644 --- a/src/test/org/apache/commons/collections/map/AbstractTestOrderedMap.java +++ b/src/test/org/apache/commons/collections/map/AbstractTestOrderedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/AbstractTestOrderedMap.java,v 1.5 2003/12/07 01:21:51 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -75,7 +71,7 @@ import org.apache.commons.collections.iterators.AbstractTestOrderedMapIterator; /** * Abstract test class for {@link OrderedMap} methods and contracts. * - * @version $Revision: 1.5 $ $Date: 2003/12/07 01:21:51 $ + * @version $Revision: 1.6 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/AbstractTestSortedMap.java b/src/test/org/apache/commons/collections/map/AbstractTestSortedMap.java index 59616b714..1d93c0b7f 100644 --- a/src/test/org/apache/commons/collections/map/AbstractTestSortedMap.java +++ b/src/test/org/apache/commons/collections/map/AbstractTestSortedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/AbstractTestSortedMap.java,v 1.2 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -70,7 +66,7 @@ import org.apache.commons.collections.BulkTest; /** * Abstract test class for {@link java.util.SortedMap} methods and contracts. * - * @version $Revision: 1.2 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestAll.java b/src/test/org/apache/commons/collections/map/TestAll.java index 1c806bb82..58ecb67c5 100644 --- a/src/test/org/apache/commons/collections/map/TestAll.java +++ b/src/test/org/apache/commons/collections/map/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestAll.java,v 1.12 2004/01/05 05:26:56 psteitz Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -65,7 +61,7 @@ import junit.framework.TestSuite; * Entry point for tests. * * @since Commons Collections 3.0 - * @version $Revision: 1.12 $ $Date: 2004/01/05 05:26:56 $ + * @version $Revision: 1.13 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java b/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java index 372fe058b..1a2242a35 100644 --- a/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java +++ b/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java @@ -1,7 +1,4 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestCaseInsensitiveMap.java,v 1.1 2004/01/05 05:26:56 psteitz Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2004 The Apache Software Foundation. All rights @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -69,7 +65,7 @@ import org.apache.commons.collections.BulkTest; /** * Tests for the {@link CaseInsensitiveMap} implementation. * - * @version $Revision: 1.1 $ $Date: 2004/01/05 05:26:56 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:34 $ * * @author Commons-Collections team */ diff --git a/src/test/org/apache/commons/collections/map/TestCompositeMap.java b/src/test/org/apache/commons/collections/map/TestCompositeMap.java index dce052e62..0721b61cc 100644 --- a/src/test/org/apache/commons/collections/map/TestCompositeMap.java +++ b/src/test/org/apache/commons/collections/map/TestCompositeMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestCompositeMap.java,v 1.1 2003/12/14 21:42:55 psteitz Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -70,7 +66,7 @@ import java.util.Collection; * {@link CompositeMap} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/12/14 21:42:55 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:34 $ * * @author Brian McCallister */ diff --git a/src/test/org/apache/commons/collections/map/TestFixedSizeMap.java b/src/test/org/apache/commons/collections/map/TestFixedSizeMap.java index 2978154ee..b3932d46b 100644 --- a/src/test/org/apache/commons/collections/map/TestFixedSizeMap.java +++ b/src/test/org/apache/commons/collections/map/TestFixedSizeMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestFixedSizeMap.java,v 1.3 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -68,7 +64,7 @@ import junit.framework.TestSuite; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestFixedSizeSortedMap.java b/src/test/org/apache/commons/collections/map/TestFixedSizeSortedMap.java index c5328a12a..a8ac716d4 100644 --- a/src/test/org/apache/commons/collections/map/TestFixedSizeSortedMap.java +++ b/src/test/org/apache/commons/collections/map/TestFixedSizeSortedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestFixedSizeSortedMap.java,v 1.3 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -70,7 +66,7 @@ import org.apache.commons.collections.BulkTest; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestFlat3Map.java b/src/test/org/apache/commons/collections/map/TestFlat3Map.java index 8e286be12..0ecc7fc58 100644 --- a/src/test/org/apache/commons/collections/map/TestFlat3Map.java +++ b/src/test/org/apache/commons/collections/map/TestFlat3Map.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestFlat3Map.java,v 1.4 2003/12/02 23:51:49 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -69,7 +65,7 @@ import org.apache.commons.collections.iterators.AbstractTestMapIterator; /** * JUnit tests. * - * @version $Revision: 1.4 $ $Date: 2003/12/02 23:51:49 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestHashedMap.java b/src/test/org/apache/commons/collections/map/TestHashedMap.java index da5583cc7..179b1c7a8 100644 --- a/src/test/org/apache/commons/collections/map/TestHashedMap.java +++ b/src/test/org/apache/commons/collections/map/TestHashedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestHashedMap.java,v 1.4 2003/12/07 23:59:12 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -67,7 +63,7 @@ import org.apache.commons.collections.BulkTest; /** * JUnit tests. * - * @version $Revision: 1.4 $ $Date: 2003/12/07 23:59:12 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestIdentityMap.java b/src/test/org/apache/commons/collections/map/TestIdentityMap.java index 57c6aca30..5c08e3854 100644 --- a/src/test/org/apache/commons/collections/map/TestIdentityMap.java +++ b/src/test/org/apache/commons/collections/map/TestIdentityMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestIdentityMap.java,v 1.4 2003/12/07 23:59:12 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -72,7 +68,7 @@ import org.apache.commons.collections.IterableMap; /** * JUnit tests. * - * @version $Revision: 1.4 $ $Date: 2003/12/07 23:59:12 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestLRUMap.java b/src/test/org/apache/commons/collections/map/TestLRUMap.java index d197c9a95..063e94cec 100644 --- a/src/test/org/apache/commons/collections/map/TestLRUMap.java +++ b/src/test/org/apache/commons/collections/map/TestLRUMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestLRUMap.java,v 1.3 2003/12/11 00:46:12 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -72,7 +68,7 @@ import org.apache.commons.collections.ResettableIterator; /** * JUnit tests. * - * @version $Revision: 1.3 $ $Date: 2003/12/11 00:46:12 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestLazyMap.java b/src/test/org/apache/commons/collections/map/TestLazyMap.java index 7a80d643a..9b40aa99b 100644 --- a/src/test/org/apache/commons/collections/map/TestLazyMap.java +++ b/src/test/org/apache/commons/collections/map/TestLazyMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestLazyMap.java,v 1.3 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -71,7 +67,7 @@ import org.apache.commons.collections.FactoryUtils; * {@link LazyMap} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:34 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/map/TestLazySortedMap.java b/src/test/org/apache/commons/collections/map/TestLazySortedMap.java index bf8ebdd0a..8db1ffda2 100644 --- a/src/test/org/apache/commons/collections/map/TestLazySortedMap.java +++ b/src/test/org/apache/commons/collections/map/TestLazySortedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestLazySortedMap.java,v 1.2 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -74,7 +70,7 @@ import org.apache.commons.collections.TransformerUtils; * {@link LazySortedMap} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:34 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/map/TestLinkedMap.java b/src/test/org/apache/commons/collections/map/TestLinkedMap.java index 6cb041d06..c5e9edb7f 100644 --- a/src/test/org/apache/commons/collections/map/TestLinkedMap.java +++ b/src/test/org/apache/commons/collections/map/TestLinkedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestLinkedMap.java,v 1.4 2003/12/28 22:45:47 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -74,7 +70,7 @@ import org.apache.commons.collections.list.AbstractTestList; /** * JUnit tests. * - * @version $Revision: 1.4 $ $Date: 2003/12/28 22:45:47 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestListOrderedMap.java b/src/test/org/apache/commons/collections/map/TestListOrderedMap.java index 51b668a79..48a5e2623 100644 --- a/src/test/org/apache/commons/collections/map/TestListOrderedMap.java +++ b/src/test/org/apache/commons/collections/map/TestListOrderedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestListOrderedMap.java,v 1.6 2003/12/28 22:45:47 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -73,7 +69,7 @@ import org.apache.commons.collections.list.AbstractTestList; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.6 $ $Date: 2003/12/28 22:45:47 $ + * @version $Revision: 1.7 $ $Date: 2004/01/14 21:34:34 $ * * @author Henri Yandell * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/map/TestPredicatedMap.java b/src/test/org/apache/commons/collections/map/TestPredicatedMap.java index c3c72184c..56a87a121 100644 --- a/src/test/org/apache/commons/collections/map/TestPredicatedMap.java +++ b/src/test/org/apache/commons/collections/map/TestPredicatedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestPredicatedMap.java,v 1.3 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -72,7 +68,7 @@ import org.apache.commons.collections.PredicateUtils; * {@link PredicatedMap} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:34 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/map/TestPredicatedSortedMap.java b/src/test/org/apache/commons/collections/map/TestPredicatedSortedMap.java index f20633c7c..661503f68 100644 --- a/src/test/org/apache/commons/collections/map/TestPredicatedSortedMap.java +++ b/src/test/org/apache/commons/collections/map/TestPredicatedSortedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestPredicatedSortedMap.java,v 1.2 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -72,7 +68,7 @@ import org.apache.commons.collections.Predicate; * {@link PredicatedSortedMap} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:34 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/map/TestReferenceMap.java b/src/test/org/apache/commons/collections/map/TestReferenceMap.java index c29514b70..51cf8694a 100644 --- a/src/test/org/apache/commons/collections/map/TestReferenceMap.java +++ b/src/test/org/apache/commons/collections/map/TestReferenceMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestReferenceMap.java,v 1.1 2003/12/03 15:50:12 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -67,7 +63,7 @@ import org.apache.commons.collections.BulkTest; /** * Tests for ReferenceMap. * - * @version $Revision: 1.1 $ $Date: 2003/12/03 15:50:12 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:34 $ * * @author Paul Jack */ diff --git a/src/test/org/apache/commons/collections/map/TestStaticBucketMap.java b/src/test/org/apache/commons/collections/map/TestStaticBucketMap.java index 8df109cae..61cf36834 100644 --- a/src/test/org/apache/commons/collections/map/TestStaticBucketMap.java +++ b/src/test/org/apache/commons/collections/map/TestStaticBucketMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestStaticBucketMap.java,v 1.1 2003/12/03 15:16:49 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -67,7 +63,7 @@ import org.apache.commons.collections.BulkTest; * Unit tests * {@link org.apache.commons.collections.StaticBucketMap}. * - * @version $Revision: 1.1 $ $Date: 2003/12/03 15:16:49 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:34 $ * * @author Michael A. Smith */ diff --git a/src/test/org/apache/commons/collections/map/TestTransformedMap.java b/src/test/org/apache/commons/collections/map/TestTransformedMap.java index 5a548a904..537f3128a 100644 --- a/src/test/org/apache/commons/collections/map/TestTransformedMap.java +++ b/src/test/org/apache/commons/collections/map/TestTransformedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestTransformedMap.java,v 1.3 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -71,7 +67,7 @@ import org.apache.commons.collections.collection.TestTransformedCollection; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestTransformedSortedMap.java b/src/test/org/apache/commons/collections/map/TestTransformedSortedMap.java index bd601257c..8ac8e80a0 100644 --- a/src/test/org/apache/commons/collections/map/TestTransformedSortedMap.java +++ b/src/test/org/apache/commons/collections/map/TestTransformedSortedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestTransformedSortedMap.java,v 1.2 2003/11/16 22:15:11 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -71,7 +67,7 @@ import org.apache.commons.collections.collection.TestTransformedCollection; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ $Date: 2003/11/16 22:15:11 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestUnmodifiableMap.java b/src/test/org/apache/commons/collections/map/TestUnmodifiableMap.java index da8a506f4..99e591f01 100644 --- a/src/test/org/apache/commons/collections/map/TestUnmodifiableMap.java +++ b/src/test/org/apache/commons/collections/map/TestUnmodifiableMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestUnmodifiableMap.java,v 1.6 2003/12/02 23:51:49 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -70,7 +66,7 @@ import org.apache.commons.collections.Unmodifiable; * {@link UnmodifiableMap} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.6 $ $Date: 2003/12/02 23:51:49 $ + * @version $Revision: 1.7 $ $Date: 2004/01/14 21:34:34 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/map/TestUnmodifiableOrderedMap.java b/src/test/org/apache/commons/collections/map/TestUnmodifiableOrderedMap.java index 8a8aaa517..f003198f5 100644 --- a/src/test/org/apache/commons/collections/map/TestUnmodifiableOrderedMap.java +++ b/src/test/org/apache/commons/collections/map/TestUnmodifiableOrderedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestUnmodifiableOrderedMap.java,v 1.2 2003/12/01 22:34:54 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -71,7 +67,7 @@ import org.apache.commons.collections.Unmodifiable; * {@link UnmodifiableOrderedMap} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ $Date: 2003/12/01 22:34:54 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/map/TestUnmodifiableSortedMap.java b/src/test/org/apache/commons/collections/map/TestUnmodifiableSortedMap.java index af4f485bc..2a2d7f652 100644 --- a/src/test/org/apache/commons/collections/map/TestUnmodifiableSortedMap.java +++ b/src/test/org/apache/commons/collections/map/TestUnmodifiableSortedMap.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/map/TestUnmodifiableSortedMap.java,v 1.1 2003/11/20 22:35:50 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.map; @@ -71,7 +67,7 @@ import org.apache.commons.collections.Unmodifiable; * {@link UnmodifiableSortedMap} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/11/20 22:35:50 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:34 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/set/AbstractTestSet.java b/src/test/org/apache/commons/collections/set/AbstractTestSet.java index fe44ef930..45c140f00 100644 --- a/src/test/org/apache/commons/collections/set/AbstractTestSet.java +++ b/src/test/org/apache/commons/collections/set/AbstractTestSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/AbstractTestSet.java,v 1.2 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -80,7 +76,7 @@ import org.apache.commons.collections.collection.AbstractTestCollection; * elements may be added; see {@link AbstractTestCollection} for more details. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:35 $ * * @author Paul Jack */ diff --git a/src/test/org/apache/commons/collections/set/AbstractTestSortedSet.java b/src/test/org/apache/commons/collections/set/AbstractTestSortedSet.java index d2121beb2..205ecb9fd 100644 --- a/src/test/org/apache/commons/collections/set/AbstractTestSortedSet.java +++ b/src/test/org/apache/commons/collections/set/AbstractTestSortedSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/AbstractTestSortedSet.java,v 1.3 2003/12/03 11:19:10 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2003 The Apache Software Foundation. All rights + * Copyright (c) 2001-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -74,7 +70,7 @@ import org.apache.commons.collections.BulkTest; * elements may be added; see {@link AbstractTestCollection} for more details. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/12/03 11:19:10 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne * @author Dieter Wimberger diff --git a/src/test/org/apache/commons/collections/set/TestAll.java b/src/test/org/apache/commons/collections/set/TestAll.java index 12fb0ab72..77a6d51a5 100644 --- a/src/test/org/apache/commons/collections/set/TestAll.java +++ b/src/test/org/apache/commons/collections/set/TestAll.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/TestAll.java,v 1.3 2003/12/14 21:42:55 psteitz Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -65,7 +61,7 @@ import junit.framework.TestSuite; * Entry point for tests. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/12/14 21:42:55 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/set/TestCompositeSet.java b/src/test/org/apache/commons/collections/set/TestCompositeSet.java index dfcefd350..60e3227cd 100644 --- a/src/test/org/apache/commons/collections/set/TestCompositeSet.java +++ b/src/test/org/apache/commons/collections/set/TestCompositeSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/TestCompositeSet.java,v 1.1 2003/12/14 21:42:55 psteitz Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,9 +50,7 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ - package org.apache.commons.collections.set; import junit.framework.Test; @@ -72,7 +67,7 @@ import java.util.Collection; * {@link CompositeSet} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/12/14 21:42:55 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:35 $ * * @author Brian McCallister * @author Phil Steitz diff --git a/src/test/org/apache/commons/collections/set/TestListOrderedSet.java b/src/test/org/apache/commons/collections/set/TestListOrderedSet.java index fdf2b3de7..49af98765 100644 --- a/src/test/org/apache/commons/collections/set/TestListOrderedSet.java +++ b/src/test/org/apache/commons/collections/set/TestListOrderedSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/TestListOrderedSet.java,v 1.3 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -71,7 +67,7 @@ import junit.framework.TestSuite; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:35 $ * * @author Henning P. Schmiedehausen * @author Stephen Colebourne diff --git a/src/test/org/apache/commons/collections/set/TestPredicatedSet.java b/src/test/org/apache/commons/collections/set/TestPredicatedSet.java index 0dec18dfa..27fb13d0b 100644 --- a/src/test/org/apache/commons/collections/set/TestPredicatedSet.java +++ b/src/test/org/apache/commons/collections/set/TestPredicatedSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/TestPredicatedSet.java,v 1.3 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -71,7 +67,7 @@ import org.apache.commons.collections.PredicateUtils; * {@link PredicatedSet} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:35 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/set/TestPredicatedSortedSet.java b/src/test/org/apache/commons/collections/set/TestPredicatedSortedSet.java index ad279ee40..aa0299daf 100644 --- a/src/test/org/apache/commons/collections/set/TestPredicatedSortedSet.java +++ b/src/test/org/apache/commons/collections/set/TestPredicatedSortedSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/TestPredicatedSortedSet.java,v 1.2 2003/11/16 22:15:10 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -75,7 +71,7 @@ import org.apache.commons.collections.map.TestPredicatedSortedMap; * {@link PredicatedSortedSet} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ $Date: 2003/11/16 22:15:10 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:35 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/set/TestTransformedSet.java b/src/test/org/apache/commons/collections/set/TestTransformedSet.java index 8e9699770..fefe0fdc0 100644 --- a/src/test/org/apache/commons/collections/set/TestTransformedSet.java +++ b/src/test/org/apache/commons/collections/set/TestTransformedSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/TestTransformedSet.java,v 1.3 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -72,7 +68,7 @@ import org.apache.commons.collections.collection.TestTransformedCollection; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java b/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java index d1052ef9f..84b1c94e4 100644 --- a/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java +++ b/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/TestTransformedSortedSet.java,v 1.3 2003/11/18 22:37:17 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -73,7 +69,7 @@ import org.apache.commons.collections.collection.TestTransformedCollection; * implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.3 $ $Date: 2003/11/18 22:37:17 $ + * @version $Revision: 1.4 $ $Date: 2004/01/14 21:34:35 $ * * @author Stephen Colebourne */ diff --git a/src/test/org/apache/commons/collections/set/TestTypedSortedSet.java b/src/test/org/apache/commons/collections/set/TestTypedSortedSet.java index 1b6b8a98a..294e00b21 100644 --- a/src/test/org/apache/commons/collections/set/TestTypedSortedSet.java +++ b/src/test/org/apache/commons/collections/set/TestTypedSortedSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/TestTypedSortedSet.java,v 1.2 2003/11/16 22:15:10 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -72,7 +68,7 @@ import org.apache.commons.collections.BulkTest; * {@link TypedSortedSet} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.2 $ $Date: 2003/11/16 22:15:10 $ + * @version $Revision: 1.3 $ $Date: 2004/01/14 21:34:35 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/set/TestUnmodifiableSet.java b/src/test/org/apache/commons/collections/set/TestUnmodifiableSet.java index 168cbb309..dc910fe01 100644 --- a/src/test/org/apache/commons/collections/set/TestUnmodifiableSet.java +++ b/src/test/org/apache/commons/collections/set/TestUnmodifiableSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/TestUnmodifiableSet.java,v 1.1 2003/12/03 11:19:10 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -70,7 +66,7 @@ import org.apache.commons.collections.BulkTest; * {@link UnmodifiableSet} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.1 $ $Date: 2003/12/03 11:19:10 $ + * @version $Revision: 1.2 $ $Date: 2004/01/14 21:34:35 $ * * @author Phil Steitz */ diff --git a/src/test/org/apache/commons/collections/set/TestUnmodifiableSortedSet.java b/src/test/org/apache/commons/collections/set/TestUnmodifiableSortedSet.java index 75c8e05af..ff004fb8e 100644 --- a/src/test/org/apache/commons/collections/set/TestUnmodifiableSortedSet.java +++ b/src/test/org/apache/commons/collections/set/TestUnmodifiableSortedSet.java @@ -1,10 +1,7 @@ -/* - * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/set/TestUnmodifiableSortedSet.java,v 1.4 2003/12/03 11:19:10 scolebourne Exp $ - * ==================================================================== - * +/* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2003 The Apache Software Foundation. All rights + * Copyright (c) 2003-2004 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,7 +50,6 @@ * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * . - * */ package org.apache.commons.collections.set; @@ -72,7 +68,7 @@ import org.apache.commons.collections.BulkTest; * {@link UnmodifiableSortedSet} implementation. * * @since Commons Collections 3.0 - * @version $Revision: 1.4 $ $Date: 2003/12/03 11:19:10 $ + * @version $Revision: 1.5 $ $Date: 2004/01/14 21:34:35 $ * * @author Phil Steitz */