Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1538 by kormb...@gmail.com: Set Test Message does not override test message on failed test
http://code.google.com/p/robotframework/issues/detail?id=1538

Setting the test message in a test teardown is supposed to override the message of a failed test case. The test message is overridden in the suite below when using 2.7.1, but when upgrading to 2.8.1, the message is no longer overridden.

*** Test Cases ***
Failing Test
    Fail    Original test message
    [Teardown]    Teardown

*** Keywords ***
Teardown
    Set Test Message    Overridden test 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