Updates:
        Status: Pending

Comment #1 on issue 1635 by pekka.klarck: Unexpected Python Exception Seen: '"/usr/local/lib/python2.6/dist-packages/robot/libraries/BuiltIn.py", line 442, in fail'
http://code.google.com/p/robotframework/issues/detail?id=1635

What's so unexpected about the exception? The expression passed to Run Keyword If is true and thus Fail keyword inside it is executed and, as the name implies, the result is a failure. Robot uses exceptions for communicating failures and you see the traceback on debug level.

Notice that instead of "Run Keyword If expression Fail message" you could just use "Should Be True expression message".

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to