From 0d47a4721562b3d73c5180dfedfbc0a50bc56afb Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Wed, 12 Oct 2011 16:16:09 +1000 Subject: [PATCH] Add missing autotests to declarative.pro. Change-Id: Icf43fc3aa69ac80fc077318d903becf3b78cc55b Reviewed-on: http://codereview.qt-project.org/6492 Reviewed-by: Damian Jansen --- tests/auto/declarative/declarative.pro | 5 +++++ tests/auto/declarative/qsgview/tst_qsgview.cpp | 1 + 2 files changed, 6 insertions(+) diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index 9f1cf1c..7193182 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -14,6 +14,7 @@ PUBLICTESTS += \ qdeclarativeengine \ qdeclarativeerror \ qdeclarativefolderlistmodel \ + qdeclarativeincubator \ qdeclarativeinfo \ qdeclarativelistreference \ qdeclarativemoduleplugin \ @@ -39,11 +40,14 @@ PRIVATETESTS += \ qdeclarativedebugservice \ # qdeclarativedebugjs \ qdeclarativeecmascript \ + qdeclarativeexpression \ + qdeclarativefontloader \ qdeclarativeimageprovider \ qdeclarativeinstruction \ qdeclarativelanguage \ qdeclarativelistcompositor \ qdeclarativelistmodel \ + qdeclarativepath \ qdeclarativeproperty \ qdeclarativepropertymap \ # qdeclarativescriptdebugging \ @@ -87,6 +91,7 @@ SGTESTS = \ qsgtextedit \ qsgtextinput \ qsgvisualdatamodel \ + qsgview \ qsgcanvasitem \ diff --git a/tests/auto/declarative/qsgview/tst_qsgview.cpp b/tests/auto/declarative/qsgview/tst_qsgview.cpp index 58594f0..5edf197 100644 --- a/tests/auto/declarative/qsgview/tst_qsgview.cpp +++ b/tests/auto/declarative/qsgview/tst_qsgview.cpp @@ -178,6 +178,7 @@ void tst_QSGView::resizemodeitem() QTest::qWait(50); // initial size from root object + QEXPECT_FAIL("", "QTBUG-22019", Abort); QCOMPARE(item->width(), 300.0); QCOMPARE(item->height(), 300.0); QCOMPARE(canvas->size(), QSize(300, 300)); -- 2.7.4