summaryrefslogtreecommitdiff
path: root/tests/test-resource-set/test-resource-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-resource-set/test-resource-set.h')
-rw-r--r--tests/test-resource-set/test-resource-set.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/test-resource-set/test-resource-set.h b/tests/test-resource-set/test-resource-set.h
index 5c6498b..24ca0c7 100644
--- a/tests/test-resource-set/test-resource-set.h
+++ b/tests/test-resource-set/test-resource-set.h
@@ -8,9 +8,9 @@ using namespace ResourcePolicy;
class TestResourceSet: public QObject
{
- Q_OBJECT
+ Q_OBJECT
private:
- ResourceSet *resourceSet;
+ ResourceSet *resourceSet;
AudioResource *audioResource;
AudioRecorderResource *audioRecorderResource;
@@ -27,24 +27,24 @@ private:
Resource * resourceFromType(ResourceType type);
public:
- TestResourceSet();
- ~TestResourceSet();
+ TestResourceSet();
+ ~TestResourceSet();
+
-
private slots:
- void init();
- void cleanup();
+ void init();
+ void cleanup();
- void testIdentifier();
+ void testIdentifier();
- void testAddResource();
- void testAddResources();
- void testDelResource();
+ void testAddResource();
+ void testAddResources();
+ void testDelResource();
- void testContainsSingle();
- void testDoesNotContainSingle();
- void testContainsSet();
+ void testContainsSingle();
+ void testDoesNotContainSingle();
+ void testContainsSet();
};
#endif