diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-01-10 23:39:30 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-01-10 23:39:30 (GMT) |
commit | 65f138ac6b8472ace226e769062f6aa92ebf9480 (patch) | |
tree | cc40f68dc47fb9f819ffac2eba26da5ae75bcfb1 /tests/auto/qtextodfwriter | |
parent | 9ab069286660101e2a2a6b49587bc21a69339e77 (diff) | |
parent | 03bb8fb0af66a24c2b532d2fe6febb426c64f684 (diff) | |
download | Qt-65f138ac6b8472ace226e769062f6aa92ebf9480.zip Qt-65f138ac6b8472ace226e769062f6aa92ebf9480.tar.gz Qt-65f138ac6b8472ace226e769062f6aa92ebf9480.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2:
Update QTextOdfWriter test case to match actual (correct) output
Diffstat (limited to 'tests/auto/qtextodfwriter')
-rw-r--r-- | tests/auto/qtextodfwriter/tst_qtextodfwriter.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qtextodfwriter/tst_qtextodfwriter.cpp b/tests/auto/qtextodfwriter/tst_qtextodfwriter.cpp index 507d5b9..997cd68 100644 --- a/tests/auto/qtextodfwriter/tst_qtextodfwriter.cpp +++ b/tests/auto/qtextodfwriter/tst_qtextodfwriter.cpp @@ -208,10 +208,10 @@ void tst_QTextOdfWriter::testWriteStyle2() QString xml = QString::fromLatin1( "<style:style style:name=\"p1\" style:family=\"paragraph\">" "<style:paragraph-properties>" - "<style:style-tab-stops>" - "<style:style-tab-stop style:position=\"30pt\" style:type=\"right\"/>" - "<style:style-tab-stop style:position=\"60pt\" style:type=\"char\" style:char=\"o\"/>" - "</style:style-tab-stops>" + "<style:tab-stops>" + "<style:tab-stop style:position=\"30pt\" style:type=\"right\"/>" + "<style:tab-stop style:position=\"60pt\" style:type=\"char\" style:char=\"o\"/>" + "</style:tab-stops>" "</style:paragraph-properties>" "</style:style>"); QCOMPARE(getContentFromXml(), xml); |