/**
* Test the reading of a repository from a zip file stored in a jar file.
*/
public void testRepositoryRead() throws Exception {
TemporaryFileManager manager = new TemporaryFileManager(
new TestDeviceRepositoryCreator());
manager.executeWith(new TemporaryFileExecutor() {
public void execute(File temporaryFile) throws Exception {
EclipseDeviceRepository accessor =
new EclipseDeviceRepository(temporaryFile.getPath(),
transformerMetaFactory, jdomFactory, false, true, null);