Comment out test that create the serialized test objects.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64aa055879
commit
64e8b87291
|
@ -146,11 +146,11 @@ public class ArrayListValuedHashMapTest<K, V> extends AbstractMultiValuedMapTest
|
|||
assertNotSame(map1.hashCode(), map2.hashCode());
|
||||
}
|
||||
|
||||
public void testCreate() throws Exception {
|
||||
writeExternalFormToDisk((java.io.Serializable) makeObject(),
|
||||
"src/test/resources/data/test/ArrayListValuedHashMap.emptyCollection.version4.1.obj");
|
||||
writeExternalFormToDisk((java.io.Serializable) makeFullMap(),
|
||||
"src/test/resources/data/test/ArrayListValuedHashMap.fullCollection.version4.1.obj");
|
||||
}
|
||||
// public void testCreate() throws Exception {
|
||||
// writeExternalFormToDisk((java.io.Serializable) makeObject(),
|
||||
// "src/test/resources/data/test/ArrayListValuedHashMap.emptyCollection.version4.1.obj");
|
||||
// writeExternalFormToDisk((java.io.Serializable) makeFullMap(),
|
||||
// "src/test/resources/data/test/ArrayListValuedHashMap.fullCollection.version4.1.obj");
|
||||
// }
|
||||
|
||||
}
|
||||
|
|
|
@ -126,11 +126,11 @@ public class HashSetValuedHashMapTest<K, V> extends AbstractMultiValuedMapTest<K
|
|||
assertNotSame(map1.hashCode(), map2.hashCode());
|
||||
}
|
||||
|
||||
public void testCreate() throws Exception {
|
||||
writeExternalFormToDisk((java.io.Serializable) makeObject(),
|
||||
"src/test/resources/data/test/HashSetValuedHashMap.emptyCollection.version4.1.obj");
|
||||
writeExternalFormToDisk((java.io.Serializable) makeFullMap(),
|
||||
"src/test/resources/data/test/HashSetValuedHashMap.fullCollection.version4.1.obj");
|
||||
}
|
||||
// public void testCreate() throws Exception {
|
||||
// writeExternalFormToDisk((java.io.Serializable) makeObject(),
|
||||
// "src/test/resources/data/test/HashSetValuedHashMap.emptyCollection.version4.1.obj");
|
||||
// writeExternalFormToDisk((java.io.Serializable) makeFullMap(),
|
||||
// "src/test/resources/data/test/HashSetValuedHashMap.fullCollection.version4.1.obj");
|
||||
// }
|
||||
|
||||
}
|
||||
|
|
|
@ -134,11 +134,11 @@ public class TransformedMultiValuedMapTest<K, V> extends AbstractMultiValuedMapT
|
|||
assertEquals(true, trans.get((K) "D").contains(Integer.valueOf(4)));
|
||||
}
|
||||
|
||||
public void testCreate() throws Exception {
|
||||
writeExternalFormToDisk((java.io.Serializable) makeObject(),
|
||||
"src/test/resources/data/test/TransformedMultiValuedMap.emptyCollection.version4.1.obj");
|
||||
writeExternalFormToDisk((java.io.Serializable) makeFullMap(),
|
||||
"src/test/resources/data/test/TransformedMultiValuedMap.fullCollection.version4.1.obj");
|
||||
}
|
||||
// public void testCreate() throws Exception {
|
||||
// writeExternalFormToDisk((java.io.Serializable) makeObject(),
|
||||
// "src/test/resources/data/test/TransformedMultiValuedMap.emptyCollection.version4.1.obj");
|
||||
// writeExternalFormToDisk((java.io.Serializable) makeFullMap(),
|
||||
// "src/test/resources/data/test/TransformedMultiValuedMap.fullCollection.version4.1.obj");
|
||||
// }
|
||||
|
||||
}
|
||||
|
|
|
@ -262,11 +262,11 @@ public class UnmodifiableMultiValuedMapTest<K, V> extends AbstractMultiValuedMap
|
|||
}
|
||||
}
|
||||
|
||||
public void testCreate() throws Exception {
|
||||
writeExternalFormToDisk((java.io.Serializable) makeObject(),
|
||||
"src/test/resources/data/test/UnmodifiableMultiValuedMap.emptyCollection.version4.1.obj");
|
||||
writeExternalFormToDisk((java.io.Serializable) makeFullMap(),
|
||||
"src/test/resources/data/test/UnmodifiableMultiValuedMap.fullCollection.version4.1.obj");
|
||||
}
|
||||
// public void testCreate() throws Exception {
|
||||
// writeExternalFormToDisk((java.io.Serializable) makeObject(),
|
||||
// "src/test/resources/data/test/UnmodifiableMultiValuedMap.emptyCollection.version4.1.obj");
|
||||
// writeExternalFormToDisk((java.io.Serializable) makeFullMap(),
|
||||
// "src/test/resources/data/test/UnmodifiableMultiValuedMap.fullCollection.version4.1.obj");
|
||||
// }
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue