new EclipseDeviceRepository(repository.getPath(),
transformerMetaFactory, jdomFactory, true, true, null);
// Retrieve the identification using a device that has one.
Element identification =
accessor.retrieveDeviceIdentificationElement("PC");
assertEquals("The retrieved identication element is not for the" +
"PC device.", "PC",
identification.getAttributeValue("name"));
}