lczub / robotframework-magik

Robot Framework high level keywords for automated testing Smallworld Magik images
13 stars 2 forks source link

keyword 'Read Magik Output' should search parser_error #7

Closed lczub closed 11 years ago

lczub commented 11 years ago

The test step

${out}=   Execute Magik Command   :BigBird_:SmallBird

raises no failure, even though a parser_error occurs

MagikSF> :BigBird_:SmallBird
$
**** Error (parser_error): on line 1
:BigBird_:SmallBird
         ^
Missing end of statement

Requirement is, that the keyword Read Magik Output should also search for _parsererror