[Pkg-javascript-commits] [sockjs-client] 317/434: Cosmetic.
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit 06cb7d5a3128aa932ed7ca5dfc7ceda2b119b48c
Author: Marek Majkowski <majek04 at gmail.com>
Date: Mon Jan 16 14:06:31 2012 +0000
Cosmetic.
---
tests/config.js | 5 ++---
tests/html/src/unittests.coffee | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/tests/config.js b/tests/config.js
index 91fe85d..f03192b 100644
--- a/tests/config.js
+++ b/tests/config.js
@@ -2,10 +2,9 @@ exports.config = {
client_opts: {
// Address of a sockjs test server.
url: 'http://localhost:8081',
- disabled_transports: [],
sockjs_opts: {
- devel:true,
- debug:true,
+ devel: true,
+ debug: true,
info: {websocket:true, cookie_need:false}
}
},
diff --git a/tests/html/src/unittests.coffee b/tests/html/src/unittests.coffee
index c629c5a..1cdd281 100644
--- a/tests/html/src/unittests.coffee
+++ b/tests/html/src/unittests.coffee
@@ -148,7 +148,7 @@ test 'detectProtocols', ->
test "EventEmitter", ->
expect(4)
- r = new SockJS('//blah/abc', [])
+ r = new SockJS('//wrongdomainthatdoesntresolveatall/abc', [])
r.addEventListener 'message', -> ok(true)
r.onmessage = -> fail(true)
bluff = -> fail(true)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list