public void testEdit() throws Throwable {
String typeCode = "ART";
String result = this.executeEdit("admin", typeCode);
assertEquals(Action.SUCCESS, result);
WorkflowAction action = (WorkflowAction) this.getAction();
String role = this._workflowManager.getRole(typeCode);
assertEquals(role, action.getRole());
}