Closed (fixed)
Project:
SimpleTest
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Feb 2009 at 03:55 UTC
Updated:
27 Feb 2009 at 02:10 UTC
Table {node_revisions} has been renamed to {node_revision} in Drupal 7, which means that while the backport references the {node_revision} table, no such table is in existence. This happens in the DrupalWebTestCaseCore::drupalCreateNode(), when the table is being update to "link revisions to our test user." I'm not even sure if that's necessary anymore, but I just changed it to the correct table name to stop it from causing exceptions.
| Comment | File | Size | Author |
|---|---|---|---|
| node_revisions_table_name_change_01.patch | 751 bytes | cwgordon7 |
Comments
Comment #1
boombatower commentedWoops...missed this. #373722: Table {node_revision} doesn't exist