X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_caldav.h;h=8ce08ddb2de4484b4116e785cacb0de75ad20d78;hb=e5ba41e02b0bfffed3f8d087f7a49e5fa617005f;hp=0ecf48525bc26f87f902a1638e350e57d5f57e17;hpb=91fbe7fbe1eb9b7dd98faccb64102c7b0e7beeeb;p=xestiacalendar%2F.git diff --git a/source/tests/xestiacalendar_caldav.h b/source/tests/xestiacalendar_caldav.h index 0ecf485..8ce08dd 100644 --- a/source/tests/xestiacalendar_caldav.h +++ b/source/tests/xestiacalendar_caldav.h @@ -761,14 +761,6 @@ TEST(CalDAV, DeleteCalendar){ ASSERT_EQ(CURLE_OK, ConnResult.Code); ASSERT_EQ(true, ConnSupport.BasicSupport); - // Add a calendar to the server. - - ConnResult = ServerConnection.AddCalendar("Calendar To Edit"); - - EXPECT_EQ(CALDAVQUERYRESULT_OK, ConnResult.Result); - ASSERT_EQ(201, ConnResult.HTTPCode); - ASSERT_EQ(CURLE_OK, ConnResult.Code); - // Get the list of calendars. CalDAVCalendarList CalendarList = ServerConnection.GetCalendars();