summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/bsddb/test')
-rw-r--r--Lib/bsddb/test/test_dbtables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/test/test_dbtables.py b/Lib/bsddb/test/test_dbtables.py
index 6700543..1debb89 100644
--- a/Lib/bsddb/test/test_dbtables.py
+++ b/Lib/bsddb/test/test_dbtables.py
@@ -111,7 +111,7 @@ class TableDBTestCase(unittest.TestCase):
else :
if verbose:
print "values= %r" % (values,)
- raise "Wrong values returned!"
+ raise RuntimeError("Wrong values returned!")
def test03(self):
tabname = "test03"