summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-01-10 23:39:30 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-01-10 23:39:30 (GMT)
commit65f138ac6b8472ace226e769062f6aa92ebf9480 (patch)
treecc40f68dc47fb9f819ffac2eba26da5ae75bcfb1 /tests
parent9ab069286660101e2a2a6b49587bc21a69339e77 (diff)
parent03bb8fb0af66a24c2b532d2fe6febb426c64f684 (diff)
downloadQt-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')
-rw-r--r--tests/auto/qtextodfwriter/tst_qtextodfwriter.cpp8
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);