#699842 follow-up by Berdir and Damien Tournoud: Better fix for test fix.

merge-requests/26/head
Angie Byron 2010-02-09 18:23:19 +00:00
parent f17bed7d55
commit c70251d6f9
1 changed files with 1 additions and 1 deletions

View File

@ -1214,7 +1214,7 @@ class UserBlocksUnitTests extends DrupalWebTestCase {
$this->assertNoText(t('User login'), t('Logged in.'));
// Check that we are still on the same page.
$this->assertRaw('<a href="/admin/people/permissions" class="active">', t('Still on the same page after login for access denied page'));
$this->assertEqual($this->getAbsoluteUrl('admin/people/permissions'), $this->getUrl(), t('Still on the same page after login for access denied page'));
// Now, log out and repeat with a non-403 page.
$this->drupalLogout();