From 807b0c70371d254f802611dfa93d8d249240add1 Mon Sep 17 00:00:00 2001 From: jgen Date: Mon, 17 Feb 2014 01:51:40 -0500 Subject: [PATCH] Commenting this out as it assumes Nice URLs, and fails if they are not enabled. --- ext/view/test.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ext/view/test.php b/ext/view/test.php index a4d3db73..4c5b7569 100644 --- a/ext/view/test.php +++ b/ext/view/test.php @@ -26,11 +26,15 @@ 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); $this->delete_image($image_id_2);