[Python-checkins] CVS: python/dist/src/Lib/test test_pyclbr.py,1.6,1.6.10.1

Michael Hudson mwh@users.sourceforge.net
Thu, 14 Mar 2002 09:13:51 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv17554

Modified Files:
      Tag: release22-maint
	test_pyclbr.py 
Log Message:
I don't understand it either...

backport jhylton's checkin of
    revision 1.7 of test_pyclbr.py

Fix pyclbr test of httplib without really understanding pyclbr.

It seems that the new class HTTP11 in httplib.test() isn't
discoverable by pyclbr, which causes this test to fail.


Index: test_pyclbr.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_pyclbr.py,v
retrieving revision 1.6
retrieving revision 1.6.10.1
diff -C2 -d -r1.6 -r1.6.10.1
*** test_pyclbr.py	3 Oct 2001 04:08:26 -0000	1.6
--- test_pyclbr.py	14 Mar 2002 17:06:55 -0000	1.6.10.1
***************
*** 141,145 ****
  
          cm('httplib', ignore=('error',    # set with =
!                               'HTTPS'))   # not on all platforms
  
          cm('Cookie', ignore=('__str__', 'Cookie')) # set with =
--- 141,146 ----
  
          cm('httplib', ignore=('error',    # set with =
!                               'HTTPS',
!                               'HTTP11'))   # not on all platforms
  
          cm('Cookie', ignore=('__str__', 'Cookie')) # set with =