Commit 3884690d authored by Neal Norwitz's avatar Neal Norwitz

Don't raise a string exception, they don't work anymore.

parent 880605aa
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment