Skip to content

Commit d8539a9

Browse files
committed
use platform independent path separator
1 parent 9a10ff6 commit d8539a9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*** Settings ***
2-
Suite Setup Clear prior exports ${OUTPUT_DIR}\\run_model_with_graph.json
2+
Suite Setup Clear prior exports ${OUTPUT_DIR}${/}run_model_with_graph.json
33
Library ../graph_checker.py

atest/robotMBT tests/10__visualisation/01__scenario_graph/verify_model_graph.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Documentation This suite takes the graph generated in the first suite in thi
33
... and checks the content's properties.
44
Library ../graph_checker.py
55
Library Collections
6-
Suite Setup Import graph data from ${OUTPUT_DIR}\\run_model_with_graph.json
6+
Suite Setup Import graph data from ${OUTPUT_DIR}${/}run_model_with_graph.json
77

88
*** Test Cases ***
99
Scenarios are nodes in the graph
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*** Settings ***
2-
Suite Setup Clear prior exports ${OUTPUT_DIR}\\run_model_with_graph.json
2+
Suite Setup Clear prior exports ${OUTPUT_DIR}${/}run_model_with_graph.json
33
Library ../graph_checker.py

atest/robotMBT tests/10__visualisation/02__scenario-delta-value_graph/verify_model_graph.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Documentation This suite takes the graph generated in the first suite in thi
44
... graph are different compared to the scenario graph.
55
Library ../graph_checker.py
66
Library Collections
7-
Suite Setup Import graph data from ${OUTPUT_DIR}\\run_model_with_graph.json graph_type=scenario-delta-value
7+
Suite Setup Import graph data from ${OUTPUT_DIR}${/}run_model_with_graph.json graph_type=scenario-delta-value
88

99
*** Test Cases ***
1010
Repeated scenario with different states become separate nodes

atest/robotMBT tests/10__visualisation/03__verify_importing_graphs.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Library graph_checker.py
55
Library Collections
66

77
*** Variables ***
8-
${prior_export} ${OUTPUT_DIR}\\run_model_with_graph.json
8+
${prior_export} ${OUTPUT_DIR}${/}run_model_with_graph.json
99

1010
*** Test Cases ***
1111
Import as any graph type

0 commit comments

Comments
 (0)