awesome/spec/gears
Uli Schlachter 970a92bb51 spec for gears.object: Test weak signals better
Since weak signals specifically exist to do magic with the garbage collector, do
a couple of garbage collection cycles and verify that this does not disconnect
the callback function prematurely (the function is kept alive since it is a
local variable).

(I actually did a mistake that makes this enhanced test fail and fixed it before
committing)

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-12-10 23:19:52 +01:00
..
cache_spec.lua Add a generic cache system as gears.cache 2015-07-25 15:07:47 +02:00
color_spec.lua spec: fix "require" statements for busted 2.0.rc6 2015-02-19 12:13:53 +01:00
matrix_spec.lua gears.matrix: Implement matrices in Lua 2015-09-19 13:32:12 +02:00
object_spec.lua spec for gears.object: Test weak signals better 2015-12-10 23:19:52 +01:00
sort_spec.lua Add unit tests 2014-08-23 22:09:06 +02:00