2009-07-16 20:21:49 +01:00
|
|
|
<?php
|
2019-05-28 17:59:38 +01:00
|
|
|
class IcoHandlerTest extends ShimmiePHPUnitTestCase
|
|
|
|
{
|
|
|
|
public function testIcoHander()
|
|
|
|
{
|
|
|
|
$this->log_in_as_user();
|
|
|
|
$image_id = $this->post_image("ext/handle_static/static/favicon.ico", "shimmie favicon");
|
|
|
|
$this->get_page("post/view/$image_id"); // test for no crash
|
2009-09-27 15:48:38 +01:00
|
|
|
|
2019-05-28 17:59:38 +01:00
|
|
|
# FIXME: test that the thumb works
|
|
|
|
# FIXME: test that it gets displayed properly
|
|
|
|
}
|
2009-07-16 20:21:49 +01:00
|
|
|
}
|