Fix breakage in dead code

Change-Id: Ibcddfb711a3f47bf957a4b010330e8a775f1a2e8
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Richard Moore 2012-02-21 22:44:08 +00:00 committed by Qt by Nokia
parent 541949aed2
commit 194898bab9

View File

@ -1845,7 +1845,7 @@ void tst_QDom::checkIntOverflow() const
QVERIFY(doc.setContent(xmlMessage));
const QDomNodeList nl(doc.elementsByTagName(QLatin1String("test")));
QCOMPARE(nl.length(), uint(1));
QCOMPARE(nl.length(), 1);
}
}