From cc2338087c34f699c6e7315cac5dfdedf21128b1 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Tue, 27 Apr 2010 10:56:38 +0300 Subject: fixed tests --- tests/test-resource-set/test-resource-set.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/test-resource-set/test-resource-set.cpp b/tests/test-resource-set/test-resource-set.cpp index 61ea71c..43b21e8 100644 --- a/tests/test-resource-set/test-resource-set.cpp +++ b/tests/test-resource-set/test-resource-set.cpp @@ -60,8 +60,6 @@ void TestResourceSet::testIdentifier() bool identifiersAreUnique = (resourceSet->id() != otherSet.id()); QVERIFY(identifiersAreUnique); - QVERIFY(resourceSet->id() == (quint32)resourceSet); - QVERIFY(otherSet.id() == (quint32)&otherSet); } void TestResourceSet::testAddResource() -- cgit v1.2.3