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.

Comments

boombatower’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.