]> git.mjollnir.org Git - s9y.git/commitdiff
* disable test (failing because of a bug in Testing_Selenium)
authornohn <nohn>
Sun, 5 Nov 2006 08:12:40 +0000 (08:12 +0000)
committernohn <nohn>
Sun, 5 Nov 2006 08:12:40 +0000 (08:12 +0000)
tests/gui/SerendipityTestSuite.php

index c0f4c9ca4448829855d785b2c6157a990ed55f9b..c90a428e530a66e1650b0a8b8b235a8623f57b99 100644 (file)
@@ -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', '&nbsp;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', '&nbsp;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() {