Kaydet (Commit) bc38baff authored tarafından Barry Warsaw's avatar Barry Warsaw

test01_close_dbenv_before_db(): Added an XXX comment that this test is

BerkeleyDB version dependent.
üst 0aae2b07
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment