summaryrefslogtreecommitdiff
path: root/modules/user/user.test
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-08 22:17:27 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-08 22:17:27 +0000
commit8339e790ed3cb1f90b359a53b05cd6670cfc6f0a (patch)
tree0b1b23908e38c68241566d6589f3f3e4a300ad5a /modules/user/user.test
parentf75d1a9e77d3ff5248d2d7c6f3ae3517c3a5a96f (diff)
downloadbrdo-8339e790ed3cb1f90b359a53b05cd6670cfc6f0a.tar.gz
brdo-8339e790ed3cb1f90b359a53b05cd6670cfc6f0a.tar.bz2
#699842 follow-up by Berdir: Adjust failing test.
Diffstat (limited to 'modules/user/user.test')
-rw-r--r--modules/user/user.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.test b/modules/user/user.test
index 402317f7b..fccfb1349 100644
--- a/modules/user/user.test
+++ b/modules/user/user.test
@@ -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->assertPattern('!<title.*?' . t('Permissions') . '.*?</title>!', t('Still on the same page after login for access denied page'));
+ $this->assertRaw('<a href="/admin/people/permissions" class="active">', t('Still on the same page after login for access denied page'));
// Now, log out and repeat with a non-403 page.
$this->drupalLogout();