From: Barry Warsaw Date: Tue, 31 Dec 2002 18:21:43 +0000 (+0000) Subject: test01_close_dbenv_before_db(): Added an XXX comment that this test is X-Git-Tag: v2.3c1~2694 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc38baffbd9c94fc266c156a3e8a8b38918fc777;p=python test01_close_dbenv_before_db(): Added an XXX comment that this test is BerkeleyDB version dependent. --- diff --git a/Lib/bsddb/test/test_env_close.py b/Lib/bsddb/test/test_env_close.py index 87ad97f27a..0b46ee3090 100644 --- a/Lib/bsddb/test/test_env_close.py +++ b/Lib/bsddb/test/test_env_close.py @@ -61,6 +61,8 @@ class DBEnvClosedEarlyCrash(unittest.TestCase): "DB close did not raise an exception about its "\ "DBEnv being trashed" + # XXX This may fail when using older versions of BerkeleyDB. + # E.g. 3.2.9 never raised the exception. assert 0, "dbenv did not raise an exception about its DB being open"