Showing
1 changed file
with
2 additions
and
2 deletions
@@ -140,10 +140,10 @@ TestSuiteSetup | @@ -140,10 +140,10 @@ TestSuiteSetup | ||
140 | log ${arguments} | 140 | log ${arguments} |
141 | ${state}= change_state ${arguments} | 141 | ${state}= change_state ${arguments} |
142 | ${value}= Run keyword if '${state}' == 'shouldfail' switchsate ${username} ${command} @{arguments} | 142 | ${value}= Run keyword if '${state}' == 'shouldfail' switchsate ${username} ${command} @{arguments} |
143 | - ${value}= Run keyword if '${state}' == 'pass' normal ${username} ${command} @{arguments} | 143 | + ${value}= Run keyword if '${state}' == 'pass' Normal ${username} ${command} @{arguments} |
144 | [return] ${value} | 144 | [return] ${value} |
145 | 145 | ||
146 | -normal | 146 | +Normal |
147 | [Arguments] ${username} ${command} @{arguments} | 147 | [Arguments] ${username} ${command} @{arguments} |
148 | log ${username} | 148 | log ${username} |
149 | log ${command} | 149 | log ${command} |
Please
register
or
login
to post a comment