[z3-checkins] r51659 - z3/deliverance/trunk/deliverance
ianb at codespeak.net
ianb at codespeak.net
Tue Feb 19 23:26:16 CET 2008
Author: ianb
Date: Tue Feb 19 23:26:15 2008
New Revision: 51659
Modified:
z3/deliverance/trunk/deliverance/test_wsgi.py
Log:
comment out some tests that are based on missing files
Modified: z3/deliverance/trunk/deliverance/test_wsgi.py
==============================================================================
--- z3/deliverance/trunk/deliverance/test_wsgi.py (original)
+++ z3/deliverance/trunk/deliverance/test_wsgi.py Tue Feb 19 23:26:15 2008
@@ -166,7 +166,9 @@
res2 = app.get('/expected.html?notheme')
html_string_compare(res.body, res2.body)
-def do_ignore(renderer_type, name):
+def do_ignore(renderer_type, name):
+ ## FIXME: there are no files in test-data/ignore/, where this comes from.
+ return
wsgi_app = DeliveranceMiddleware(ignore_app, 'theme.html', 'rules.xml',
renderer_type)
@@ -181,6 +183,8 @@
def do_ignore_header(renderer_type, name):
+ ## FIXME: there are no files in test-data/ignore/, where this comes from.
+ return
class NoThemeHeaderApp:
def __init__(self, app):
self.app = app
More information about the z3-checkins
mailing list