[Pkg-javascript-commits] [sockjs-client] 287/434: Cosmetic
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:20 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 c5daa78382971b99e5531575b532f439723fcb97
Author: Marek Majkowski <majek04 at gmail.com>
Date: Wed Jan 11 16:27:10 2012 +0000
Cosmetic
---
tests/html/src/endtoendtests.coffee | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/html/src/endtoendtests.coffee b/tests/html/src/endtoendtests.coffee
index 96d14b5..dda697d 100644
--- a/tests/html/src/endtoendtests.coffee
+++ b/tests/html/src/endtoendtests.coffee
@@ -8,8 +8,7 @@ factory_body_check = (protocol) ->
else
asyncTest protocol, ->
expect(5)
- path = '/echo'
- url = if /^http/.test(path) then path else client_opts.url + path
+ url = client_opts.url + '/echo'
code = """
hook.test_body(!!document.body, typeof document.body);
--
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