Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added unit tests for verifying that the settings match in CalDAVNormal
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 29 Feb 2016 15:13:22 +0000 (15:13 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Mon, 29 Feb 2016 15:13:22 +0000 (15:13 +0000)
source/tests/xestiacalendar_caldav.h

index 50faa06..fbb8968 100644 (file)
@@ -183,7 +183,21 @@ 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).
        
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