summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-02-01 13:16:46 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-02-01 13:16:46 (GMT)
commit33bb082554017109c9646f48650588cb6218a202 (patch)
treec8ae350230b2914e313f47b0b45a57a9c1354f6d /tests/auto/declarative
parent789d4e494565a3588431c7a640bb8e07e98e04be (diff)
downloadQt-33bb082554017109c9646f48650588cb6218a202.zip
Qt-33bb082554017109c9646f48650588cb6218a202.tar.gz
Qt-33bb082554017109c9646f48650588cb6218a202.tar.bz2
Revert "Qt has more stuff in rich text now."
This reverts commit 3f095e957f27744c9c7a79679e35bfcc9db161fd.
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r--tests/auto/declarative/qmlgraphicstextedit/tst_qmlgraphicstextedit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlgraphicstextedit/tst_qmlgraphicstextedit.cpp b/tests/auto/declarative/qmlgraphicstextedit/tst_qmlgraphicstextedit.cpp
index 23ecf2b..b709665 100644
--- a/tests/auto/declarative/qmlgraphicstextedit/tst_qmlgraphicstextedit.cpp
+++ b/tests/auto/declarative/qmlgraphicstextedit/tst_qmlgraphicstextedit.cpp
@@ -176,7 +176,6 @@ void tst_qmlgraphicstextedit::text()
actual.replace(QRegExp(".*<body[^>]*>"),"");
actual.replace(QRegExp("(<[^>]*>)+"),"<>");
expected.replace(QRegExp("(<[^>]*>)+"),"<>");
- expected = "<> <> <> " + expected;
QCOMPARE(actual.simplified(),expected.simplified());
}
}