Commit 8cababe
committed
Fix Jython only unit test broken due to robotframework#1835.
Nowadays keyword handlers are stored in test library using their
"printable name" (e.g. `Get Name`) and not the original name got from
the library (e.g. `getName`).
Also whitespace cleanup in used test library.1 parent 4274448 commit 8cababe
File tree
3 files changed
+3
-3
lines changed- atest/testresources/testlibs
- utest
- api
- running
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
0 commit comments