aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/customization
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-12-22 13:32:04 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-12-22 14:29:51 +0000
commit31a655402ff194e556853e6877f1a464a8e51243 (patch)
tree31158fdbb1e0ff17bba67f398859c2e9a92e3672 /tests/auto/customization
parent368e8046184f71b31618e49de4f5e49ee20db5f4 (diff)
Material: cleanup the internal ID from BusyIndicator
Same as da27cace for the Default style. An internal ID in the OpacityAnimator element prevented deferred execution for the whole content item. Apply the same visibility trick in C++ to avoid having to use an ID in QML. Change-Id: I4b54bbe3044aff9603b1135ac25d7325e01fdff2 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/customization')
-rw-r--r--tests/auto/customization/tst_customization.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/customization/tst_customization.cpp b/tests/auto/customization/tst_customization.cpp
index 5c6310ba..05d95ec8 100644
--- a/tests/auto/customization/tst_customization.cpp
+++ b/tests/auto/customization/tst_customization.cpp
@@ -393,7 +393,6 @@ void tst_customization::override()
// unparented means that a delegate got destroyed, so there must be an internal ID in one
// of the delegates in the tested style.
if (!identify && nonDeferred.isEmpty()) {
- QEXPECT_FAIL("Material:BusyIndicator", "TODO: remove internal ID in the OpacityAnimator", Continue);
QEXPECT_FAIL("Universal:ApplicationWindow", "ApplicationWindow.qml contains an intentionally unparented FocusRectangle", Continue);
QCOMPARE(qt_unparentedItemCount, 0);
}