scolebourne 2003/11/18 14:51:19
Modified: collections/src/test/org/apache/commons/collections
TestBoundedFifoBuffer2.java
Log:
Move BoundedCollection to new collection subpackage
Revision Changes Path
1.7 +4 -2
jakarta-commons/collections/src/test/org/apache/commons/collections/TestBoundedFifoBuffer2.java
Index: TestBoundedFifoBuffer2.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/TestBoundedFifoBuffer2.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- TestBoundedFifoBuffer2.java 5 Oct 2003 21:03:44 -0000 1.6
+++ TestBoundedFifoBuffer2.java 18 Nov 2003 22:51:19 -0000 1.7
@@ -62,6 +62,8 @@
import junit.framework.Test;
+import org.apache.commons.collections.collection.BoundedCollection;
+
/**
* Runs tests against a full BoundedFifoBuffer, since many of the algorithms
* differ depending on whether the fifo is full or not.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]