summaryrefslogtreecommitdiff
path: root/tests/test-resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-resource.h')
-rw-r--r--tests/test-resource.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test-resource.h b/tests/test-resource.h
index 6ae3859..295d6d3 100644
--- a/tests/test-resource.h
+++ b/tests/test-resource.h
@@ -15,10 +15,13 @@ public:
TestResource();
~TestResource();
private slots:
- void initTestCase();
+ void init();
void testInitializeSucceeds();
void testInitializeFails();
+
+ void testConnectToServerSucceeds();
+ void testConnectToServerFails();
};
#endif