tableau-mkt-archived / entity_xliff

Drupal module that provides an API for entity serialization in the XLIFF format.
https://drupal.org/project/entity_xliff
2 stars 0 forks source link

Cover embedded entity cardinality difference regression #94

Closed iamEAP closed 8 years ago

iamEAP commented 8 years ago

Adding a test to catch issue when translate imports would not work when the number of embedded entities differed between the source translation and the target translation relative to the exported XLIFF.

Note, this was actually resolved as a side effect of #89. Just adding tests here.

Closes #85

iamEAP commented 8 years ago

Note that af1bf3f is based on an outdated sha and reveals the test fail. The following commit (d151121 ) merges in the latest changes from 7.x-1.x and resolves the test fail.