Kaydet (Commit) ee906192 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

Merged revisions 84735 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84735 | benjamin.peterson | 2010-09-12 08:55:02 -0500 (Sun, 12 Sep 2010) | 1 line

  reenable test_nis on solaris #3402
........
üst 7f536b03
......@@ -4,7 +4,6 @@ import unittest
# Skip test if nis module does not exist.
nis = support.import_module('nis')
raise unittest.SkipTest("test_nis hangs on Solaris")
class NisTests(unittest.TestCase):
def test_maps(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment