Changed string statement to docstring

This commit is contained in:
Andrew Murray 2015-05-27 09:18:11 +10:00
parent 26bcc443d1
commit 40c05380c5

View File

@ -105,6 +105,8 @@ post-patch:
test_output = BytesIO() test_output = BytesIO()
im.save(test_output, "JPEG", qtables=qtables) im.save(test_output, "JPEG", qtables=qtables)
def test_exif_leak(self):
""" """
pre patch: pre patch:
@ -160,8 +162,6 @@ post patch:
0 11.33 0 11.33
""" """
def test_exif_leak(self):
im = hopper('RGB') im = hopper('RGB')
exif = b'12345678'*4096 exif = b'12345678'*4096