case sensitivity?

This commit is contained in:
Shish 2010-03-22 04:30:07 +00:00
parent e3c0b3fbc2
commit 991a66edf0

View file

@ -30,13 +30,13 @@ class TagEditTest extends ShimmieWebTestCase {
$this->set_field("tag_edit__source", "example.com");
$this->click("Set");
$this->click("Source");
$this->click("source");
$this->assert_title("Example Web Page");
$this->back();
$this->set_field("tag_edit__source", "http://example.com");
$this->click("Set");
$this->click("Source");
$this->click("source");
$this->assert_title("Example Web Page");
$this->back();