diff options
author | aavit <qt-info@nokia.com> | 2011-10-21 07:59:50 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2011-10-21 07:59:50 (GMT) |
commit | cda84350a3e38d7a35e6341720e3e353803b8dea (patch) | |
tree | 240ba38d683ad1256ca7ddd54f51bf6f21962056 /tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp | |
parent | e5098123c12880d922923d1117f7b82995c6b5a0 (diff) | |
parent | 4673878256262802c07303fce1e1f8cc1b7e652b (diff) | |
download | Qt-cda84350a3e38d7a35e6341720e3e353803b8dea.zip Qt-cda84350a3e38d7a35e6341720e3e353803b8dea.tar.gz Qt-cda84350a3e38d7a35e6341720e3e353803b8dea.tar.bz2 |
Merge remote-tracking branch 'qt-fire-review/master'
Diffstat (limited to 'tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp')
-rw-r--r-- | tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp b/tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp index 817ea1a..60c1fe8 100644 --- a/tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp +++ b/tests/auto/xmlpatternsvalidator/tst_xmlpatternsvalidator.cpp @@ -222,6 +222,11 @@ void tst_XmlPatternsValidator::xsdSupport_data() const << (QStringList() << QLatin1String("files/dateTime-with-microseconds.xml") << QLatin1String("files/dateTime-with-microseconds.xsd")) << QString(); + + QTest::newRow("QTBUG-21375 A schema with a xs:double based simple type with non-numeric restrictions") + << 0 + << (QStringList() << QLatin1String("files/schema-with-restrictions.xsd")) + << QString(); } QTEST_MAIN(tst_XmlPatternsValidator) |