awesome/tests
Uli Schlachter e5d3b2a25c Fix test-urgent.lua
Step 1 starts a client and uses awful.rules to move it to a not-selected tag.
Because this rule still has focus=true, this calls awful.ewmh.activate() via the
request::activate signal. This function makes the client urgent because it is on
a not-selected tag.

Step 3 does the same thing, but also uses switchtotag=true. Now
awful.ewmh.activate() doesn't make the client urgent because it successfully
focused this client. However, the test was wrongly assuming that the client
became urgent (copy&paste error? I don't know).

The fix is of course not to require the client to become urgent.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-02-15 22:09:10 +01:00
..
_runner.lua tests: Fix luacheck warnings 2016-02-12 09:12:41 +01:00
_wibox_helper.lua Add the right vim modeline to all lua files 2015-12-12 17:42:33 +01:00
run.sh test/run.sh: Handle updated beauitful.init call in default config 2016-01-17 16:16:39 +01:00
test-benchmark.lua tests: Fix luacheck warnings 2016-02-12 09:12:41 +01:00
test-focus.lua tests: Fix luacheck warnings 2016-02-12 09:12:41 +01:00
test-leak-client.lua Fix test-leak-client.lua under LuaCov 2016-02-12 09:26:29 +01:00
test-leaks.lua tests: Fix luacheck warnings 2016-02-12 09:12:41 +01:00
test-spawn-snid.lua tests: Fix luacheck warnings 2016-02-12 09:12:41 +01:00
test-spawn.lua Merge pull request #593 from psychon/editorconfig 2015-12-12 19:13:53 +01:00
test-urgent.lua Fix test-urgent.lua 2016-02-15 22:09:10 +01:00