new DeviceRepositoryAccessorManager(
repository.getPath(),
new TestTransformerMetaFactory(),
new DefaultJDOMFactory(), false);
Element identification = manager.retrieveDeviceIdentification("Master");
assertNotNull("Expected a null identification for device \"Master\"",
identification);
identification = manager.retrieveDeviceIdentification("Pogo");
assertEquals("Unexpected a device identification device.",
"Pogo", identification.getAttributeValue("name"));