Closed lczub closed 11 years ago
Loading the _munitbase module inside a Robot Magik Test suite
Execute Magik Command sw_module_manager.load_module(:munit_base)
let fail the test case (or test suite setup).
Reason is, that the _munitbase module defines some methods with the substring traceback
... Defining method full_traceback_text() in test_failure --- line 78 Defining method short_traceback_text() in test_failure --- line 110 ...
and the Robot Magik keyword Read Magik Output raises a failure, if it find this substring.
Requirement is, that the keyword Read Magik Output should accept such output, but still raises a failure, when a real traceback occurs.
Loading the _munitbase module inside a Robot Magik Test suite
let fail the test case (or test suite setup).
Reason is, that the _munitbase module defines some methods with the substring traceback
and the Robot Magik keyword Read Magik Output raises a failure, if it find this substring.
Requirement is, that the keyword Read Magik Output should accept such output, but still raises a failure, when a real traceback occurs.