actually that doesn't work v_v

This commit is contained in:
Shish 2009-07-15 19:07:09 +01:00
parent ead9e27dea
commit 9483cc59f3

View File

@ -48,7 +48,7 @@ class ShimmieWebTestCase extends WebTestCase {
$this->assertText("Upload");
$this->setField("data0", $filename);
$this->setField("tags", $tags);
$this->clickSubmitById("uploadbutton");
$this->click("Post");
$raw_headers = $this->getBrowser()->getHeaders();
$headers = explode("\n", $raw_headers);