wxWidgets/tests/graphics
Vadim Zeitlin 30726437c0 Fix the result width check in the ellipsization unit test
When processing mnemonics, the resulting string should still contain
them and they need to be stripped before measuring its width, but the
code didn't do it.

This didn't prevent the tests from passing, but only due to another bug
in ellipsization code itself, which lost the mnemonics completely. As
this bug is about to be fixed, the test needs to take mnemonics into
account properly now.
2019-06-20 01:46:28 +02:00
..
affinematrix.cpp Fix some build warnings 2018-11-25 21:29:38 +01:00
bitmap.cpp Fix wxBitmap::GetRawData() in wxQt 2018-12-13 15:24:54 +01:00
boundingbox.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
clippingbox.cpp Fix some build warnings 2018-11-25 21:29:38 +01:00
colour.cpp Add wxColour::GetLuminance() 2019-04-21 02:09:42 +02:00
ellipsization.cpp Fix the result width check in the ellipsization unit test 2019-06-20 01:46:28 +02:00
graphmatrix.cpp Add test suite to check wxGraphicsMatrix operations 2016-09-18 23:09:44 +02:00
graphpath.cpp Remove unused variable in graphpath test 2018-07-29 16:29:36 +02:00
measuring.cpp Fix some memory leaks in the tests 2017-10-01 09:41:49 -07:00