aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_mgoblin_app.ini
diff options
context:
space:
mode:
authorElrond <elrond+mediagoblin.org@samba-tng.org>2011-10-04 01:03:43 +0200
committerElrond <elrond+mediagoblin.org@samba-tng.org>2011-10-19 21:37:19 +0200
commit91b89bde4742178534aa2a3fea6308fa463a2550 (patch)
tree724d7a920cf72c58f3e9a6c243e641f4d3ffc10a /mediagoblin/tests/test_mgoblin_app.ini
parenteb5bb3fc997da26a39d6d77888574b634f00db57 (diff)
downloadmediagoblin-91b89bde4742178534aa2a3fea6308fa463a2550.tar.lz
mediagoblin-91b89bde4742178534aa2a3fea6308fa463a2550.tar.xz
mediagoblin-91b89bde4742178534aa2a3fea6308fa463a2550.zip
591: Let Testing Middleware check for staticdirect() usage
All references to static, shipped content should go via request.staticdirect(). So insert a TestingMiddleware in the chain, which tests for this on all requests/reponses happening in the test suite. It's a simple text search for a bogus usage pattern.
Diffstat (limited to 'mediagoblin/tests/test_mgoblin_app.ini')
-rw-r--r--mediagoblin/tests/test_mgoblin_app.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_mgoblin_app.ini b/mediagoblin/tests/test_mgoblin_app.ini
index ab32cccc..f979e810 100644
--- a/mediagoblin/tests/test_mgoblin_app.ini
+++ b/mediagoblin/tests/test_mgoblin_app.ini
@@ -1,5 +1,5 @@
[mediagoblin]
-direct_remote_path = /mgoblin_static/
+direct_remote_path = /test_static/
email_sender_address = "notice@mediagoblin.example.org"
email_debug_mode = true
db_name = __mediagoblin_tests__