From 3016bcbd235b75e60a44566368c2d3702a625174 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 9 Dec 2009 19:22:04 +0000 Subject: - Patch #652420 by sun: fixed some errors. --- modules/simpletest/tests/session.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/simpletest/tests/session.test') diff --git a/modules/simpletest/tests/session.test b/modules/simpletest/tests/session.test index 640431487..70bf70565 100644 --- a/modules/simpletest/tests/session.test +++ b/modules/simpletest/tests/session.test @@ -309,7 +309,7 @@ class SessionHttpsTestCase extends DrupalWebTestCase { $this->curlClose(); $this->drupalGet($this->httpsUrl('admin'), array(), array('Cookie: ' . $cookie)); $this->assertText(t('Administer')); - $this->assertNoResponse(403); + $this->assertResponse(200); // Verify that user is not logged in on non-secure URL. if (!$is_https) { @@ -375,7 +375,7 @@ class SessionHttpsTestCase extends DrupalWebTestCase { $this->drupalGet($url, array(), array('Cookie: ' . $cookie)); if ($cookie_key == $url_key) { $this->assertText(t('Administer')); - $this->assertNoResponse(403); + $this->assertResponse(200); } else { $this->assertNoText(t('Administer')); -- cgit v1.2.3