|
@@ -90,8 +90,7 @@ class FrameworkTestType:
|
|
|
body = r.content
|
|
|
self.out.write(str(headers))
|
|
|
self.out.write(body)
|
|
|
- b = 40
|
|
|
- print " Response (trimmed to %d bytes): \"%s\"" % (b, body.strip()[:b])
|
|
|
+ print " Response: \"%s\"" % body
|
|
|
return headers, body
|
|
|
|
|
|
def verify(self, base_url):
|