From 9aa54af90a2471ba3fe5818d2010fbbb43eae845 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 13 Aug 2009 19:01:23 +0100 Subject: [PATCH] fix this test --- ext/user/test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/user/test.php b/ext/user/test.php index 80ad1190..6d89bb1e 100644 --- a/ext/user/test.php +++ b/ext/user/test.php @@ -16,14 +16,14 @@ class UserPageTest extends SCoreWebTestCase { // should be on the user page $this->assertTitle(USER_NAME+"'s Page"); $this->assertText("Options"); - $this->assertNoText("More Options"); + $this->assertNoText("Admin:"); $this->log_out(); $this->log_in_as_admin(); // should be on the user page $this->assertTitle(ADMIN_NAME+"'s Page"); $this->assertText("Options"); - $this->assertText("More Options"); + $this->assertText("Admin:"); $this->log_out(); # FIXME: test user creation