Cleaning up.
This commit is contained in:
parent
0dd9c19bca
commit
9255c861f7
@ -27,14 +27,14 @@ class ViewTest extends ShimmieWebTestCase {
|
|||||||
$this->assert_title('Image not found');
|
$this->assert_title('Image not found');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FIXME: this is broken as it assumes Nice URLs.
|
* FIXME: this 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);
|
||||||
$this->delete_image($image_id_2);
|
$this->delete_image($image_id_2);
|
||||||
|
@ -28,7 +28,7 @@ echo "
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name localhost 127.0.0.1 \"\";
|
server_name localhost 127.0.0.1 \"\";
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
root $1;
|
root $1;
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user