Commit 9cc2334
committed
Make test valid for backspace/delete
I noticed this test taking a very long time (10 seconds). The test as
written is invalid because the loop has a timeout with hitting the
exit condition.
The "a" is never inserted into the text box (at least on gtk3), so the
sending of back space appears to work when it didn't1 parent 34becc0 commit 9cc2334
File tree
2 files changed
+4
-0
lines changed- tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit
2 files changed
+4
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5877 | 5877 | | |
5878 | 5878 | | |
5879 | 5879 | | |
| 5880 | + | |
| 5881 | + | |
5880 | 5882 | | |
5881 | 5883 | | |
5882 | 5884 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1575 | 1575 | | |
1576 | 1576 | | |
1577 | 1577 | | |
| 1578 | + | |
| 1579 | + | |
1578 | 1580 | | |
1579 | 1581 | | |
1580 | 1582 | | |
| |||
0 commit comments