Cleaning up.
This commit is contained in:
parent
0dd9c19bca
commit
9255c861f7
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ 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
|
||||
|
|
|
@ -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