--- a/tests/auto/qdom/tst_qdom.cpp Mon Jun 21 22:38:13 2010 +0100
+++ b/tests/auto/qdom/tst_qdom.cpp Thu Jul 22 16:41:55 2010 +0100
@@ -477,10 +477,6 @@
void tst_QDom::initTestCase()
{
-#ifdef Q_CC_MINGW
- QSKIP("Our current test machine, arsia, is too slow for this auto test.", SkipAll);
-#endif
-
QFile file(SRCDIR "testdata/excludedCodecs.txt");
QVERIFY(file.open(QIODevice::ReadOnly|QIODevice::Text));
@@ -1677,7 +1673,7 @@
doc.appendChild(elem);
- Q_ASSERT(!xml.isNull());
+ QVERIFY(!xml.isNull());
const QString expected(QLatin1String("<document>\n<test_elem name=\"value\"/>\n</document>\n"));
elem.appendChild(xml);