test tweeter

This commit is contained in:
Shish 2012-03-10 01:57:47 +00:00
parent 91a97f2b00
commit e5f4b5ffa1

View File

@ -7,19 +7,19 @@ class TwitterSocTest extends SCoreWebTestCase {
$this->set_field("_config_twitter_soc_username", "shish2k"); $this->set_field("_config_twitter_soc_username", "shish2k");
$this->click("Save Settings"); $this->click("Save Settings");
/*
$this->get_page("post/list"); $this->get_page("post/list");
$this->assert_text("Note"); $this->assert_text("Tweets");
$this->assert_text("kittens"); /*
$this->assert_text("kittens"); // this is loaded with javascript
*/ */
$this->get_page("setup"); $this->get_page("setup");
$this->set_field("_config_twitter_soc_username", ""); $this->set_field("_config_twitter_soc_username", "");
$this->click("Save Settings"); $this->click("Save Settings");
/*
$this->get_page("post/list"); $this->get_page("post/list");
$this->assert_no_text("Note"); $this->assert_no_text("Tweets");
/*
$this->assert_no_text("kittens"); $this->assert_no_text("kittens");
*/ */