Commenting this out as it assumes Nice URLs, and fails if they are not enabled.
This commit is contained in:
parent
073813d0ea
commit
807b0c7037
@ -26,10 +26,14 @@ class ViewTest extends ShimmieWebTestCase {
|
||||
$this->get_page('post/view/-1');
|
||||
$this->assert_title('Image not found');
|
||||
|
||||
/*
|
||||
* FIXME: this is broken as it assumes Nice URLs.
|
||||
*
|
||||
# note: skips image #2
|
||||
$this->get_page("post/view/$image_id_1?search=test"); // FIXME: assumes niceurls
|
||||
$this->click("Prev");
|
||||
$this->assert_title("Image $image_id_3: test");
|
||||
*/
|
||||
|
||||
$this->log_in_as_admin();
|
||||
$this->delete_image($image_id_1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user