summaryrefslogtreecommitdiff
path: root/src/server-tests/test_db_controller.py
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-03-31 18:49:42 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-01 22:25:55 +0300
commitbbe456991098e3f92c3bb405fb14400502fbd3ac (patch)
treec629a38838a6029300bb9907f345646ed52ad847 /src/server-tests/test_db_controller.py
parentb859ff77b2b3984342c2ccf91ec2850d90942281 (diff)
db_op: rename: DBO_rz__clone -> DBO_rzdoc__clone
Diffstat (limited to 'src/server-tests/test_db_controller.py')
-rw-r--r--src/server-tests/test_db_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server-tests/test_db_controller.py b/src/server-tests/test_db_controller.py
index f423077c..aea334af 100644
--- a/src/server-tests/test_db_controller.py
+++ b/src/server-tests/test_db_controller.py
@@ -349,7 +349,7 @@ class TestDBController(unittest.TestCase):
l_label = op.link_set_label
self.db_ctl.exec_op(op) # commit random data
- op = DBO_rz_clone(filter_label=n_label, limit=32)
+ op = DBO_rzdoc__clone(filter_label=n_label, limit=32)
topo_diff = self.db_ctl.exec_op(op)
n_set = topo_diff.node_set_add
l_set = topo_diff.link_set_add