X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_caldav.h;h=8c9860b81df82071077d4808c4c39e9c8d8ce213;hb=fb7334af110912e40389f059adcf58c4a289a881;hp=fc5a50138248bc5f04e6ecb7bc5569587095a016;hpb=15992dd4b8f9f8d03a0e9e625163ed1cf40a8884;p=xestiacalendar%2F.git diff --git a/source/tests/xestiacalendar_caldav.h b/source/tests/xestiacalendar_caldav.h index fc5a501..8c9860b 100644 --- a/source/tests/xestiacalendar_caldav.h +++ b/source/tests/xestiacalendar_caldav.h @@ -497,26 +497,8 @@ TEST(CalDAV, ListCalendars){ ConnResult = ServerConnection.GetServerResult(); - EXPECT_EQ(CALDAVQUERYRESULT_OK, ConnResult.Result); - ASSERT_EQ(200, ConnResult.HTTPCode); - ASSERT_EQ(CURLE_OK, ConnResult.Code); - - // Get the user principal. - - CurrentUserPrincipal = ServerConnection.GetUserPrincipal(); - - // Check the response from the server. - - ConnResult = ServerConnection.GetServerResult(); - EXPECT_EQ(CALDAVQUERYRESULT_OK, ConnResult.Result); ASSERT_EQ(207, ConnResult.HTTPCode); ASSERT_EQ(CURLE_OK, ConnResult.Code); - // Get the list of calendars. - - - - - } \ No newline at end of file