lczub / robotframework-magik

Robot Framework high level keywords for automated testing Smallworld Magik images
12 stars 1 forks source link

Prompt search should work with 'Magik>' and 'MagikSF>' #13

Closed lczub closed 8 years ago

lczub commented 9 years ago

I noticed in ...\robotframework-magik\resources\robot_magik_base.txt a reference to the cli prompt which is still MagikSF. This indeed is still the case in SW5, but is technically a defect as that string is hardcoded in remote_cli.listen()

It would appear that the prompt search is a regular expression in the framework, so it should be possible to include an optional group for the "SF" part of the prompt. Just a heads up really as I will submit a defect.

lczub commented 8 years ago

fixed with v0.4.0-Alpha