Stabilize tst_qquicktextinput::remoteCursorDelegate()
authorMichael Brasser <michael.brasser@live.com>
Fri, 1 Feb 2013 13:33:15 +0000 (07:33 -0600)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 1 Feb 2013 17:19:31 +0000 (18:19 +0100)
commitb7c3d7b4d50055d0f8534a9ca73df56c888d77a1
tree26d33b26dc87656a477203cd4dd97fe1a9bed8e4
parent271b12790f9459287e909016e5a56b6bc07f493c
Stabilize tst_qquicktextinput::remoteCursorDelegate()

In some cases QCOMPARE(component.status(), QQmlComponent::Loading);
(line 2800) is failing -- it appears to be Ready immediately. Add a delay
to ensure it always hits Loading before Ready.

Change-Id: I975f3b3ea6004f178a7b0fb21193dcbdaf483157
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp