Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Sep 2014 at 16:55 UTC
Updated:
25 Sep 2014 at 17:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirAtleast some node access language tests are failing , let's see what else.
Comment #3
berdirFixing those tests. Most are because they assumed that the default langcode is und, not en. Some others because the default value for promote is true, not false.
Comment #4
dawehnerSome of the tests in NodeAccessLanguageTest are now kinda stupid, but we check the created node also for specific langcodes like 'hu'
in there, so no problem here.
There is no change record for #1966436: Default *content* entity languages are not set for entities created with the API so we especially don't really need one here.
Comment #5
gábor hojtsyThis looks **amazing**. Covers the test changes we did not want to include in #1966436: Default *content* entity languages are not set for entities created with the API perfectly. :)
Comment #6
alexpottNice :) Committed 537cc87 and pushed to 8.0.x. Thanks!
Comment #8
gábor hojtsyThis is so great. Thanks a lot!