summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-04-27 10:56:38 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-04-27 10:56:38 +0300
commitcc2338087c34f699c6e7315cac5dfdedf21128b1 (patch)
tree18eebbef24ad6b5ecd66d91136860add177de2cd /tests
parentee5ed8f33d6060c9eb041cacb54f31c2cb1da067 (diff)
fixed tests
Diffstat (limited to 'tests')
-rw-r--r--tests/test-resource-set/test-resource-set.cpp2
1 files changed, 0 insertions, 2 deletions
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()