Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
tests
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2008 at 14:55 UTC
Updated:
21 May 2008 at 11:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
ksenzeeI uncommented these lines and voilà! They pass. Easiest patch ever. :) However, there are eight more tests failing in blog.test. I'm working on it but have no idea where to report it.
Comment #2
catchksenzee. I'm pretty sure any issues with tests (bad tests, bad code found by tests, new tests) can all be reported against the core component the tests are against - same as this one. No time to check that patch now, but thanks!
Comment #3
catchedit: mis-post, but leaving the change of title.
Going to re-title this for the eight failures.
Comment #4
catch#1 got fixed here: http://drupal.org/node/257644
Moving to new tests component and back to active.
Comment #5
catchComment #6
ksenzeeTwo of these failures were an actual bug in blog.module (yay! tests ferreting out bugs! who knew!). I've filed a bug report and patch in the blog issue queue at http://drupal.org/node/259496. I think the remaining six failures are a drupalCreateNode() problem. I'll leave this open here until that issue gets resolved.
Comment #7
webchickTests not passing is critical.
Comment #8
boombatower commentedThis is becoming rather annoying. These tests that keep coming up with failures were all painstaking fixed to ensure that they passed before committing to core. For a list of such tests please see http://groups.drupal.org/node/9408, the list has not been modified after committing to core and stands as a record.
These issues should be checked and dealt with before patches go into core instead of after the fact.
Could be the answer, but only if it has been modified since entering the core or at the sprint without testing.
Comment #9
desbeers commentedConfirmed the problem but found that the problem was that the ‘create blog entries’ was renamed to ‘create blog content’.
As a side result, on the users own blog page, it always said ''You are not allowed to post a new blog entry.' in depended of the permission set or not.
Patch in http://drupal.org/node/259496
Fixing the bug in #6 and makes blog.module passes all test.
Comment #10
catchMarking as duplicate of the blog module bug. Test found a bug!