summaryrefslogtreecommitdiff
path: root/src-py/test_db_controller.py
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-10-20 19:34:34 +0200
committerLV-426 <lv-426@taproot.org.il>2014-10-20 19:34:34 +0200
commit7095cc48865cc46ad20f28de79ba62d80e8d2153 (patch)
tree9581dff808975fddf0d13e8b45cdcae4763c94c1 /src-py/test_db_controller.py
parent182827506334e8ebe4e8478a49c4e0c9b0187677 (diff)
Attr_Diff:
- add_node_attr_write() - add_node_attr_rm()
Diffstat (limited to 'src-py/test_db_controller.py')
-rw-r--r--src-py/test_db_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-py/test_db_controller.py b/src-py/test_db_controller.py
index 502768a3..4af4cabc 100644
--- a/src-py/test_db_controller.py
+++ b/src-py/test_db_controller.py
@@ -167,7 +167,7 @@ class TestDBController(unittest.TestCase):
op.add_statement("non-valid statement #1", {})
op.add_statement("non-valid statement #2", {})
- self.db_ctl.exec_op(op)
+ self.assertRaises(Neo4JException, self.db_ctl.exec_op, op)
self.assertEqual(len(op.result_set), 2)
self.assertEqual(len(op.error_set), 1)