actually store the skin in store_skin, fixes #108; pipe skins & capes through lwip before saving, fixes #121

This commit is contained in:
jomo
2015-05-28 01:32:29 +02:00
parent 679e72759a
commit 288657107e
3 changed files with 22 additions and 17 deletions

View File

@@ -448,7 +448,7 @@ describe("Crafatar", function() {
"skin with existing username": {
url: "http://localhost:3000/skins/jeb_",
etag: '"a846b82963"',
crc32: 110922424
crc32: 26500336
},
"skin with not existing username": {
url: "http://localhost:3000/skins/0",
@@ -468,7 +468,7 @@ describe("Crafatar", function() {
"skin with existing uuid": {
url: "http://localhost:3000/skins/853c80ef3c3749fdaa49938b674adae6",
etag: '"a846b82963"',
crc32: 110922424
crc32: 26500336
},
"skin with not existing uuid": {
url: "http://localhost:3000/skins/00000000000000000000000000000000",