#543608: path.module creates additional alias instead of modifying existing, after node preview isn't tested by simpletest in path.test
| Comment | File | Size | Author |
|---|---|---|---|
| #26 | path-alias-preview-test-550258-26.patch | 2.29 KB | mgifford |
| #23 | path-alias-preview-test-550258-23.patch | 1.38 KB | valthebald |
| #20 | path-alias-preview-test-550258-19.patch | 1.26 KB | valthebald |
| #18 | 550258-path-alias-preview-save-2.patch | 1.29 KB | mr.baileys |
| #16 | 550258-path-alias-preview-save.patch | 1.84 KB | mr.baileys |
Comments
Comment #1
jromine commentedsimpletest patch attached
Comment #3
gpk commentedThe new path API appears to have fixed #543608: path.module creates additional alias instead of modifying existing, after node preview for 7.x and it appears that this patch will still apply albeit with offset. Retesting...
Comment #8
gpk commentedHmm seems the tesbot can no longer cope with CR-LF line endings. Trying again.
Comment #11
dave reidgpk up for a re-roll?
Comment #12
gpk commentedWell, erm, I might be persuaded.. ;)
Only thing is I'm not quite sure where all those fails appeared from in "Path alias functionality".
Comment #13
mr.baileysLeaving this at CNW since I'm seeing the same fails for "Path alias functionality" on my local computer.
Comment #14
dave reidComment #16
mr.baileysThe patch in #8 seems to be a mixture between D6 and D7. The failures were caused by using
$edit['path'](D6) instead of$edit['path[alias]'](D7).Rerolled, should pass the testbot's scrutiny this time.
edit: typo.
Comment #18
mr.baileysAgainst a fresh version of HEAD.
Comment #20
valthebaldComment #21
valthebaldBumping version and marking as needing backport.
Comment #23
valthebaldComment #26
mgiffordreroll
Comment #36
catchAdding test coverage is a task. Not clear if this is still relevant for 9.x or not.