update lwip for iojs 2.0.0

This commit is contained in:
jomo 2015-05-06 21:50:57 +02:00
parent 46d10fdc81
commit 15afa940f0
2 changed files with 13 additions and 13 deletions

View File

@ -33,7 +33,7 @@
"canvas": "crafatar/node-canvas",
"forever": "0.14.1",
"jade": "~1.9.1",
"lwip": "0.0.6",
"lwip": "crafatar/lwip",
"mime": "1.3.4",
"node-df": "0.1.1",
"redis": "0.12.1",

View File

@ -300,12 +300,12 @@ describe("Crafatar", function() {
"avatar with not existing username": {
url: "http://localhost:3000/avatars/0?size=16",
etag: '"steve"',
crc32: 1243826040
crc32: 2416827277
},
"avatar with not existing username defaulting to alex": {
url: "http://localhost:3000/avatars/0?size=16&default=alex",
etag: '"alex"',
crc32: 809395677
crc32: 862751081
},
"avatar with not existing username defaulting to url": {
url: "http://localhost:3000/avatars/0?size=16&default=http://example.com",
@ -320,12 +320,12 @@ describe("Crafatar", function() {
"helm avatar with not existing username": {
url: "http://localhost:3000/avatars/0?size=16&helm",
etag: '"steve"',
crc32: 1243826040
crc32: 2416827277
},
"helm avatar with not existing username defaulting to alex": {
url: "http://localhost:3000/avatars/0?size=16&helm&default=alex",
etag: '"alex"',
crc32: 809395677
crc32: 862751081
},
"helm avatar with not existing username defaulting to url": {
url: "http://localhost:3000/avatars/0?size=16&helm&default=http://example.com",
@ -340,12 +340,12 @@ describe("Crafatar", function() {
"avatar with not existing uuid": {
url: "http://localhost:3000/avatars/00000000000000000000000000000000?size=16",
etag: '"steve"',
crc32: 1243826040
crc32: 2416827277
},
"avatar with not existing uuid defaulting to alex": {
url: "http://localhost:3000/avatars/00000000000000000000000000000000?size=16&default=alex",
etag: '"alex"',
crc32: 809395677
crc32: 862751081
},
"avatar with not existing uuid defaulting to url": {
url: "http://localhost:3000/avatars/00000000000000000000000000000000?size=16&default=http://example.com",
@ -360,12 +360,12 @@ describe("Crafatar", function() {
"helm avatar with not existing uuid": {
url: "http://localhost:3000/avatars/00000000000000000000000000000000?size=16&helm",
etag: '"steve"',
crc32: 1243826040
crc32: 2416827277
},
"helm avatar with not existing uuid defaulting to alex": {
url: "http://localhost:3000/avatars/00000000000000000000000000000000?size=16&helm&default=alex",
etag: '"alex"',
crc32: 809395677
crc32: 862751081
},
"helm avatar with not existing uuid defaulting to url": {
url: "http://localhost:3000/avatars/00000000000000000000000000000000?size=16&helm&default=http://example.com",
@ -375,7 +375,7 @@ describe("Crafatar", function() {
"cape with existing username": {
url: "http://localhost:3000/capes/jeb_",
etag: '"3f688e0e69"',
crc32: 1901140141
crc32: 989800403
},
"cape with not existing username": {
url: "http://localhost:3000/capes/0",
@ -389,7 +389,7 @@ describe("Crafatar", function() {
"cape with existing uuid": {
url: "http://localhost:3000/capes/853c80ef3c3749fdaa49938b674adae6",
etag: '"3f688e0e69"',
crc32: 1901140141
crc32: 989800403
},
"cape with not existing uuid": {
url: "http://localhost:3000/capes/00000000000000000000000000000000",
@ -508,12 +508,12 @@ describe("Crafatar", function() {
"helm head render with not existing uuid": {
url: "http://localhost:3000/avatars/00000000000000000000000000000000?scale=2&helm",
etag: '"steve"',
crc32: 24686928
crc32: 1327292273
},
"helm head render with not existing uuid defaulting to alex": {
url: "http://localhost:3000/avatars/00000000000000000000000000000000?scale=2&helm&default=alex",
etag: '"alex"',
crc32: 2086405365
crc32: 2233777481
},
"helm head render with not existing uuid defaulting to url": {
url: "http://localhost:3000/avatars/00000000000000000000000000000000?scale=2&helm&default=http://example.com",