awesome/tests/examples/awful/placement
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
..
align.lua tests: Test `awful.wibox.align` 2016-03-31 05:04:24 -04:00
bottom.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
bottom_left.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
bottom_right.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
center_horizontal.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
center_vertical.lua placement: Remove leftover prints 2016-05-29 23:50:37 -04:00
centered.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
closest_mouse.lua Fix whitespace warnings reported by luacheck (#1229) 2016-11-21 22:38:23 +01:00
compose.lua tests: Improve the placement compositing tests 2016-04-30 04:27:34 -04:00
compose2.lua Fix whitespace warnings reported by luacheck (#1229) 2016-11-21 22:38:23 +01:00
left.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
maximize.lua tests: Test `awful.placement.maximize` 2016-03-31 05:04:24 -04:00
maximize_horizontally.lua tests: Test `awful.placement.maximize` aliases 2016-03-31 05:04:24 -04:00
maximize_vertically.lua tests: Test `awful.placement.maximize` aliases 2016-03-31 05:04:24 -04:00
next_to_mouse.lua tests: Test the remaining existing `awful.placement` methods. 2016-03-31 05:04:24 -04:00
no_offscreen.lua tests: Test the remaining existing `awful.placement` methods. 2016-03-31 05:04:24 -04:00
no_overlap.lua tests: Test the remaining existing `awful.placement` methods. 2016-03-31 05:04:24 -04:00
resize_to_mouse.lua Make the resize_to_mouse example test deterministic (#1250) 2016-12-02 21:23:36 +01:00
right.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
stretch.lua tests: Test `awful.placement.stretch` 2016-03-31 05:04:24 -04:00
stretch_down.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
stretch_left.lua placement: Remove leftover prints 2016-05-29 23:50:37 -04:00
stretch_right.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
stretch_up.lua placement: Remove leftover prints 2016-05-29 23:50:37 -04:00
top.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
top_left.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
top_right.lua awful.placement: Make all functions return the geometry 2016-04-30 04:27:33 -04:00
under_mouse.lua tests: Add asserts to under_mouse 2016-05-15 17:17:12 -04:00