billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=553e12e6a08105b16255f0c593a266200998165b
commit 553e12e6a08105b16255f0c593a266200998165b Author: Boris Faure <[email protected]> Date: Sat Feb 23 11:26:33 2019 +0100 tests: ensure selection is removed in dragging test --- tests/selection_box_drag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/selection_box_drag.sh b/tests/selection_box_drag.sh index dd9e819..284970f 100755 --- a/tests/selection_box_drag.sh +++ b/tests/selection_box_drag.sh @@ -184,8 +184,8 @@ printf '\033}tr\0' # assert selection printf '\033}tsish an\nood wi\0' # remove selection -printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' printf '\033}tc;0;0\0\033}tc;1;0\0' +printf '\033}td;0;0;1;0;0\0\033}tu;0;0;1;0;0\0' ## --
