Add tests for instantiating cursor delegates in the Loading state.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Mon, 9 Jul 2012 06:33:21 +0000 (16:33 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 11 Jul 2012 10:36:02 +0000 (12:36 +0200)
commite89a17af703250f06002e16fd00e9ed407769fc4
tree9c4980881faaf1b7d99b3d9ac39d8cf1ad5d8d06
parentbcf3afa90f371b7ea0d32285d6065046e9296f52
Add tests for instantiating cursor delegates in the Loading state.

Components created by QML are usually (always?) ready when assigned to
n property, but it possible for an externally supplied component to
still be loading, as in the test and the code handles it.

Change-Id: I2058e3479e2e711b52af2a0128e6e4c4c3ff7504
Reviewed-by: Martin Jones <martin.jones@nokia.com>
tests/auto/quick/qquicktextedit/data/RemoteCursor.qml [new file with mode: 0644]
tests/auto/quick/qquicktextedit/data/cursorTestRemote.qml [new file with mode: 0644]
tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp
tests/auto/quick/qquicktextinput/data/RemoteCursor.qml [new file with mode: 0644]
tests/auto/quick/qquicktextinput/data/cursorTestRemote.qml [new file with mode: 0644]
tests/auto/quick/qquicktextinput/qquicktextinput.pro
tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp