checkTypesStructureRow(conn, "FIELDNAME='f2'", 0, "f2", 2);
checkTypesRow(conn, "TYPE_INSTANCE_ID=2", 2, 3);
checkTypesRangeRow(conn, null, 2, 2, 99);
connection.disconnect();
repository.terminate();
}
});
}
public void testRemoveStructure() throws Exception {