diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-03-03 14:54:06 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-03-03 14:54:06 (GMT) |
commit | a2af08f9793b3884bdb770f89edd4754c0411654 (patch) | |
tree | 20443c139f950bddbe08bae368c3b877531ffab6 /tests/auto | |
parent | 27cf9b0f04fd646f7d4d7fa1cc5709a134f3fb3a (diff) | |
download | Qt-a2af08f9793b3884bdb770f89edd4754c0411654.zip Qt-a2af08f9793b3884bdb770f89edd4754c0411654.tar.gz Qt-a2af08f9793b3884bdb770f89edd4754c0411654.tar.bz2 |
Clairify a comment in one of the auto tests.
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp b/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp index dea88c4..b1935df 100644 --- a/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp +++ b/tests/auto/declarative/qdeclarativetextedit/tst_qdeclarativetextedit.cpp @@ -671,9 +671,9 @@ void tst_qdeclarativetextedit::delegateLoading() QTRY_VERIFY(view->status()==QDeclarativeView::Error); view->setFocus(); QTRY_VERIFY(!view->rootObject()); // there is fail item inside this test - //ErrorB should get a component which is ready but component.create() returns null + //A test should be added here with a component which is ready but component.create() returns null //Not sure how to accomplish this with QDeclarativeTextEdits cursor delegate - //###This could be a case of overzealous defensive programming + //###This was only needed for code coverage, and could be a case of overzealous defensive programming //delegate = view->rootObject()->findChild<QDeclarativeItem*>("delegateErrorB"); //QVERIFY(!delegate); } |