Fixed submission error handling and broken tests
authorJoar Wandborg <git@wandborg.com>
Sat, 31 Dec 2011 21:57:08 +0000 (22:57 +0100)
committerJoar Wandborg <git@wandborg.com>
Sat, 31 Dec 2011 21:57:08 +0000 (22:57 +0100)
commit4601c30c2e80734cf3a18472c2e29a7f920b9604
treec4f3c63f8eb306a435c6e15cb21a6168ecfdf1b8
parenteab23e38d0d4b3a95d6cbb9527715e82efaccdd6
Fixed submission error handling and broken tests

- Fixed broken test_auth test
- Fixed error handling on submission, it now raises the exception
  if it is not explicitly relevant to file submission.
mediagoblin/media_types/__init__.py
mediagoblin/submit/views.py
mediagoblin/tests/test_auth.py