awesome/tests/examples
Uli Schlachter 5d81441c76 Make the resize_to_mouse example test deterministic (#1250)
This test has a list of "things" that should be present in the output. This
table is iterated over via pairs(), which means that the output is
non-deterministic and the order of the entries is basically random.

Fix this by using ipairs() to get a deterministic iteration order. This requires
some slight change to the table that is iterated over.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-12-02 21:23:36 +01:00
..
awful Make the resize_to_mouse example test deterministic (#1250) 2016-12-02 21:23:36 +01:00
gears/shape Fix whitespace warnings reported by luacheck (#1229) 2016-11-21 22:38:23 +01:00
shims shims: Add support the new .data property 2016-09-30 11:11:55 +02:00
text Remove a case where a pointer appeared in text tests (#1251) 2016-12-02 20:30:10 +01:00
wibox Fix whitespace warnings reported by luacheck (#1229) 2016-11-21 22:38:23 +01:00
CMakeLists.txt Improve messages with tests/examples/CMakeLists.txt 2016-10-01 17:24:44 +02:00