yanne / api-test

0 stars 0 forks source link

Deprecate `Set Timeout`, `Set Prompt` and `Set Newline` #57

Closed yanne closed 10 years ago

yanne commented 10 years ago

None

This issue was originally opened at Google Code on Aug 31, 2012.

yanne commented 10 years ago

Original comment by helioxen...@gmail.com on Nov 20, 2012.

I am having some problems with the Set Timeout deprecation. Now, after replacing keywords with: ${tout} = Set Default Configuration timeout=50 seconds ${tout2} = Set Default Configuration timeout=50 seconds

${tout2} is None, when it should have been 50 seconds

Any changes in the time units?

The Set Prompt before was valid Open Connection, now the Set Default Configuration prompt=# must be called before Open Connection.

These were unexpected behavior changes :(.

Helio