projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aae2b0
)
test01_close_dbenv_before_db(): Added an XXX comment that this test is
author
Barry Warsaw
<barry@python.org>
Tue, 31 Dec 2002 18:21:43 +0000
(18:21 +0000)
committer
Barry Warsaw
<barry@python.org>
Tue, 31 Dec 2002 18:21:43 +0000
(18:21 +0000)
BerkeleyDB version dependent.
Lib/bsddb/test/test_env_close.py
patch
|
blob
|
history
diff --git
a/Lib/bsddb/test/test_env_close.py
b/Lib/bsddb/test/test_env_close.py
index 87ad97f27a4b9865e6d42d5bee3359b3f417a35c..0b46ee30906a853d981c4cb93232decdea07e045 100644
(file)
--- 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"