node-x11/test
Antti Korpi ed27aa84ff Fix 'root' deprecation warning
This would previously be printed in part of the test log:

    (node:1628) [DEP0016] DeprecationWarning: 'root' is deprecated, use 'global'

Apparently, the global object was once called root, and this assignment
didn't have a `var`, so it was actually setting the global object.

I do wonder why that didn't break anything, but this is clearly what was
intended.
2018-01-23 22:35:49 +01:00
..
allow-events.js test: add allow-events test 2015-01-21 12:40:31 +01:00
atoms-cache.js Use sinon.resetHistory; sinon.reset is deprecated 2018-01-23 22:06:42 +01:00
cache-extensions.js Cache X11 extensions 2016-10-06 12:11:59 +02:00
change-property.js use wid instead of window for consistency 2014-10-08 14:58:47 +11:00
changeGC.js Add test for ChangeGC. 2017-08-04 12:05:05 -04:00
client-message.js Adjusted testcase "client-message.js" to match other tests. 2016-02-03 11:42:32 +01:00
configure-request.js test: clean configure-request test 2014-12-09 10:34:49 +01:00
configure-window.js src: ignore invalid mask values 2015-01-08 13:33:06 +01:00
connect.js fix tests 2014-03-08 18:04:28 +11:00
connection-utils.js get rid of lib/x11 nested subdirectory, lib/x11 -> lib 2013-02-19 16:23:53 +11:00
core-CreateWindow.js src: fix some more events parsing 2015-10-01 11:53:04 +02:00
core-ForceScreenSaver.js get rid of lib/x11 nested subdirectory, lib/x11 -> lib 2013-02-19 16:23:53 +11:00
core-KillKlient.js Fix 'root' deprecation warning 2018-01-23 22:35:49 +01:00
core-properties.js fix failing test due to window -> wid rename 2014-10-08 15:08:04 +11:00
createGC.js src: fix CreateGC attributes encoding 2014-12-09 10:33:19 +01:00
dpms.js coding style 2014-09-23 16:31:08 +02:00
errors.js don't send undefined args for CreateWindow 2014-09-08 12:12:14 +10:00
randr.js randr: add GetOutputInfo request 2016-10-11 10:19:30 +02:00
sequence-overflow.js get rid of lib/x11 nested subdirectory, lib/x11 -> lib 2013-02-19 16:23:53 +11:00
smoke-require-ext.js fix closing '})' 2015-11-08 16:57:21 +11:00
xtest.js coding style 2014-09-23 16:31:08 +02:00