Vadim Zeitlin
363f0988cf
Replace wxScopedPtr with std::unique_ptr in the tests
...
Just use the standard class instead of the wx one, as they can be used
in exactly the same way.
2023-03-06 23:34:44 +01:00
Vadim Zeitlin
37c5f079f1
Disable Direct2D checks failing under Wine
...
Now that these Direct2D tests are compiled, disable those of them that
fail under Wine due to missing support for Direct2D functionality we use
in Wine implementation.
Don't even give a warning message because there would be too many of
them in these tests, just skip them silently.
2021-08-24 17:12:05 +02:00
PB
f57f214122
Remove BCC-specific hdrstop pragma from everywhere
2020-10-12 21:58:37 +02:00
Maarten Bent
da9b4bc0a0
Remove unused variable in graphpath test
2018-07-29 16:29:36 +02:00
Artur Wieczorek
e732da462f
Add tests for the bounds of wxGraphicsPath
...
Check if bounding box of wxGraphicsPath is properly determined.
2018-07-28 11:36:44 +02:00
Artur Wieczorek
fc53007ab4
Add unit test for current point of wxGraphicsPath
...
Verify that last point is properly positioned after the operations
on wxGraphicsPath.
See #18111 .
2018-07-02 20:08:30 +02:00