Commit Graph

4 Commits

Author SHA1 Message Date
santorac c61fc4f67c Removed Error_SaveOverLockedFile because it was failing on mac for some file system reason. This particular test case wasn't that important so it wasn't worth digging into, especially since I don't have a mac handy.
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
2021-09-13 22:08:25 -07:00
santorac f99766f556 Update unit test to use AZ::IO::Path.
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
2021-09-13 22:06:08 -07:00
santorac b44441b286 Improved PngFile unit test a bit, added another check
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
2021-09-13 17:19:22 -07:00
santorac 849a8da4d9 Added unit tests for PngFile.
Fixed a couple issue like palettized files would not load, and stripping alpha was not affecting the color type reported by libpng. Also cleaned up some error reporting.
Added AzFramework to Atom/Utils tests to support PngFile testing.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
2021-09-08 23:45:16 -07:00