Closed lczub closed 11 years ago
following test steps does not work with v0.2.0
${out}= Execute Magik Command write("1 BigBird ") Should Be Equal '${out}' '1 BigBird'
Workaround - use following test steps
${out}= Execute Magik Command write("1 BigBird ") Should Contain ${out} 1 BigBird
following test steps does not work with v0.2.0