[Jython-checkins] jython: Unskip test that now passes.

frank.wierzbicki jython-checkins at python.org
Tue Feb 12 00:33:19 CET 2013


http://hg.python.org/jython/rev/ef5741dd9b6d
changeset:   7044:ef5741dd9b6d
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Mon Feb 11 15:32:55 2013 -0800
summary:
  Unskip test that now passes.

files:
  Lib/test/test_site.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py
--- a/Lib/test/test_site.py
+++ b/Lib/test/test_site.py
@@ -196,7 +196,6 @@
             env=env)
         self.assertEqual(rc, 1)
 
-    @unittest.skipIf(is_jython, "FIXME: not on Jython yet.")
     def test_getuserbase(self):
         site.USER_BASE = None
         user_base = site.getuserbase()

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list