tests: Import the backward compatibility API for all the tests.
This isn't very nice and pulls all sort of almost useless code into the shims, making them less atomic. However the next few commits will start another round of API standardization and the compatibility layer wont be optional anymore.
This commit is contained in:
parent
0cb22fd203
commit
3aafa64ea7
|
@ -33,6 +33,8 @@ return function(_, _)
|
||||||
-- backend.
|
-- backend.
|
||||||
local bg = require("wibox.container.background")
|
local bg = require("wibox.container.background")
|
||||||
bg._use_fallback_algorithm()
|
bg._use_fallback_algorithm()
|
||||||
|
|
||||||
|
require("awful._compat")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||||
|
|
Loading…
Reference in New Issue