Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
user interface text
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Mar 2010 at 10:45 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ergonlogicThis ought to do it.
Comment #2
ergonlogicComment #4
ergonlogic#1: taxonomy_save_message.patch queued for re-testing.
Comment #6
Freso commentedHm. It looks like you'll need to
ForumTestCase->doAdminTests()as well, as that expects to see - which is why the test fails. But looking good otherwise. :)Comment #7
ergonlogic@Freso: Thanks for the feedback and pointer. I figured it might be something like that. I see now where qa.drupal.org points to the specific function where the error occurred.
I've now patched the forum test to match the changes in taxonomy.
Comment #8
Freso commentedLooking good. If the test bot's happy, I'm happy. :)
Comment #9
Freso commentedTest bot says go, I say go.
Comment #10
dries commentedCommitted to CVS HEAD. Thanks.