Author: Amaury Forgeot d'Arc <amaur...@gmail.com>
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
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to