Commit Graph

433 Commits

Author SHA1 Message Date
Guillermo Rauch
fc95f0bf4d Removed test-runner package.json. This is now taken care by devDependencies of
the main `package.json`. Thanks V1.
2011-06-19 18:14:44 -03:00
Guillermo Rauch
ee9dc67fb8 Added npm link to test-acceptance Makefile rule. 2011-06-19 14:53:32 -03:00
Guillermo Rauch
5f2092aa98 Merge pull request #190 from 3rd-Eden/develop
Styling + bugfix
2011-06-19 10:46:39 -07:00
Arnout Kazemier
1509fbcb19 Removed option.host, it should be provided by default in the constructor 2011-06-19 19:40:09 +02:00
Arnout Kazemier
6363b62f43 Fixed #188 and fixed a bug where secure wasn't correctly set 2011-06-19 19:27:07 +02:00
Arnout Kazemier
0b2ee0849f Styling 2011-06-19 19:10:14 +02:00
Guillermo Rauch
08c8ece68a Updated dev dependencies. 2011-06-19 13:46:01 -03:00
Guillermo Rauch
fb2bce672c Merge pull request #187 from 3rd-Eden/develop
Fixes
2011-06-19 05:15:48 -07:00
Arnout Kazemier
52e578d410 Fixed json and messages, we should have used $emit 2011-06-19 12:16:26 +02:00
Arnout Kazemier
1fc0c3cf29 Fixed stylus typo 2011-06-19 12:00:29 +02:00
Arnout Kazemier
ed70375e9d Added more devDependencies 2011-06-19 11:58:32 +02:00
Arnout Kazemier
a5315c80b8 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO into develop 2011-06-19 11:12:27 +02:00
Guillermo Rauch
ca7383096d Build 2011-06-18 19:12:01 -03:00
Guillermo Rauch
9503c04a58 Merge branch 'master' of github.com:LearnBoost/Socket.IO 2011-06-18 19:08:47 -03:00
Guillermo Rauch
3cdb331221 Adapted test. 2011-06-18 19:05:34 -03:00
Guillermo Rauch
b05092b567 Added helper for creation of client-side sockets.
Added globals for state of suite and case.
2011-06-18 19:04:52 -03:00
Guillermo Rauch
15b752d6d2 Expose socket.io ports for each test. 2011-06-18 19:04:40 -03:00
Guillermo Rauch
1a45fd8159 Added socket.io server creator that matches servers. 2011-06-18 19:04:13 -03:00
Guillermo Rauch
b545744617 Merge pull request #186 from 3rd-Eden/develop
indexOf + don't emit handshake errors during reconnect
2011-06-18 13:58:45 -07:00
Arnout Kazemier
1450f9d3a1 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO into develop 2011-06-18 22:55:11 +02:00
Guillermo Rauch
7b7c3d2d36 Added first integration test. Disabled for node until we have node transports. 2011-06-18 17:46:42 -03:00
Guillermo Rauch
9ccd67fd0a Added socket.test.js to list of tests to run. 2011-06-18 17:46:17 -03:00
Guillermo Rauch
e1d135bd05 Fixed style 2011-06-18 17:35:56 -03:00
Arnout Kazemier
c35b8405d1 use indexOf instead of array.indexOf because thats not supported in IE 2011-06-18 22:28:30 +02:00
Arnout Kazemier
2d84ede3e4 don't emit errors when we are reconnecting 2011-06-18 22:17:33 +02:00
Guillermo Rauch
c2c6e47e28 Build 2011-06-18 16:35:11 -03:00
Guillermo Rauch
9b1e8bde13 Changed error detecting to throw upon finding a global leak. 2011-06-18 15:36:12 -03:00
Guillermo Rauch
6c14460c9f Removed old globals. 2011-06-18 15:36:02 -03:00
Guillermo Rauch
95025dcf97 Added flash socket globals to globals whitelist. 2011-06-18 15:35:35 -03:00
Guillermo Rauch
34634edf31 Fixed error handling. 2011-06-18 15:35:21 -03:00
Guillermo Rauch
1eba604dc1 Refactored if node static analysis test. 2011-06-18 15:34:18 -03:00
Guillermo Rauch
515e1e500b Leveraged better should idioms. 2011-06-18 15:33:43 -03:00
Guillermo Rauch
6a72bd17f9 Fixed error handling (to test for null).
Leveraged `should.strictEqual`.
2011-06-18 15:32:51 -03:00
Guillermo Rauch
962b31d6ab Removed legacy tests. 2011-06-18 15:31:59 -03:00
Guillermo Rauch
cb944140ef Removed assert dependency from builder test.
Added should dependency.
2011-06-18 15:30:41 -03:00
Guillermo Rauch
7e176219ee Fixed style in builder common file. 2011-06-18 15:29:23 -03:00
Guillermo Rauch
ea468d922b Fixed should Assertion#contain. 2011-06-18 15:28:53 -03:00
Guillermo Rauch
24d1236097 Fix should exports in require with workaround. 2011-06-18 15:24:48 -03:00
Guillermo Rauch
dd12179756 Fixed order of exports for node in should. 2011-06-18 15:22:53 -03:00
Guillermo Rauch
7f5e870b6e Default port to 443 in node 2011-06-18 15:22:16 -03:00
Guillermo Rauch
ef1e6e4283 Fixed; default error to null instead of undefined.
TODO: fix style.
2011-06-18 15:21:43 -03:00
Guillermo Rauch
d6b45929d7 Added should dev dependency. 2011-06-18 14:29:05 -03:00
Guillermo Rauch
2b9b5493d0 Fixed; made removeAllListeners behavior with no arguments consistent between
browser and node 0.4.
2011-06-18 13:37:34 -03:00
Guillermo Rauch
570c41806e Fixed style. 2011-06-18 12:41:03 -03:00
Guillermo Rauch
3499620cb0 Changed; make builder is now make build. 2011-06-18 12:31:06 -03:00
Guillermo Rauch
ce5a6458c1 Merge pull request #180 from 3rd-Eden/develop
Develop
2011-06-18 08:29:50 -07:00
Arnout Kazemier
e51368cdc4 Merge branch 'master' of https://github.com/LearnBoost/Socket.IO into develop 2011-06-18 17:24:48 +02:00
Guillermo Rauch
895569693f Fixed tests I broke. 2011-06-18 12:23:17 -03:00
Guillermo Rauch
bd51fc923b Fixed should i() representation <3. 2011-06-18 12:22:58 -03:00
Arnout Kazemier
bf8609f6a9 Because mine > @rauchg's 2011-06-18 16:57:00 +02:00