Skip to content

Commit

Permalink
Merge pull request #149 from orange-vertex/non_cont_key_regression_tests
Browse files Browse the repository at this point in the history
Copy regression tests for axial map without continuous keys
  • Loading branch information
pklampros authored Mar 15, 2018
2 parents 3a8c572 + b29b4a6 commit f360a99
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions RegressionTest/regressionconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
}


Expand Down

0 comments on commit f360a99

Please sign in to comment.