submap view serialization works now properly.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce1dc52bec
commit
99c63edb10
|
@ -51,18 +51,12 @@ public class LazySortedMapTest<K, V> extends AbstractSortedMapTest<K, V> {
|
||||||
return lazySortedMap(new TreeMap<K,V>(), FactoryUtils.<V>nullFactory());
|
return lazySortedMap(new TreeMap<K,V>(), FactoryUtils.<V>nullFactory());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isSubMapViewsSerializable() {
|
|
||||||
// TODO TreeMap sub map views have a bug in deserialization.
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isAllowNullKey() {
|
public boolean isAllowNullKey() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// from TestLazyMap
|
// from LazyMapTest
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
@Override
|
@Override
|
||||||
public void testMapGet() {
|
public void testMapGet() {
|
||||||
|
|
Loading…
Reference in New Issue