[issue2411] test_nis.py fails if NIS is not configured or used

2008-03-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Applied in revision 61627. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue2411] test_nis.py fails if NIS is not configured or used

2008-03-18 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- assignee: -> brett.cannon nosy: +brett.cannon __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs

[issue2411] test_nis.py fails if NIS is not configured or used

2008-03-18 Thread Michael Bishop
New submission from Michael Bishop <[EMAIL PROTECTED]>: Instead of failing the test which is inaccurate, the test will return that it was skipped and what the msg is. -- components: Tests files: test_nis.patch keywords: patch messages: 64016 nosy: MichaelBishop severity: normal status: o