Skip to content

Commit 3fd4fdc

Browse files
committed
Fix wrong casing of file endings from BMP to bmp
1 parent 2b1f6fe commit 3fd4fdc

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -377,14 +377,14 @@ public static class Bmp
377377
public const string Os2v2Short = "Bmp/pal8os2v2-16.bmp";
378378
public const string Os2v2 = "Bmp/pal8os2v2.bmp";
379379
public const string Os2BitmapArray = "Bmp/ba-bm.bmp";
380-
public const string Os2BitmapArray9s = "Bmp/9S.BMP";
381-
public const string Os2BitmapArrayDiamond = "Bmp/DIAMOND.BMP";
382-
public const string Os2BitmapArrayMarble = "Bmp/GMARBLE.BMP";
383-
public const string Os2BitmapArraySkater = "Bmp/SKATER.BMP";
384-
public const string Os2BitmapArraySpade = "Bmp/SPADE.BMP";
385-
public const string Os2BitmapArraySunflower = "Bmp/SUNFLOW.BMP";
386-
public const string Os2BitmapArrayWarpd = "Bmp/WARPD.BMP";
387-
public const string Os2BitmapArrayPines = "Bmp/PINES.BMP";
380+
public const string Os2BitmapArray9s = "Bmp/9S.bmp";
381+
public const string Os2BitmapArrayDiamond = "Bmp/DIAMOND.bmp";
382+
public const string Os2BitmapArrayMarble = "Bmp/GMARBLE.bmp";
383+
public const string Os2BitmapArraySkater = "Bmp/SKATER.bmp";
384+
public const string Os2BitmapArraySpade = "Bmp/SPADE.bmp";
385+
public const string Os2BitmapArraySunflower = "Bmp/SUNFLOW.bmp";
386+
public const string Os2BitmapArrayWarpd = "Bmp/WARPD.bmp";
387+
public const string Os2BitmapArrayPines = "Bmp/PINES.bmp";
388388
public const string LessThanFullSizedPalette = "Bmp/pal8os2sp.bmp";
389389
public const string Pal8Offset = "Bmp/pal8offs.bmp";
390390
public const string OversizedPalette = "Bmp/pal8oversizepal.bmp";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)