test generation of the actual map

This commit is contained in:
Shish 2010-03-12 17:57:21 +00:00
parent 5238fdc13f
commit 56446b867f

View file

@ -5,5 +5,17 @@ class XMLSitemapTest extends SCoreWebTestCase {
# PHP-level error messages
$this->get_page('sitemap.xml');
}
function testImage() {
$this->log_in_as_user();
$image_id = $this->post_image("ext/simpletest/data/pbx_screenshot.jpg", "pbx");
$this->log_out();
$this->get_page('sitemap.xml');
$this->log_in_as_admin();
$this->delete_image($image_id);
$this->log_out();
}
}
?>