Patches item #1510987, was opened at 2006-06-22 16:08 Message generated for change (Comment added) made by martineau You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1510987&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tests Group: Python 2.5 >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Mat Martineau (martineau) Assigned to: Nobody/Anonymous (nobody) Summary: test_grp.py doesn't skip special NIS entry, fails Initial Comment: Lib/test/test_grp.py is failing due to a "+:::" line in /etc/group. The test_errors() method checks for (and ignores) this type of entry, but test_values() does not. This patch makes test_values() ignore '+' or blank entries, using the same logic as test_errors(). Python: 2.5b1 (svn revision 47078) Platform: Linux 2.6.16 (Suse 10.1) ---------------------------------------------------------------------- >Comment By: Mat Martineau (martineau) Date: 2006-09-15 15:36 Message: Logged In: YES user_id=1094573 See bug 775964. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1510987&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
