update to drupal 7.23
This commit is contained in:
@@ -27,6 +27,6 @@ class CommentUpgradePathTestCase extends UpgradePathTestCase {
|
||||
* Test a successful upgrade.
|
||||
*/
|
||||
public function testCommentUpgrade() {
|
||||
$this->assertTrue($this->performUpgrade(), t('The upgrade was completed successfully.'));
|
||||
$this->assertTrue($this->performUpgrade(), 'The upgrade was completed successfully.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user