example.com changed...

This commit is contained in:
Shish 2012-03-09 20:01:51 +00:00
parent 266a0d7c25
commit 126ed2ee78

View File

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