Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added unit tests to connect to a SSL server with a valid certificate.
[xestiacalendar/.git] / source / tests / xestiacalendar_caldav.h
index 50faa06..a8e0aee 100644 (file)
@@ -183,10 +183,30 @@ TEST(CalDAV, BasicTests){
        
        // (*nix version) Setup an initial connection (with a valid
        // SSL certificate).
+
+       CalDAV CalDAVNormal;
+       CalDAVNormal.SetupConnectionData(&ConnNormal);
+
+       // Verify that the settings match with the CalDAVConnectionData
+       // passed.
+       
+       CalDAVStatus CalDAVNormalStatus = CalDAVNormal.GetConnectionData();
        
+       ASSERT_EQ(CalDAVNormalStatus.Hostname, ConnNormal.Hostname);
+       ASSERT_EQ(CalDAVNormalStatus.Username, ConnNormal.Username);
+       ASSERT_EQ(CalDAVNormalStatus.Port, ConnNormal.Port);
+       ASSERT_EQ(CalDAVNormalStatus.Prefix, ConnNormal.Prefix);
+       ASSERT_EQ(CalDAVNormalStatus.UseSSL, ConnNormal.UseSSL);
+
        // Verify that the connection was successful (with a valid
        // SSL certificate).
        
+       ConnResult = CalDAVNormal.Connect();
+       
+       ASSERT_EQ(CALDAVQUERYRESULT_OK, ConnResult.Result);
+       ASSERT_EQ(200, ConnResult.HTTPCode);
+       ASSERT_EQ(CURLE_OK, ConnResult.Code);
+       
        // (*nix version) Setup an initial connection on a server that
        // will fail due to having an invalid SSL certificate.
 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy