Skip to content

Commit 9cb3327

Browse files
committed
Fixed tests using coffeescript 1.7
1 parent 70f5701 commit 9cb3327

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"request": "~2"
2121
},
2222
"devDependencies": {
23-
"coffee-script": "~1",
23+
"coffee-script": "~1.7",
2424
"timerstub": "*",
2525
"mocha": "*"
2626
}

test/server.coffee

+3-3
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ readLengthPrefixedJSON = (res, callback) ->
176176
# Copied from google's implementation. The contents of this aren't actually relevant,
177177
# but I think its important that its pseudo-random so if the connection is compressed,
178178
# it still recieves a bunch of bytes after the first message.
179-
ieJunk = "7cca69475363026330a0d99468e88d23ce95e222591126443015f5f462d9a177186c8701fb45a6ffe
180-
e0daf1a178fc0f58cd309308fba7e6f011ac38c9cdd4580760f1d4560a84d5ca0355ecbbed2ab715a3350fe0c47
181-
9050640bd0e77acec90c58c4d3dd0f5cf8d4510e68c8b12e087bd88cad349aafd2ab16b07b0b1b8276091217a44
179+
ieJunk = "7cca69475363026330a0d99468e88d23ce95e222591126443015f5f462d9a177186c8701fb45a6ffe\
180+
e0daf1a178fc0f58cd309308fba7e6f011ac38c9cdd4580760f1d4560a84d5ca0355ecbbed2ab715a3350fe0c47\
181+
9050640bd0e77acec90c58c4d3dd0f5cf8d4510e68c8b12e087bd88cad349aafd2ab16b07b0b1b8276091217a44\
182182
a9fe92fedacffff48092ee693af\n"
183183

184184
suite 'server', ->

0 commit comments

Comments
 (0)