}
public void testGetObject() throws RepositoryException, DfException {
try {
IId id = dctmClientX.getId(DmInitialize.DM_ID1);
IPersistentObject object = session.getObject(id);
Assert.assertNotNull(object);
Assert.assertTrue(object instanceof DmSysObject);
} finally {
if (session != null) {