test Picture: Change file open of ifstream to binary(and readonly) type
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 28 Oct 2021 03:07:49 +0000 (12:07 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 28 Oct 2021 06:19:31 +0000 (15:19 +0900)
commit89f48e702ec92cba0fe7badeeaaecc3e4737a69f
treef83acc2247b70937b4220e8b6a28dbf312087ec2
parent763a2ef4bb849d5a143de6c51826d54dbb137ab8
test Picture: Change file open of ifstream to binary(and readonly) type

When opening a file using ifstream, a different problem occurs for each platform.
To fix this, change to binary, readonly type.

refer to:
https://stackoverflow.com/questions/9817806/why-does-my-program-produce-different-results-on-windows-and-linux-about-file-r
test/testPicture.cpp