log.println("(Not) Checking preservation of custom meta data ...");
xDP2.loadFromMedium(util.utils.getFullTestURL("CUSTOM.odt"),
noArgs);
assure ("Author", "".equals(xDP2.getAuthor()));
xDP2.storeToMedium(temp + "CUSTOM.odt", mimeArgs);
//FIXME: now what? comparing for binary equality seems useless
// we could unzip the written file and grep for the custom stuff
// but would that work on windows...