Fix bug that values() was not backed by Map
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8de9e8066
commit
0cad010ce8
|
@ -1,7 +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.7 2002/11/01 19:36:54 rwaldhoff Exp $
|
||||
* $Revision: 1.7 $
|
||||
* $Date: 2002/11/01 19:36:54 $
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/test/org/apache/commons/collections/TestMultiHashMap.java,v 1.8 2002/11/24 19:38:09 scolebourne Exp $
|
||||
* $Revision: 1.8 $
|
||||
* $Date: 2002/11/24 19:38:09 $
|
||||
*
|
||||
* ====================================================================
|
||||
*
|
||||
|
@ -268,15 +268,6 @@ public class TestMultiHashMap extends TestMap
|
|||
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).
|
||||
|
|
Loading…
Reference in New Issue