Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r64676:d7764985be92
Date: 2013-05-31 14:53 +0200
http://bitbucket.org/pypy/pypy/changeset/d7764985be92/

Log:    uh? no clue

diff --git a/rpython/rlib/test/test_rlocale.py 
b/rpython/rlib/test/test_rlocale.py
--- a/rpython/rlib/test/test_rlocale.py
+++ b/rpython/rlib/test/test_rlocale.py
@@ -20,8 +20,8 @@
 
     def test_setlocale_worked(self):
         assert u"&#260;".isupper()
-        raises(LocaleError, setlocale, LC_ALL, "bla bla bla")
-        raises(LocaleError, setlocale, 1234455, None)
+        py.test.raises(LocaleError, setlocale, LC_ALL, "bla bla bla")
+        py.test.raises(LocaleError, setlocale, 1234455, None)
 
     def test_lower_upper(self):
         assert isupper(ord("A"))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to