$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() {