[Pkg-javascript-commits] [sockjs-client] 130/434: No need to run some tests twice.
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:08 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 b46bf545563d5a39d680fa30f3472d1c5591ffb0
Author: Marek Majkowski <majek04 at gmail.com>
Date: Tue Sep 6 15:51:17 2011 +0100
No need to run some tests twice.
---
tests/html/src/tests.coffee | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/html/src/tests.coffee b/tests/html/src/tests.coffee
index b1f3c9f..0abb942 100644
--- a/tests/html/src/tests.coffee
+++ b/tests/html/src/tests.coffee
@@ -277,8 +277,6 @@ test_protocol_errors = (protocol) ->
test "[unsupported by server]", ->
log('Unsupported protocol (by server): "' + protocol + '"')
else
- asyncTest("user close", factor_user_close(protocol))
- asyncTest("server close", factor_server_close(protocol))
asyncTest("invalid url 404", test_invalid_url_404(protocol))
asyncTest("invalid url 500", test_invalid_url_500(protocol))
asyncTest("invalid url port", test_invalid_url_port(protocol))
--
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