]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix test, use bytes not unicode and let the test raise its internal exception
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 3 Sep 2007 16:48:32 +0000 (16:48 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 3 Sep 2007 16:48:32 +0000 (16:48 +0000)
commit1d6ec653d003e5ad16e0cf7bb6df62b0135f9ea8
tree0f4565757282ceb95f44c7676afafe2cc88d0022
parent25523d27e7f363e4690a8f56aefce146eeacb2d3
fix test, use bytes not unicode and let the test raise its internal exception
rather than just complaining about stderr not being what we expected masking
the true problem.
Lib/bsddb/test/test_compare.py