Commit graph

9 commits

Author SHA1 Message Date
Andrey Sidorov
75ad329b4f fix tests 2014-03-08 18:04:28 +11:00
Andrey Sidorov
3f064b218e get rid of lib/x11 nested subdirectory, lib/x11 -> lib 2013-02-19 16:23:53 +11:00
Santiago Gimeno
4508f9e93d Change createClient signature
- The new signature is:

  createClient(options, initCB), where
     - options is an optional object that defines different parameters such as
               display, etc.
     - initCB is an optional callback with the signature: function(err, display)
- The initCB is going to be called with an error ONLY if the connection to the X
  server fails. Further errors in the server connection will be 'emitted'.
- Update tests and test-runner.js accordingly.
- Update README.
2012-12-19 09:34:19 +01:00
Andrey Sidorov
3b0a267af8 version bump, sinonjs dropped 2012-06-13 15:34:07 +10:00
Andrey Sidorov
255081192e assertion fixed 2012-06-08 17:07:01 +10:00
Andrey Sidorov
2834543b41 connect using idcorrect DISPLAY 2012-05-31 23:59:34 +10:00
Andrey Sidorov
bdaaf7d729 simple test to trigger travis 2012-05-31 13:46:23 +10:00
Andrey Sidorov
01b6d9778c simple test to trigger travis 2012-05-31 13:35:24 +10:00
Andrey Sidorov
0fd0e4485a first integration test 2012-05-31 12:53:45 +10:00