From d410b320ec46ced2be067fe4297d81405280dcf4 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 19 May 2007 04:35:52 +0000 Subject: Give some clue as to what happened if the test fails. --- Lib/bsddb/test/test_recno.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/bsddb/test/test_recno.py b/Lib/bsddb/test/test_recno.py index 484e7d7..4b36a40 100644 --- a/Lib/bsddb/test/test_recno.py +++ b/Lib/bsddb/test/test_recno.py @@ -118,7 +118,7 @@ class SimpleRecnoTestCase(unittest.TestCase): assert not d.has_key(13) data = d.get_both(26, "z" * 60) - assert data == "z" * 60 + assert data == "z" * 60, 'was %r' % data if verbose: print data -- cgit v0.12