summaryrefslogtreecommitdiff
path: root/tests/test-resource.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-25 11:12:45 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-01-25 11:12:45 +0200
commitca994fc17c8bdb66c64beaead40bc2727ea89468 (patch)
treef03b032af15c214610d84fe7f1dc99c726eff610 /tests/test-resource.h
parent9f3e54044fd1e0c26153195f91889342a8425b7f (diff)
Chaged Resource::type to be stored as a number instead of a string. Also
changed ResourceSet to store resources as a QVector instead of a QSet.
Diffstat (limited to 'tests/test-resource.h')
-rw-r--r--tests/test-resource.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/test-resource.h b/tests/test-resource.h
index 76ba5b4..b0e6964 100644
--- a/tests/test-resource.h
+++ b/tests/test-resource.h
@@ -33,21 +33,11 @@ private slots:
void testShared_data();
void testShared();
- void testIdentifier_data();
- void testIdentifier();
-
void testCopy();
void testCopyConstructor();
void testEqualsOperator();
-
- void testHashFunctionWithCopies();
- void testHashFunctionWithDifferentResources();
- void testHashFunctionWithDifferentOptionality();
- void testHashFunctionWithDifferentSharedness();
- void testHashFunctionWithIdentical();
-
- void testQSetOfResource();
+ void testEqualsOperatorWithDifferentTypes();
};
#endif