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
........
This commit is contained in:
Benjamin Peterson 2010-09-12 13:58:34 +00:00
parent 7f536b03a2
commit ee906192b5
1 changed files with 0 additions and 1 deletions

View File

@ -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):