From 56661216d92ca054bd85b10105c6c1ba6f8252b0 Mon Sep 17 00:00:00 2001 From: nohn Date: Sun, 5 Nov 2006 08:12:40 +0000 Subject: [PATCH] * disable test (failing because of a bug in Testing_Selenium) --- tests/gui/SerendipityTestSuite.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/tests/gui/SerendipityTestSuite.php b/tests/gui/SerendipityTestSuite.php index c0f4c9c..c90a428 100644 --- a/tests/gui/SerendipityTestSuite.php +++ b/tests/gui/SerendipityTestSuite.php @@ -136,13 +136,14 @@ class SerendipityTestSuite extends PHPUnit_Extensions_SeleniumTestCase $this->clickAndWait('link='.CREATE_NEW_CAT); - $this->assertTextPresent(CREATE_NEW_CAT); - $this->select('parent_cat', ' Test Category 001-1'); - $this->type('serendipity[cat][name]', 'Test Category 001-1-1'); - $this->type('serendipity[cat][description]', 'This is the description for Test Category 001-1-1'); - $this->clickAndWait('SAVE'); - - $this->assertTextPresent('Test Category 001-1-1'); +# This test is blocked by http://pear.php.net/bugs/9189 +# $this->assertTextPresent(CREATE_NEW_CAT); +# $this->select('parent_cat', ' Test Category 001-1'); +# $this->type('serendipity[cat][name]', 'Test Category 001-1-1'); +# $this->type('serendipity[cat][description]', 'This is the description for Test Category 001-1-1'); +# $this->clickAndWait('SAVE'); +# +# $this->assertTextPresent('Test Category 001-1-1'); } public function testCreateSimpleArticle() { -- 2.39.5