After the release of Entity Translation 7.x-2.0-beta6 the branch tests of Feeds are failing, more specifically the test FeedsMapperMultilingualFieldsTestCase::testChangedLanguageImportForExistingNode(). Upon further investigation, the test fails because creating a node failed. This is because the fields got a different name. Instead of 'body[und][0][value]' a field is now called 'body[en][0][value]' on the node add form.

Easy to fix. Patch will follow.

CommentFileSizeAuthor
#2 feeds-failing-test-2857935-2.patch2.38 KBmegachriz

Comments

MegaChriz created an issue. See original summary.

megachriz’s picture

Status: Active » Needs review
StatusFileSize
new2.38 KB

  • MegaChriz committed 08a5166 on 7.x-2.x
    Issue #2857935 by MegaChriz: Fixed failing test...
megachriz’s picture

Status: Needs review » Fixed

Great, tests pass again. Committed #2.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.