diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-02-01 13:16:46 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-02-01 13:16:46 (GMT) |
commit | 33bb082554017109c9646f48650588cb6218a202 (patch) | |
tree | c8ae350230b2914e313f47b0b45a57a9c1354f6d /tests/auto/declarative | |
parent | 789d4e494565a3588431c7a640bb8e07e98e04be (diff) | |
download | Qt-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.cpp | 1 |
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()); } } |