summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextblock/tst_qtextblock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtextblock/tst_qtextblock.cpp')
-rw-r--r--tests/auto/qtextblock/tst_qtextblock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtextblock/tst_qtextblock.cpp b/tests/auto/qtextblock/tst_qtextblock.cpp
index c9206ce..cc91b88 100644
--- a/tests/auto/qtextblock/tst_qtextblock.cpp
+++ b/tests/auto/qtextblock/tst_qtextblock.cpp
@@ -115,7 +115,7 @@ void tst_QTextBlock::fragmentOverBlockBoundaries()
QVERIFY(doc);
// Block separators are always a fragment of their self. Thus:
// |Hello|\b|World|\b|
-#ifndef Q_WS_WIN
+#if !defined(Q_WS_WIN) && !defined(Q_WS_S60)
QVERIFY(doc->d_func()->fragmentMap().numNodes() == 4);
#endif