From 11fca26a64d09a50fb406280c71ee634de036a9f Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 24 Feb 2015 01:35:35 +0200 Subject: domain_cri.py: fixing link proficiency level attr, cvs export --- src/local/domain/cri/test_domain__CRI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/local/domain/cri/test_domain__CRI.py') diff --git a/src/local/domain/cri/test_domain__CRI.py b/src/local/domain/cri/test_domain__CRI.py index 418c8aef..54131bbd 100644 --- a/src/local/domain/cri/test_domain__CRI.py +++ b/src/local/domain/cri/test_domain__CRI.py @@ -32,7 +32,7 @@ class Test_Domain_CRI(unittest.TestCase): q_arr = ['match (n: Person)', 'with n', - 'match (n)-[r:Knows]->(m:Skill)', + 'match (n)-[r:Novice|Intermediate|Expert]->(m:Skill)', # [!] expect link type to be proficiency level 'return n.name, collect({skill_name: m.name, skill_level: r.proficiency})' ] op = DBO_cypher_query(q_arr) -- cgit v1.3.1