test:Remove QSKIP from tst_QPainter
Removed QSKIP ("currently broken... ") from tst_qpainter.cpp.
Change-Id: I2a5af009198d26015779ca368ef82188ddf1b060
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
bb10
parent
9cec2def90
commit
931640391a
|
|
@ -3097,8 +3097,6 @@ bool verifyOutlineFillConsistency(const QImage &img, QRgb outside, QRgb inside,
|
|||
|
||||
void tst_QPainter::outlineFillConsistency()
|
||||
{
|
||||
QSKIP("currently broken...");
|
||||
|
||||
QImage dst(256, 256, QImage::Format_ARGB32_Premultiplied);
|
||||
|
||||
QPolygonF poly;
|
||||
|
|
|
|||
Loading…
Reference in New Issue