[Python-checkins] python/dist/src/Lib/test regrtest.py,1.120,1.121

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Mon, 03 Feb 2003 03:54:42 -0800


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

Modified Files:
	regrtest.py 
Log Message:
Remove test_b1 and test_b2 from the list of tests
that are no real tests, because test_b1 and
test_b2 no longer exist. (Spotted by Raymond Hettinger)


Index: regrtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/regrtest.py,v
retrieving revision 1.120
retrieving revision 1.121
diff -C2 -d -r1.120 -r1.121
*** regrtest.py	29 Jan 2003 16:24:16 -0000	1.120
--- regrtest.py	3 Feb 2003 11:54:39 -0000	1.121
***************
*** 339,344 ****
  NOTTESTS = [
      'test_support',
-     'test_b1',
-     'test_b2',
      'test_future1',
      'test_future2',
--- 339,342 ----