restCaller.asyncPushSource(projectSlug, iterationSlug, sourceResource,
false);
LocaleId localeId = new LocaleId("pl");
restCaller.asyncPushTarget(projectSlug, iterationSlug, docId,
localeId, transResource, "auto");
restCaller.runCopyTrans(projectSlug, iterationSlug, docId);
assertThat(true, Matchers.is(true));
// create some obsolete text flows
Resource updatedSource = buildSourceResource(docId);