Guillermo Rauch
|
85991d9e6a
|
Added acceptance test for sending newlines.
|
2011-09-03 12:22:17 -07:00 |
|
Guillermo Rauch
|
a3b3caa0b2
|
Removed test handler for removed test.
|
2011-08-12 10:13:51 -07:00 |
|
Guillermo Rauch
|
6392a40388
|
Merge pull request #266 from 3rd-Eden/bugs/ie8
Small test case clean up
|
2011-08-02 16:03:19 -07:00 |
|
Arnout Kazemier
|
b235e709de
|
Merge branch 'master' of github.com:LearnBoost/socket.io-client into query
Conflicts:
support/test-runner/app.js
test/socket.test.js
|
2011-08-03 00:27:07 +02:00 |
|
Arnout Kazemier
|
846b3b3e40
|
Typo and removed the throw error
|
2011-08-02 22:49:57 +02:00 |
|
Guillermo Rauch
|
dd0b3b9d53
|
Fixed; make counter local so that acceptance tests can be run multiple times.
|
2011-08-02 11:02:21 -07:00 |
|
Guillermo Rauch
|
66925b26f6
|
Merge branch 'master' of github.com:LearnBoost/socket.io-client
Conflicts:
support/test-runner/app.js
|
2011-08-02 10:54:57 -07:00 |
|
Guillermo Rauch
|
89506b324f
|
Commented out forced transports from test runner
Added additional test
|
2011-08-02 10:53:33 -07:00 |
|
Guillermo Rauch
|
1ccd77a97c
|
Merge pull request #253 from 3rd-Eden/bug/252
fix for #252 only the last response was send to the server
|
2011-07-29 21:07:13 -07:00 |
|
Arnout Kazemier
|
cb1816f4a2
|
Added the ability to specify the transport that needs to be tested
|
2011-07-28 19:58:27 +02:00 |
|
Arnout Kazemier
|
6e8325e78f
|
fix for #252 only the last response was send to the server
|
2011-07-25 22:53:53 +02:00 |
|
Arnout Kazemier
|
2b4d7c8d15
|
Merge branch 'master' of github.com:LearnBoost/socket.io-client into query
Conflicts:
lib/io.js
|
2011-07-17 23:52:25 +02:00 |
|
Arnout Kazemier
|
31a89ac232
|
Updated to count messages and connects
|
2011-07-08 00:16:33 +02:00 |
|
Arnout Kazemier
|
bbb80cbb5b
|
Added testcase for query string sending / getting
|
2011-07-07 23:50:08 +02:00 |
|
Arnout Kazemier
|
ca5d229508
|
Added test suite + of method on the namespace so we have a simular api on the client
as we would have on the server.
|
2011-07-03 22:32:59 +02:00 |
|
Arnout Kazemier
|
eecc0f115e
|
Added test suite
|
2011-06-28 22:22:07 +02:00 |
|
Guillermo Rauch
|
81a02aaaf0
|
Release 0.7.1
|
2011-06-21 21:08:00 -03:00 |
|
Guillermo Rauch
|
4232629a5e
|
Build
|
2011-06-21 06:03:46 -03:00 |
|
Guillermo Rauch
|
e4a779b9d9
|
Fixed should.js in IE
|
2011-06-21 05:22:10 -03:00 |
|
Guillermo Rauch
|
c90bcecd80
|
Build.
|
2011-06-21 05:16:46 -03:00 |
|
Guillermo Rauch
|
b7eed5fe32
|
JSON support for should
|
2011-06-21 04:09:59 -03:00 |
|
Guillermo Rauch
|
e1e11dd309
|
Fixed more compatibility issues for should.js. Maybe I should publish this. Remind
me to ask TJ.
|
2011-06-21 03:51:41 -03:00 |
|
Guillermo Rauch
|
0b7751232f
|
Make sure we prevent GH- 264 in acceptance tests for xhr-polling.
|
2011-06-21 01:52:39 -03:00 |
|
Guillermo Rauch
|
f49e6f12c7
|
Fixed issues with defineProperty on Firefox.
|
2011-06-20 19:34:11 -03:00 |
|
Guillermo Rauch
|
3022c50452
|
Merge branch 'master' of github.com:LearnBoost/Socket.IO
|
2011-06-20 19:20:28 -03:00 |
|
Guillermo Rauch
|
7f045f3d77
|
Fixed should.js for IE
|
2011-06-20 19:20:04 -03:00 |
|
Guillermo Rauch
|
92e00b474b
|
Fixed should.js for IE
|
2011-06-20 19:19:25 -03:00 |
|
Guillermo Rauch
|
d8964061f3
|
Fixed; added console.log support to test runner.
|
2011-06-20 19:17:51 -03:00 |
|
Arnout Kazemier
|
093a6876bb
|
Added support for flashsockets
|
2011-06-20 21:13:29 +02:00 |
|
Guillermo Rauch
|
90641c1f34
|
Added test for emitting an event to server and sending back data.
|
2011-06-19 23:12:13 -03:00 |
|
Guillermo Rauch
|
0408725373
|
Added test for emitting an event from server and ACKing back data.
|
2011-06-19 23:08:16 -03:00 |
|
Guillermo Rauch
|
af258f48d9
|
Added test for emitting an event to server.
|
2011-06-19 23:05:46 -03:00 |
|
Guillermo Rauch
|
5e3d88d082
|
Added test for emitting an event from server.
|
2011-06-19 22:51:34 -03:00 |
|
Guillermo Rauch
|
57eedc0184
|
Added test for sending json from client.
|
2011-06-19 22:40:12 -03:00 |
|
Guillermo Rauch
|
883cddac0d
|
Added test for sending json from server.
|
2011-06-19 22:30:40 -03:00 |
|
Guillermo Rauch
|
1f81e60c8c
|
Added test for namespaces disconnection
|
2011-06-19 22:09:27 -03:00 |
|
Guillermo Rauch
|
79b337125e
|
Added Socket namespaces tests. Passes smoothly :D
|
2011-06-19 21:18:15 -03:00 |
|
Guillermo Rauch
|
bb9f6d9ed1
|
Added test for server-sent acks.
|
2011-06-19 21:08:24 -03:00 |
|
Guillermo Rauch
|
96a4a49ccd
|
Added server sid ack test.
|
2011-06-19 20:59:31 -03:00 |
|
Guillermo Rauch
|
c2a5958c1d
|
Fixed tests race condition when re-running a same instance.
|
2011-06-19 20:57:10 -03:00 |
|
Guillermo Rauch
|
bbf4b061de
|
Added test for sending messages from browser.
|
2011-06-19 19:55:00 -03:00 |
|
Guillermo Rauch
|
4c23b01666
|
Added integration test for messages emission.
|
2011-06-19 18:24:59 -03:00 |
|
Guillermo Rauch
|
ea234f31d5
|
Fixed port assignment for socket.io servers creation.
|
2011-06-19 18:24:20 -03:00 |
|
Guillermo Rauch
|
82925b092c
|
Fixed style.
|
2011-06-19 18:24:12 -03:00 |
|
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
|
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
|
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 |
|