diff options
author | Sven Strickroth <email@cs-ware.de> | 2015-07-20 00:53:43 +0200 |
---|---|---|
committer | Sven Strickroth <email@cs-ware.de> | 2015-07-20 00:53:43 +0200 |
commit | 5eeab9f0a62f4843dcef2a7fb2f7f67610bef22d (patch) | |
tree | bd813b36c935eac50feeef332bf8cf5a33ede2f5 /spec/fixtures | |
parent | d0ef64ac8eedae3544e700d94a2373184c9597ee (diff) | |
download | gitlab-ce-5eeab9f0a62f4843dcef2a7fb2f7f67610bef22d.tar.gz |
GoogleCode importer: Do not care about casing of image file extensions
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/GoogleCodeProjectHosting.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fixtures/GoogleCodeProjectHosting.json b/spec/fixtures/GoogleCodeProjectHosting.json index d05e77271ae..67bb3bae5b7 100644 --- a/spec/fixtures/GoogleCodeProjectHosting.json +++ b/spec/fixtures/GoogleCodeProjectHosting.json @@ -382,6 +382,11 @@ "fileName" : "screenshot.png", "fileSize" : 0, "mimetype" : "image/png" + }, { + "attachmentId" : "001", + "fileName" : "screenshot1.PNG", + "fileSize" : 0, + "mimetype" : "image/x-png" } ] }, { "id" : 1, |