removed ancient left-over test from tst_qwidget
authorJoerg Bornemann <joerg.bornemann@nokia.com>
Tue, 3 Jul 2012 11:49:11 +0000 (13:49 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 3 Jul 2012 12:25:36 +0000 (14:25 +0200)
commit9d88743b7dce44187b9f4304a2c947861ddb7899
tree9a4d11deb2ef4998e58f20bec82c57ae35f73f8f
parent122741c671b189bc2a3bff8a679eff56dd4aa26d
removed ancient left-over test from tst_qwidget

The part of tst_qwidget::reparent() that "makes sense only on Windows"
is antiquated at least since the introduction of alien widgets.
It basically tests if QWidget::winId() returns a valid window handle
(has been replaced with winHandleOf here in the meantime).
This is always successful, because winId() creates a valid window handle.

Change-Id: I52c370e26fd9b34861bd4d52c12dded243382d43
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp