Author: Amaury Forgeot d'Arc <[email protected]>
Branch: 
Changeset: r58846:fee1429416c5
Date: 2012-11-12 23:36 +0100
http://bitbucket.org/pypy/pypy/changeset/fee1429416c5/

Log:    Give test a better name

diff --git a/pypy/module/_ssl/test/test_ztranslation.py 
b/pypy/module/_ssl/test/test_ztranslation.py
--- a/pypy/module/_ssl/test/test_ztranslation.py
+++ b/pypy/module/_ssl/test/test_ztranslation.py
@@ -1,4 +1,4 @@
 from pypy.objspace.fake.checkmodule import checkmodule
 
-def test__ffi_translates():
+def test__ssl_translates():
     checkmodule('_ssl')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to