Updates:
Status: Started
Comment #3 on issue 935 by pekka.klarck: `Set Resource Search Order` keyword
http://code.google.com/p/robotframework/issues/detail?id=935
This issue was updated by revision 8630d04f6d7a.
Working implementation ready and tests (separate commit) are done.
Tasks TODO:
- cleanup code (rm duplication, make UserKeywordHandler._libname public)
- write docstring
- see should UG be updated
- consider should search order be case-insensitive on case-insensitive OSes
We should perhaps also still consider should we implement generic 'Set
Keyword Search Order' instead of separate 'Set Library/Resource Search
Order'. I'm slighly worried that people would assume resource order somehow
affects variables when it doens't -- obviously this can/should be
documented in the doc string. On the other hand adding new generic keyword
means that old SLSO should be deprecated at some point and is thus a bit
more work.