From 8339e790ed3cb1f90b359a53b05cd6670cfc6f0a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 8 Feb 2010 22:17:27 +0000 Subject: #699842 follow-up by Berdir: Adjust failing test. --- modules/user/user.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.test') 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('!!', t('Still on the same page after login for access denied page')); + $this->assertRaw('', t('Still on the same page after login for access denied page')); // Now, log out and repeat with a non-403 page. $this->drupalLogout(); -- cgit v1.2.3