thorvg/test
JunsuChoi a7f7cbd29a 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
2021-10-28 13:59:24 +09:00
..
capi capi: tvg_paint_transform -> tvg_paint_set_transform 2021-10-26 19:20:15 +09:00
images test: API coverage up 2021-10-22 18:47:05 +09:00
wasm test: remove gtest & its infra. 2021-06-03 17:38:07 +09:00
catch.hpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
meson.build utc: testing loading and saving .tvg 2021-09-03 11:02:25 +09:00
testFill.cpp tests: fill transformation tests added 2021-10-22 19:47:29 +09:00
testInitializer.cpp doc: correct the beginning year 2021-06-07 17:39:45 +09:00
testMain.cpp tests: introduce catch2 unit tests infrastructure. 2021-06-04 16:46:34 +09:00
testPaint.cpp test paint: add missing Paint utc 2021-07-27 10:21:09 +09:00
testPicture.cpp test Picture: Change file open of ifstream to binary(and readonly) type 2021-10-28 13:59:24 +09:00
testSavers.cpp utc: testing loading and saving .tvg 2021-09-03 11:02:25 +09:00
testScene.cpp test: API coverage up 2021-10-22 18:47:05 +09:00
testShape.cpp test: API coverage up 2021-10-22 18:47:05 +09:00
testSwCanvas.cpp test SwCanvas: ++ case cover. 2021-06-09 18:11:51 +09:00
testSwCanvasBase.cpp api: set default value nullptr for user convenience. 2021-09-09 12:40:43 +09:00
testSwEngine.cpp all: fix warnings on MSVC 2021-10-09 11:33:45 +09:00