cpython/Lib/bsddb/test
Gregory P. Smith 568065e9d1 Fixes issue1371 and reenables those tests.
Merge r58757 and r58758 from trunk.
Undoes incorrect dbtables fix and errant strdup introduced as
described below:

r58757 | gregory.p.smith | 2007-11-01 14:08:14 -0700 (Thu, 01 Nov 2007) | 4 lines

Fix bug introduced in revision 58385.  Database keys could no longer
have NULL bytes in them.  Replace the errant strdup with a
malloc+memcpy.  Adds a unit test for the correct behavior.

r58758 | gregory.p.smith | 2007-11-01 14:15:36 -0700 (Thu, 01 Nov 2007) | 3 lines

Undo revision 58533 58534 fixes.  Those were a workaround for
a problem introduced by 58385.
2007-11-01 21:55:08 +00:00
..
__init__.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00
test_1413192.py Merge 58539: squelch the warning that this test is intended to raise. 2007-10-19 07:34:48 +00:00
test_all.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_associate.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_basics.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_compare.py fix test, use bytes not unicode and let the test raise its internal exception 2007-09-03 16:48:32 +00:00
test_compat.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_cursor_pget_bug.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_dbobj.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_dbshelve.py Merge r58434: 2007-10-12 19:13:19 +00:00
test_dbtables.py Get test_bsddb3 passing 2007-08-29 05:52:49 +00:00
test_env_close.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_get_none.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_join.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_lock.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_misc.py Fixes issue1371 and reenables those tests. 2007-11-01 21:55:08 +00:00
test_pickle.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_queue.py Get test_bsddb3 passing 2007-08-29 05:52:49 +00:00
test_recno.py Get test_bsddb3 passing 2007-08-29 05:52:49 +00:00
test_sequence.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00
test_thread.py Cleanup test_thread. CDB (Concurrent Database) support in BerkeleyDB is only 2007-09-08 23:25:43 +00:00