Problem/Motivation

In the issue queue a number of reports regard tracking of items when adding, updating and deleting multilingual content.

Proposed resolution

Let's introduce an automated functional test so bug reports can be tested on the Drupal testing infrastructure.

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

None.

API changes

None.

Data model changes

None.

Release notes snippet

Introduced a functional test so issues can be tested automatically by the Drupal testing infrastructure.

Comments

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review
StatusFileSize
new7.12 KB

Attached patch introduces a DrupalWebTestCase that is built on the EntityTranslationTestCase so it is easy to add multilingual test content. It includes the patch from #2860146: Do not trigger a batch in startTracking() when installing a site, so the test can be run from the Simpletest UI. The assertions are still rather simple, so they can be extended based on the different bug reports available in the issue queue.

It probably fail because the testbot does not pick up test dependencies until after the patch has been applied.

idebr’s picture

StatusFileSize
new6.87 KB
idebr’s picture

  • 79458da committed on 7.x-2.x
    Issue #3036355 by idebr: Introduce an automated functional test
    
idebr’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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