Moved the from and to locations out of HttpClient into main, and added set/get method...
[ptas] / zouba / qt / tests / ut_httpclient / ut_httpclient.h
index b880e5a..9602ce9 100644 (file)
@@ -20,6 +20,8 @@ private slots:
     void initTestCase();
     void cleanupTestCase();
     void testParseReply();
+    void testSetFromLocation();
+    void testSetToLocation();
 
 private:
     HttpClientPrivate *m_subject;