Cleaning up.
This commit is contained in:
parent
0dd9c19bca
commit
9255c861f7
2 changed files with 4 additions and 4 deletions
|
@ -27,14 +27,14 @@ class ViewTest extends ShimmieWebTestCase {
|
|||
$this->assert_title('Image not found');
|
||||
|
||||
/*
|
||||
* FIXME: this is broken as it assumes Nice URLs.
|
||||
*
|
||||
* FIXME: this 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);
|
||||
|
|
|
@ -28,7 +28,7 @@ echo "
|
|||
server {
|
||||
listen 80;
|
||||
server_name localhost 127.0.0.1 \"\";
|
||||
server_tokens off;
|
||||
server_tokens off;
|
||||
root $1;
|
||||
index index.php;
|
||||
|
||||
|
|
Reference in a new issue