|
|
@@ -49,8 +49,8 @@ class FakeHTTPRequest(object): |
|
|
|
def processingFailed(self, failure): |
|
|
|
self.setResponseCode(500, 'Internal Server Error') |
|
|
|
|
|
|
|
print 'f:', `failure` |
|
|
|
print 'b:', failure.getTraceback() |
|
|
|
#print 'f:', `failure` |
|
|
|
#print 'b:', failure.getTraceback() |
|
|
|
|
|
|
|
def _cleanup(self): |
|
|
|
for d in self.notifications: |
|
|
|