new UpdateTransUnit(new TransUnitUpdateRequest(new TransUnitId(
textFlowId), Lists.newArrayList(translation),
translationState, versionNum), updateType);
action.setWorkspaceId(workspaceId);
UpdateTransUnitResult result = transUnitHandler.execute(action, null);
assertThat(result.isSingleSuccess(), is(true));
verify(mockIdentity).checkLoggedIn();
verify(mockIdentity, atLeastOnce()).checkPermission(anyString(),
any(HLocale.class), any(HProject.class));