Problem/Motivation
Converting assertEqual to assertIdentical on the $signature_format test in MigrateUserTest.php fails testing. It does pass either when UserTest is run by itself or the complete d6 tests are run. I don't recall which way round that is.
$this->assertEqual($user->getSignatureFormat(), reset($signature_format));
Proposed resolution
None yet
Remaining tasks
User interface changes
None
API changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2403815-1.patch | 1.38 KB | benjy |
Comments
Comment #1
benjy commentedPatch attached, we need to handle filter formats which are "0" because they're not in the idMap but looked up in a static map in the migration file.
Comment #2
ultimikeBenjy,
Yup, that works for me.
-mike
Comment #3
alexpottCommitted 146069d and pushed to 8.0.x. Thanks!