[Python-checkins] python/dist/src/Lib/bsddb/test test_all.py, 1.2, 1.2.12.1

greg at users.sourceforge.net greg at users.sourceforge.net
Tue Mar 16 02:47:47 EST 2004


Update of /cvsroot/python/python/dist/src/Lib/bsddb/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25719/Lib/bsddb/test
Modified Files:
 Tag: release23-maint
	test_all.py 
Log Message:
fix bug related to SF bug id 788421 where DBC.set_range() could call
free() on something it did not allocate for non B-Tree based databases.
Index: test_all.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_all.py,v
retrieving revision 1.2
retrieving revision 1.2.12.1
diff -C2 -d -r1.2 -r1.2.12.1
*** test_all.py	28 Jan 2003 17:20:42 -0000	1.2
--- test_all.py	16 Mar 2004 07:47:44 -0000	1.2.12.1
***************
*** 67,71 ****
 for name in test_modules:
 module = __import__(name)
! alltests.addTest(module.suite())
 return alltests
 
--- 67,71 ----
 for name in test_modules:
 module = __import__(name)
! alltests.addTest(module.test_suite())
 return alltests
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /