Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
database update system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Aug 2015 at 19:12 UTC
Updated:
12 Sep 2015 at 06:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jhedstromI'll see if I can track this down.
Comment #3
jhedstromThis contains a fix, plus an integration test on the dump command, and a unit test on the
Variable::export()method.Comment #5
dawehnerShould we check the exactly result in the file?
Comment #6
jhedstromThis checks for the exported name and email address in the generated dump.
Comment #7
dawehnerGreat, thank you for the additional test coverage.
Comment #8
webchickAnd the fun doesn't stop with upgrade path-related issues. :P
Committed and pushed to 8.0.x. Thanks!