Commenting this out as it assumes Nice URLs, and fails if they are not enabled.

This commit is contained in:
jgen 2014-02-17 01:51:40 -05:00
parent 073813d0ea
commit 807b0c7037

View File

@ -26,10 +26,14 @@ class ViewTest extends ShimmieWebTestCase {
$this->get_page('post/view/-1'); $this->get_page('post/view/-1');
$this->assert_title('Image not found'); $this->assert_title('Image not found');
/*
* FIXME: this is broken as it assumes Nice URLs.
*
# note: skips image #2 # note: skips image #2
$this->get_page("post/view/$image_id_1?search=test"); // FIXME: assumes niceurls $this->get_page("post/view/$image_id_1?search=test"); // FIXME: assumes niceurls
$this->click("Prev"); $this->click("Prev");
$this->assert_title("Image $image_id_3: test"); $this->assert_title("Image $image_id_3: test");
*/
$this->log_in_as_admin(); $this->log_in_as_admin();
$this->delete_image($image_id_1); $this->delete_image($image_id_1);