Disable serialization file creation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ad246d52f
commit
ebfe1112be
|
@ -42,11 +42,11 @@ public class MapBackedSetTest<E> extends AbstractSetTest<E> {
|
|||
return "4";
|
||||
}
|
||||
|
||||
public void testCreate() throws Exception {
|
||||
resetEmpty();
|
||||
writeExternalFormToDisk((java.io.Serializable) getCollection(), "src/test/resources/data/test/MapBackedSet.emptyCollection.version4.obj");
|
||||
resetFull();
|
||||
writeExternalFormToDisk((java.io.Serializable) getCollection(), "src/test/resources/data/test/MapBackedSet.fullCollection.version4.obj");
|
||||
}
|
||||
// public void testCreate() throws Exception {
|
||||
// resetEmpty();
|
||||
// writeExternalFormToDisk((java.io.Serializable) getCollection(), "src/test/resources/data/test/MapBackedSet.emptyCollection.version4.obj");
|
||||
// resetFull();
|
||||
// writeExternalFormToDisk((java.io.Serializable) getCollection(), "src/test/resources/data/test/MapBackedSet.fullCollection.version4.obj");
|
||||
// }
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue