Work around bug. Fixes #18.

This commit is contained in:
baztian
2017-03-12 21:47:29 +01:00
parent 8f3345bcdf
commit 364a3584d5
2 changed files with 6 additions and 3 deletions
-1
View File
@@ -66,7 +66,6 @@ class MockTest(unittest.TestCase):
except jaydebeapi.DatabaseError as e:
self.assertEquals(str(e), "java.sql.SQLException: expected")
def test_runtime_exception_on_execute(self):
self.conn.jconn.mockExceptionOnExecute("java.lang.RuntimeException", "expected")
cursor = self.conn.cursor()