diff options
author | Honglei Zhang <honglei.zhang@nokia.com> | 2011-08-30 14:42:15 (GMT) |
---|---|---|
committer | Honglei Zhang <honglei.zhang@nokia.com> | 2011-08-30 14:42:15 (GMT) |
commit | 726cf479c1c03a5562841aacb7c1e7677e711c90 (patch) | |
tree | a6333bb3e5663b21b362609e428c872f2200e2c7 /tests/auto/qxmlsimplereader | |
parent | 8f7535c3939e78f0c397d32945b577a98c234980 (diff) | |
download | Qt-726cf479c1c03a5562841aacb7c1e7677e711c90.zip Qt-726cf479c1c03a5562841aacb7c1e7677e711c90.tar.gz Qt-726cf479c1c03a5562841aacb7c1e7677e711c90.tar.bz2 |
Fix QXmlSimpleReader auto test failer
Bug fix for QTBUG-21025 has introduced a auto test failure. One added
xml file has typo and failed a test driver. The extra charactor is
removed from the test xml file.
Task-number: QTBUG-21025
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/qxmlsimplereader')
-rw-r--r-- | tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml index 5550dab..0e7b9cc 100644 --- a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/015.xml @@ -1,6 +1,5 @@ <!DOCTYPE doc [
-<!ELEMENT doc k(#PCDATA)>
+<!ELEMENT doc (#PCDATA)>
<!ENTITY e SYSTEM "015.ent">
]>
<doc>&e;</doc>
-
|