Hermet Park
|
f0ae3e9cee
|
test: fix broken plugin support.
The thorvg test should not attempt to perform features
that were not enabled, as this will cause them to fail.
@Issues: https://github.com/thorvg/thorvg/issues/1251
|
2023-04-06 19:47:10 +09:00 |
|
Hermet Park
|
9b3c34c3b1
|
updated copyright.
|
2023-01-14 13:48:11 +09:00 |
|
Hermet Park
|
91730249ae
|
test picture: add picture mesh api unit test
@Issue: https://github.com/Samsung/thorvg/issues/1241
|
2022-12-09 12:09:59 +09:00 |
|
Hermet Park
|
f0141e63de
|
updated copyright date.
|
2022-01-12 14:08:48 +09:00 |
|
Hermet Park
|
fd74e0fae8
|
test: fix memory leak.
these duplicates are not unique_ptr, should be taken care.
@Issue: https://github.com/Samsung/thorvg/issues/995
|
2021-11-05 21:48:24 +09:00 |
|
JunsuChoi
|
021b86a065
|
test Picture: Fix array release
fix code
|
2021-11-01 15:04:05 +09:00 |
|
JunsuChoi
|
5fd60e14a2
|
test Picture : Remove unnecessary namespace
Remove `std::`
|
2021-10-28 13:59:24 +09:00 |
|
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 |
|
Hermet Park
|
8cc7f50235
|
test: API coverage up
Added identifier() test cases.
|
2021-10-22 18:47:05 +09:00 |
|
Hermet Park
|
b97f9338dd
|
test: ++safety.
add null handlings just in case.
|
2021-10-07 15:04:46 +09:00 |
|
projectitis
|
a678846068
|
tests: fix stack overflow error in testPicture for windows
|
2021-10-07 14:51:07 +09:00 |
|
Mira Grudzinska
|
d67517337c
|
tests: ++LOC svg loader, tvg saver
|
2021-10-06 11:11:21 +09:00 |
|
Michal Maciola
|
3ded3e359d
|
utc: testing loading and saving .tvg
Added tests of loading and saving .tvg.
Created testSavers.cpp. Created files tag.tvg and test.tvg. Minor change
in tag.svg.
|
2021-09-03 11:02:25 +09:00 |
|
Michal Maciola
|
8ed6a1a12d
|
utc: increase coverage of picture and fill
|
2021-08-20 12:36:09 +09:00 |
|
Michal Maciola
|
d82b088b7a
|
utc: increase coverage up #1
|
2021-08-19 14:49:14 +09:00 |
|
Michal Maciola
|
3a05ae4c01
|
utc: increase coverage up
|
2021-08-19 14:49:14 +09:00 |
|
Michal Maciola
|
cff8815404
|
loaders: Pass mimetype to picture::load
* loaders: Pass mimetype to picture::load
Added mimetype attribute to enfaster loading using a proper loader.
@Changed api: Picture::load(const char* data, uint32_t size, const std::string& mimeType, bool copy = false)
@issue: #571
|
2021-08-05 11:02:26 +09:00 |
|
Hermet Park
|
5e52134e2a
|
dexample Picture: improve the test coverage.
In this patch, it replaced the test images with Lenna.
and fix the wrong jpeg file size figuring.
|
2021-07-30 12:09:59 +09:00 |
|
Hermet Park
|
94eeb92dbe
|
infra: seprate test image resources from the examples.
change for removing dependency.
|
2021-07-19 14:43:26 +09:00 |
|
Michal Maciola
|
f9d5c8b42d
|
test: testPicture added .jpg and .png loading tests
|
2021-07-16 00:36:38 +09:00 |
|
Michal Maciola
|
c3aef76278
|
test: render jpg and png files
|
2021-07-16 00:29:39 +09:00 |
|
Michal Maciola
|
a8e13ed2b7
|
test: svg rendering
Added SVG file loading and rendering for increasing TC Line coverage
Line coverage for src/loaders/svg: 85.5%
|
2021-07-14 23:24:40 +09:00 |
|
Hermet Park
|
a5d2950902
|
test capi: code refactoring
use catch Approx functions to compare floating-point values.
|
2021-07-03 16:51:50 +09:00 |
|
Hermet Park
|
8e2765be39
|
common picture: fix invalid size returns from raw image.
picture/raw should update the size if the raw image
with size values are entered.
|
2021-07-03 16:15:57 +09:00 |
|
Hermet Park
|
64b25bb35b
|
test picture: ++ raw data loading.
|
2021-07-03 16:15:57 +09:00 |
|
Hermet Park
|
10f80fa832
|
test Picture: add Picture unit tests
|
2021-07-02 14:02:09 +09:00 |
|