CVS: 'python/dist/src/Lib/test test_nis.py'
Barry A. Warsaw
bwarsaw@newcnri.CNRI.Reston.Va.US
1997年5月15日 14:27:51 -0400
Update of /projects/cvsroot/python/dist/src/Lib/test
In directory anthem:/projects/python/develop/bwarsaw/src/Lib/test
Modified Files:
test_nis.py
Log Message:
Catch nis.error and raise TestFailed instead. This catches the
problem where Python is configured with the nismodule but NIS isn't
installed, or the map names don't correspond to those hardcoded in
nismodule.c (which is bogus in and of itself).