From e5f4b5ffa1cd9378b4d4bd16ceee2fe36a4a2606 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 10 Mar 2012 01:57:47 +0000 Subject: [PATCH] test tweeter --- contrib/twitter_soc/test.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/twitter_soc/test.php b/contrib/twitter_soc/test.php index e11bd6a2..438e530b 100644 --- a/contrib/twitter_soc/test.php +++ b/contrib/twitter_soc/test.php @@ -7,19 +7,19 @@ class TwitterSocTest extends SCoreWebTestCase { $this->set_field("_config_twitter_soc_username", "shish2k"); $this->click("Save Settings"); - /* $this->get_page("post/list"); - $this->assert_text("Note"); - $this->assert_text("kittens"); + $this->assert_text("Tweets"); + /* + $this->assert_text("kittens"); // this is loaded with javascript */ $this->get_page("setup"); $this->set_field("_config_twitter_soc_username", ""); $this->click("Save Settings"); - /* $this->get_page("post/list"); - $this->assert_no_text("Note"); + $this->assert_no_text("Tweets"); + /* $this->assert_no_text("kittens"); */