tests/auto/qdom/tst_qdom.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   320   To achieve this, the XML document of the toString() function is parsed again
   320   To achieve this, the XML document of the toString() function is parsed again
   321   and the two QDomDocuments are compared.
   321   and the two QDomDocuments are compared.
   322 */
   322 */
   323 void tst_QDom::toString_01()
   323 void tst_QDom::toString_01()
   324 {
   324 {
   325     QFAIL("make test fail instead of timing out, will be fixed later (QT-2357)");
       
   326     QFETCH(QString, fileName);
   325     QFETCH(QString, fileName);
   327 
   326 
   328     QFile f(fileName);
   327     QFile f(fileName);
   329     QVERIFY2(f.open(QIODevice::ReadOnly), qPrintable(QString::fromLatin1("Failed to open file %1, file error: %2").arg(fileName).arg(f.error())));
   328     QVERIFY2(f.open(QIODevice::ReadOnly), qPrintable(QString::fromLatin1("Failed to open file %1, file error: %2").arg(fileName).arg(f.error())));
   330 
   329