aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/quickcontrols2/objectcount/tst_objectcount.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-07-26 12:27:48 +0200
committerMitch Curtis <mitch.curtis@qt.io>2021-08-02 13:05:50 +0200
commit57753efded8966c5533415723b42c4133213ed69 (patch)
tree41e5baa253bf54ce0846bf71d8384112f4ccb4cd /tests/benchmarks/quickcontrols2/objectcount/tst_objectcount.cpp
parent357f8490606f32c43b36494fc4c68220e94fbd89 (diff)
Fix test pathswip/qtquickcontrols2
In preparation for merging into qtdeclarative Task-number: QTBUG-95173 Change-Id: I0c91c9af85ca63ca8c7f7184d41f299030e12a0e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 93b7b48d417ff0a7a77871454bf90d6962fe890c)
Diffstat (limited to 'tests/benchmarks/quickcontrols2/objectcount/tst_objectcount.cpp')
-rw-r--r--tests/benchmarks/quickcontrols2/objectcount/tst_objectcount.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/benchmarks/quickcontrols2/objectcount/tst_objectcount.cpp b/tests/benchmarks/quickcontrols2/objectcount/tst_objectcount.cpp
index d7f1b0ef1a..bbcb24ca38 100644
--- a/tests/benchmarks/quickcontrols2/objectcount/tst_objectcount.cpp
+++ b/tests/benchmarks/quickcontrols2/objectcount/tst_objectcount.cpp
@@ -93,11 +93,11 @@ void tst_ObjectCount::cleanup()
static void initTestRows(QQmlEngine *engine)
{
- addTestRowForEachControl(engine, "quickcontrols2/basic", "QtQuick/Controls/Basic");
- addTestRowForEachControl(engine, "quickcontrols2/fusion", "QtQuick/Controls/Fusion", QStringList() << "ButtonPanel" << "CheckIndicator" << "RadioIndicator" << "SliderGroove" << "SliderHandle" << "SwitchIndicator");
- addTestRowForEachControl(engine, "quickcontrols2/imagine", "QtQuick/Controls/Imagine");
- addTestRowForEachControl(engine, "quickcontrols2/material", "QtQuick/Controls/Material", QStringList() << "Ripple" << "SliderHandle" << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator" << "BoxShadow" << "ElevationEffect" << "CursorDelegate");
- addTestRowForEachControl(engine, "quickcontrols2/universal", "QtQuick/Controls/Universal", QStringList() << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator");
+ addTestRowForEachControl(engine, "basic", "QtQuick/Controls/Basic");
+ addTestRowForEachControl(engine, "fusion", "QtQuick/Controls/Fusion", QStringList() << "ButtonPanel" << "CheckIndicator" << "RadioIndicator" << "SliderGroove" << "SliderHandle" << "SwitchIndicator");
+ addTestRowForEachControl(engine, "imagine", "QtQuick/Controls/Imagine");
+ addTestRowForEachControl(engine, "material", "QtQuick/Controls/Material", QStringList() << "Ripple" << "SliderHandle" << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator" << "BoxShadow" << "ElevationEffect" << "CursorDelegate");
+ addTestRowForEachControl(engine, "universal", "QtQuick/Controls/Universal", QStringList() << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator");
}
template <typename T>