Fix failing tst_QQuickPathView::undefinedPath()
authorBea Lam <bea.lam@nokia.com>
Mon, 9 Jan 2012 02:55:52 +0000 (12:55 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 9 Jan 2012 03:05:17 +0000 (04:05 +0100)
commit34ef939b25666de83d859a0eb814d8ebe94d04e2
tree0df806ebe51ae927fb387a62c0a6de58361bde5a
parenta333cf1154378ad5b82651cb549f6857ce3de71b
Fix failing tst_QQuickPathView::undefinedPath()

Test was failing on Mac because QPainterPath only prints the relevant
warnings if QT_NO_DEBUG is not defined, which is not the case for
standard builds on Mac.

Task-number: QTBUG-23482
Change-Id: Ied4d263a1ce7503b573ecc3c53787dac2b57cc74
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/qtquick2/qquickpathview/tst_qquickpathview.cpp