aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlglobal/tst_qqmlglobal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlglobal/tst_qqmlglobal.cpp')
-rw-r--r--tests/auto/qml/qqmlglobal/tst_qqmlglobal.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/qml/qqmlglobal/tst_qqmlglobal.cpp b/tests/auto/qml/qqmlglobal/tst_qqmlglobal.cpp
index e2cdd50883..e32c13b98e 100644
--- a/tests/auto/qml/qqmlglobal/tst_qqmlglobal.cpp
+++ b/tests/auto/qml/qqmlglobal/tst_qqmlglobal.cpp
@@ -53,7 +53,6 @@ public:
private slots:
void initTestCase();
- void valueTypeProviderWarning();
void colorProviderWarning();
void guiProviderWarning();
};
@@ -62,13 +61,6 @@ void tst_qqmlglobal::initTestCase()
{
}
-void tst_qqmlglobal::valueTypeProviderWarning()
-{
- const QLatin1String expected("Warning: QQml_valueTypeProvider: no value type provider has been set! ");
- QTest::ignoreMessage(QtWarningMsg, expected.data());
- QQml_valueTypeProvider();
-}
-
void tst_qqmlglobal::colorProviderWarning()
{
const QLatin1String expected("Warning: QQml_colorProvider: no color provider has been set! ");