emptyRRM.getContent().add(rim);
File temp = new File(System.getProperty("java.io.tmpdir"));
JAXBRepositoryContentMetadataPersister testee = new JAXBRepositoryContentMetadataPersister(temp.toURI());
testee.store("test", rcm);
// Ensure we clean up
File stored = testee.getMetadataPath("test");
stored.deleteOnExit();
toDelete.add(stored);