TCK suite update.

Summary: TCK suite update.

Reviewers: mislav.bradac

Reviewed By: mislav.bradac

Differential Revision: https://phabricator.memgraph.io/D490
This commit is contained in:
Marko Budiselic 2017-06-16 16:54:55 +02:00
parent 8d7f44a498
commit 187c831eb7

View File

@ -20,7 +20,7 @@ log = logging.getLogger(__name__)
# constants
memgraph_suite = "memgraph_V1"
opencypher_suite = "openCypher_M05"
opencypher_suite = "openCypher_M06"
results_folder = os.path.join("tck_engine", "results")
memgraph_suffix = "memgraph-%s.json" % memgraph_suite
opencypher_suffix = "memgraph-%s.json" % opencypher_suite