summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractaxis/tst_qabstractaxis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qabstractaxis/tst_qabstractaxis.cpp')
-rw-r--r--tests/auto/qabstractaxis/tst_qabstractaxis.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/auto/qabstractaxis/tst_qabstractaxis.cpp b/tests/auto/qabstractaxis/tst_qabstractaxis.cpp
index d9cbebd4..4df20372 100644
--- a/tests/auto/qabstractaxis/tst_qabstractaxis.cpp
+++ b/tests/auto/qabstractaxis/tst_qabstractaxis.cpp
@@ -135,11 +135,7 @@ void tst_QAbstractAxis::axisPenColor_data()
void tst_QAbstractAxis::axisPenColor()
{
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
QSKIP("Test is not implemented. This is deprecated function");
-#else
- QSKIP("Test is not implemented. This is deprecated function", SkipAll);
-#endif
}
void tst_QAbstractAxis::gridLinePen_data()
@@ -404,11 +400,7 @@ void tst_QAbstractAxis::labelsColor_data()
void tst_QAbstractAxis::labelsColor()
{
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
QSKIP("Test is not implemented. This is deprecated function");
-#else
- QSKIP("Test is not implemented. This is deprecated function", SkipAll);
-#endif
}
void tst_QAbstractAxis::labelsFont_data()
@@ -633,11 +625,7 @@ void tst_QAbstractAxis::shadesBorderColor_data()
void tst_QAbstractAxis::shadesBorderColor()
{
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
QSKIP("Test is not implemented. This is deprecated function");
-#else
- QSKIP("Test is not implemented. This is deprecated function", SkipAll);
-#endif
}
void tst_QAbstractAxis::shadesBrush_data()
@@ -687,11 +675,7 @@ void tst_QAbstractAxis::shadesColor_data()
// public QColor shadesColor() const
void tst_QAbstractAxis::shadesColor()
{
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
QSKIP("Test is not implemented. This is deprecated function");
-#else
- QSKIP("Test is not implemented. This is deprecated function", SkipAll);
-#endif
}
void tst_QAbstractAxis::shadesPen_data()