tests: fix setting the urgency hint

X11::XCB < 0.08 had a bug which caused this code to work even though it
shouldn’t.
This commit is contained in:
Michael Stapelberg
2013-09-24 06:36:08 +02:00
parent d6b1f1a1b2
commit 3ba8642efd
2 changed files with 5 additions and 1 deletions

View File

@ -85,6 +85,7 @@ my $w2 = open_window;
is($x->input_focus, $w2->id, 'window 2 focused');
cmd "workspace $tmp2";
$w->delete_hint('urgency');
$w->add_hint('urgency');
sync_with_i3;