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