From 9620c231bbe54ccc4889a6e1fceaa0c2c7f214b8 Mon Sep 17 00:00:00 2001 From: Petros Koutsolampros Date: Tue, 13 Mar 2018 22:46:26 +0000 Subject: [PATCH] Copy regression tests for axial map without continuous keys --- RegressionTest/regressionconfig.json | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/RegressionTest/regressionconfig.json b/RegressionTest/regressionconfig.json index 41dc3e4c..963b09e2 100644 --- a/RegressionTest/regressionconfig.json +++ b/RegressionTest/regressionconfig.json @@ -150,6 +150,49 @@ "-xa": "n", "-xal": "" } + }, + "axial_rn_noncont_keys":{ + "infile": "../../../testdata/axmap_noncont_keys.graph", + "outfile": "out,graph", + "mode": "AXIAL", + "extraArgs": { + "-xa": "n" + } + }, + "axial_r3_noncont_keys":{ + "infile": "../../../testdata/axmap_noncont_keys.graph", + "outfile": "out,graph", + "mode": "AXIAL", + "extraArgs": { + "-xa": "3" + } + }, + "axial_rn_rra_noncont_keys":{ + "infile": "../../../testdata/axmap_noncont_keys.graph", + "outfile": "out,graph", + "mode": "AXIAL", + "extraArgs": { + "-xa": "n", + "-xar": "" + } + }, + "axial_rn_choice_noncont_keys":{ + "infile": "../../../testdata/axmap_noncont_keys.graph", + "outfile": "out,graph", + "mode": "AXIAL", + "extraArgs": { + "-xa": "n", + "-xac": "" + } + }, + "axial_rn_local_noncont_keys":{ + "infile": "../../../testdata/axmap_noncont_keys.graph", + "outfile": "out,graph", + "mode": "AXIAL", + "extraArgs": { + "-xa": "n", + "-xal": "" + } }