]> granicus.if.org Git - python/commit
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)
authorVictor Stinner <vstinner@redhat.com>
Tue, 19 Jun 2018 16:19:23 +0000 (18:19 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Jun 2018 16:19:23 +0000 (18:19 +0200)
commit13c79c677f9ec9437c82eda72fa1c2d288d8fceb
treed26dc6df98d1b75c3ab722074585812593a34ac3
parent2edcf0a3db608457f42f4e4b74aff28237b4c91b
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)

Fix test_dbm_gnu.test_reorganize() on macOS with gdbm 1.15: add a
larger value to make sure that the file size changes.
Lib/test/test_dbm_gnu.py
Misc/NEWS.d/next/Tests/2018-06-19-14-04-21.bpo-33901.OFW1Sr.rst [new file with mode: 0644]