equal
deleted
inserted
replaced
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 |