image ext tests
This commit is contained in:
parent
9a04bce8d1
commit
1a3fa68ade
@ -4,12 +4,20 @@ class ImageTest extends ShimmieWebTestCase {
|
|||||||
$this->log_in_as_user();
|
$this->log_in_as_user();
|
||||||
$image_id = $this->post_image("ext/simpletest/data/pbx_screenshot.jpg", "test");
|
$image_id = $this->post_image("ext/simpletest/data/pbx_screenshot.jpg", "test");
|
||||||
|
|
||||||
|
# test collision
|
||||||
|
$this->post_image("ext/simpletest/data/pbx_screenshot.jpg", "test");
|
||||||
|
$this->assert_text("already has hash");
|
||||||
|
|
||||||
$this->get_page("user/test");
|
$this->get_page("user/test");
|
||||||
$this->assert_text("Images uploaded: 1");
|
$this->assert_text("Images uploaded: 1");
|
||||||
$this->click("Images uploaded");
|
$this->click("Images uploaded");
|
||||||
$this->assert_title("Image $image_id: test");
|
$this->assert_title("Image $image_id: test");
|
||||||
$this->log_out();
|
$this->log_out();
|
||||||
|
|
||||||
|
# test that serving manually doesn't cause errors
|
||||||
|
$this->get_page("image/$image_id/moo.jpg");
|
||||||
|
$this->get_page("thumb/$image_id/moo.jpg");
|
||||||
|
|
||||||
$this->log_in_as_admin();
|
$this->log_in_as_admin();
|
||||||
$this->delete_image($image_id);
|
$this->delete_image($image_id);
|
||||||
$this->log_out();
|
$this->log_out();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user