Commit 05122b8548a50ff13c0501efbf9c65648083bb39

Authored by selurvedu
1 parent 41ab2272

Fix typo: switchsate -> SwitchState

@@ -139,7 +139,7 @@ TestSuiteSetup @@ -139,7 +139,7 @@ TestSuiteSetup
139 log ${command} 139 log ${command}
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' SwitchState ${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
@@ -151,7 +151,7 @@ Normal @@ -151,7 +151,7 @@ Normal
151 ${value}= Run Keyword ${BROKERS['${USERS.users['${username}'].broker}'].keywords_file}.${command} ${username} @{arguments} 151 ${value}= Run Keyword ${BROKERS['${USERS.users['${username}'].broker}'].keywords_file}.${command} ${username} @{arguments}
152 [return] ${value} 152 [return] ${value}
153 153
154 -switchsate 154 +SwitchState
155 [Arguments] ${username} ${command} @{arguments} 155 [Arguments] ${username} ${command} @{arguments}
156 log ${username} 156 log ${username}
157 log ${command} 157 log ${command}
Please register or login to post a comment