From c70251d6f94750488d122684a8d613cb39ad0ba8 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 9 Feb 2010 18:23:19 +0000 Subject: #699842 follow-up by Berdir and Damien Tournoud: Better fix for test fix. --- 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 fccfb1349..48e8783d0 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->assertRaw('', 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(); -- cgit v1.2.3