[Python-Dev] Misc. warnings
Barry A. Warsaw
barry@python.org
Tue, 7 Jan 2003 22:49:48 -0500
>>>>> "MvL" =3D=3D Martin v L=F6wis <martin@v.loewis.de> writes:
MvL> I would personally expect that the bsddb3 test passes if
MvL> Sleepycat BSD DB is installed on the system (which should be
MvL> the case on most Linux systems), and the bsddb resource is
MvL> activated when running regrtest.
Actually, there are two bsddb tests. The first one, test_bsddb, is
exceedingly simple and always runs. The second, misnamed test_bsddb3
is the full test suite from PyBSDDB and only runs when the bsddb
resource is enabled.
-Barry