Bug #685: Add failing unit test
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 3 Dec 2011 15:45:33 +0000 (16:45 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 3 Dec 2011 15:50:36 +0000 (16:50 +0100)
commit968dd9e735eeeee9da0d1c10735e9bba2817e7c0
tree6dbf616b7b5ed098a67a28d0ca34648c61b274ca
parenteae7d0585fc0348a47087919c04e2372d15d244c
Bug #685: Add failing unit test

The simplest way to reproduce Bug #685 is to ask for a non
existent page. This should return a proper 404. It
currently doesn't.
So add a unit test exactly for this.

This unit test fails currently! It will fail until the bug
gets fixed.
mediagoblin/tests/test_misc.py [new file with mode: 0644]