aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/creationtime/tst_creationtime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/creationtime/tst_creationtime.cpp')
-rw-r--r--tests/benchmarks/creationtime/tst_creationtime.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/benchmarks/creationtime/tst_creationtime.cpp b/tests/benchmarks/creationtime/tst_creationtime.cpp
index 41d7224d..3ebd9f2c 100644
--- a/tests/benchmarks/creationtime/tst_creationtime.cpp
+++ b/tests/benchmarks/creationtime/tst_creationtime.cpp
@@ -63,9 +63,6 @@ private slots:
void universal();
void universal_data();
- void calendar();
- void calendar_data();
-
private:
QQmlEngine engine;
};
@@ -150,18 +147,6 @@ void tst_CreationTime::universal_data()
addTestRowForEachControl(&engine, "controls/universal", "QtQuick/Controls.2/Universal", QStringList() << "ApplicationWindow" << "CheckIndicator" << "RadioIndicator" << "SwitchIndicator");
}
-void tst_CreationTime::calendar()
-{
- QFETCH(QUrl, url);
- doBenchmark(&engine, url);
-}
-
-void tst_CreationTime::calendar_data()
-{
- QTest::addColumn<QUrl>("url");
- addTestRowForEachControl(&engine, "calendar", "Qt/labs/calendar");
-}
-
QTEST_MAIN(tst_CreationTime)
#include "tst_creationtime.moc"