equal
deleted
inserted
replaced
214 |
214 |
215 QTest::newRow("QTBUG-8920 A schema with a complex type that indirectly includes an anonymous type") |
215 QTest::newRow("QTBUG-8920 A schema with a complex type that indirectly includes an anonymous type") |
216 << 0 |
216 << 0 |
217 << (QStringList() << QLatin1String("files/complex-type-including-anonymous-type.xsd")) |
217 << (QStringList() << QLatin1String("files/complex-type-including-anonymous-type.xsd")) |
218 << QString(); |
218 << QString(); |
|
219 |
|
220 QTest::newRow("QTBUG-11559 A schema and instance with a dateTime containing microseconds") |
|
221 << 0 |
|
222 << (QStringList() << QLatin1String("files/dateTime-with-microseconds.xml") |
|
223 << QLatin1String("files/dateTime-with-microseconds.xsd")) |
|
224 << QString(); |
219 } |
225 } |
220 |
226 |
221 QTEST_MAIN(tst_XmlPatternsValidator) |
227 QTEST_MAIN(tst_XmlPatternsValidator) |
222 |
228 |
223 #include "tst_xmlpatternsvalidator.moc" |
229 #include "tst_xmlpatternsvalidator.moc" |