actually that doesn't work v_v

This commit is contained in:
Shish 2009-07-15 19:07:09 +01:00
parent 028ee4b462
commit aa3657c158

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);