From 6a9475ec27f7f92945c0852a54750027317a6559 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 9 Feb 2010 19:06:52 +0000 Subject: #699842 follow-up by Damien Tournoud: Test fix, take 3... --- 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 48e8783d0..374a7fced 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->assertEqual($this->getAbsoluteUrl('admin/people/permissions'), $this->getUrl(), t('Still on the same page after login for access denied page')); + $this->assertEqual(url('admin/people/permissions', array('absolute' => TRUE)), $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