Author: Manuel Jacob <m...@manueljacob.de>
Branch: 
Changeset: r91116:9ef459636100
Date: 2017-04-22 23:06 +0200
http://bitbucket.org/pypy/pypy/changeset/9ef459636100/

Log:    Fix test to make a bit more sense.

diff --git a/pypy/module/test_lib_pypy/test_md5_extra.py 
b/pypy/module/test_lib_pypy/test_md5_extra.py
--- a/pypy/module/test_lib_pypy/test_md5_extra.py
+++ b/pypy/module/test_lib_pypy/test_md5_extra.py
@@ -69,7 +69,7 @@
 
         # Update and compare...
         for i in range(len(cases)):
-            message = cases[i][0]
+            message = cases[i]
 
             m1c.update(message)
             d1 = m1c.hexdigest()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to