Skip to content

Commit

Permalink
More appropriate suite name
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Oct 11, 2023
1 parent adea7fb commit 440328a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*** Settings ***
Suite Setup Run tests ${EMPTY} variables/variable_table.robot
Suite Setup Run tests ${EMPTY} variables/variable_section.robot
Resource atest_resource.robot

*** Test Cases ***
Expand Down Expand Up @@ -78,18 +78,18 @@ Using variable created from non-existing variable in imports fails
*** Keywords ***
Parsing Variable Should Have Failed
[Arguments] ${index} ${lineno} ${name}
Error In File ${index} variables/variable_table.robot ${lineno}
Error In File ${index} variables/variable_section.robot ${lineno}
... Setting variable '${name}' failed:
... Invalid variable name '${name}'.

Creating Variable Should Have Failed
[Arguments] ${index} ${name} ${lineno} @{message}
Error In File ${index} variables/variable_table.robot ${lineno}
Error In File ${index} variables/variable_section.robot ${lineno}
... Setting variable '${name}' failed:
... @{message}

Import Should Have Failed
[Arguments] ${index} ${name} ${lineno} @{message}
Error In File ${index} variables/variable_table.robot ${lineno}
Error In File ${index} variables/variable_section.robot ${lineno}
... Replacing variables from setting '${name}' failed:
... @{message}

0 comments on commit 440328a

Please sign in to comment.