[FIX] remove old-style test wsgi hook

bzr revid: al@openerp.com-20110924152401-5ilujqvg6gnhdrbz
This commit is contained in:
Antony Lesuisse 2011-09-24 17:24:01 +02:00
parent 73cdf6159e
commit 02ee5ee64c
2 changed files with 0 additions and 6 deletions

View File

@ -25,10 +25,5 @@ import res
import publisher_warranty
import report
def YEAH(environ, start_response):
response = 'YEAH.\n'
start_response('200 OK', [('Content-Type', 'text/plain'), ('Content-Length', str(len(response)))])
return [response]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -93,7 +93,6 @@
'test/test_ir_rule.yml', # <-- These tests modify/add/delete ir_rules.
'test/test_ir_values.yml',
],
'wsgi': 'YEAH',
'installable': True,
'active': True,
'certificate': '0076807797149',