scolebourne 2002/11/24 11:38:09
Modified: collections/src/test/org/apache/commons/collections
TestMultiHashMap.java
Log:
Fix bug that values() was not backed by Map
Revision Changes Path
1.8 +3 -12
jakarta-commons/collections/src/test/org/apache/commons/collections/TestMultiHashMap.java
Index: TestMultiHashMap.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/TestMultiHashMap.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- TestMultiHashMap.java 1 Nov 2002 19:36:54 -0000 1.7
+++ TestMultiHashMap.java 24 Nov 2002 19:38:09 -0000 1.8
@@ -268,15 +268,6 @@
public void testMapHashCode() {
}
- // since the MultiHashMap.values Collection isn't currently
- // backed by the map, we need to skip this test for now
- // fix bug 9573 <http://issues.apache.org/bugzilla/show_bug.cgi?id=9573>
- // and enable this test
- public void testValuesRemovedFromValuesCollectionAreRemovedFromMap() {
- // TODO: fix bug 9573
<http://issues.apache.org/bugzilla/show_bug.cgi?id=9573>
- // and enable this test
- }
-
// The verification for the map and its entry set must also be overridden
// because the values are not going to be the same as the values in the
// confirmed map (they're going to be collections of values instead).
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>