Add (failing) test for editing the slug.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 18 Jan 2013 20:17:52 +0000 (21:17 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 18 Jan 2013 20:21:42 +0000 (21:21 +0100)
commitd92fbdc4ea23ed5bc4f439358d83bee01b76b964
tree16fac03c6dd4ad465a6d9afd2694171031d7c11b
parentafbfd40578ca93babe191bb0edef360822c91a27
Add (failing) test for editing the slug.

This test fails, because it tries to set a slug with an "="
in it. And tests that the "=" gets replaced by "-".

Well, it currently is not being replaced.

The next (cherry picked) commit by Sebastian Spaeth fixes
this test!
mediagoblin/tests/test_submission.py