[pypy-svn] r61905 - pypy/trunk/pypy/module/_locale/test
getxsick at codespeak.net
getxsick at codespeak.net
Sun Feb 15 00:53:52 CET 2009
Author: getxsick
Date: Sun Feb 15 00:53:52 2009
New Revision: 61905
Modified:
pypy/trunk/pypy/module/_locale/test/test_locale.py
Log:
(jlg, getxsick) remove doubled tests
Modified: pypy/trunk/pypy/module/_locale/test/test_locale.py
==============================================================================
--- pypy/trunk/pypy/module/_locale/test/test_locale.py (original)
+++ pypy/trunk/pypy/module/_locale/test/test_locale.py Sun Feb 15 00:53:52 2009
@@ -132,9 +132,6 @@
# TODO more tests would be nice
import _locale
- for fun in ('gettext', 'dgettext', 'dcgettext', 'textdomain'):
- assert hasattr(_locale, fun)
-
assert _locale.gettext("1234") == "1234"
assert _locale.dgettext(None, "1234") == "1234"
assert _locale.dcgettext(None, "1234", _locale.LC_MESSAGES) == "1234"
More information about the Pypy-commit
mailing list