mirror of https://github.com/python/cpython.git
test01_close_dbenv_before_db(): Added an XXX comment that this test is
BerkeleyDB version dependent.
This commit is contained in:
parent
0aae2b07d7
commit
bc38baffbd
|
@ -61,6 +61,8 @@ def test01_close_dbenv_before_db(self):
|
|||
"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"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue