[Python-checkins] python/dist/src/Lib/test test_pyclbr.py,1.14,1.15

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sun, 29 Dec 2002 19:01:28 -0800


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

Modified Files:
	test_pyclbr.py 
Log Message:
Temporarily comment out a test that crashes upon the introduction of 
the _random subclass for Random.  


Index: test_pyclbr.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_pyclbr.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** test_pyclbr.py	3 Dec 2002 08:16:50 -0000	1.14
--- test_pyclbr.py	30 Dec 2002 03:01:25 -0000	1.15
***************
*** 144,148 ****
  
          # These were once about the 10 longest modules
!         cm('random', ignore=('_verify',)) # deleted
          cm('cgi', ignore=('log',))      # set with = in module
          cm('mhlib')
--- 144,148 ----
  
          # These were once about the 10 longest modules
!         ## cm('random') # This test crashes (probably due to the "import as").
          cm('cgi', ignore=('log',))      # set with = in module
          cm('mhlib')