X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Ftests%2FiCalendarTimeZoneTests%2FiCalendarTimeZoneLoad.cpp;h=e0ec52b086672fcb5f8f341aa1d91dbc0cb31df5;hp=99ef9e2698e055872f2b578e390306449bbf9f86;hb=fe8da2cef62155c36e87d448350e83818e8994d6;hpb=435ff78d5ad3716f9c3081c0f86043ad8e55fc9d diff --git a/source/tests/iCalendarTimeZoneTests/iCalendarTimeZoneLoad.cpp b/source/tests/iCalendarTimeZoneTests/iCalendarTimeZoneLoad.cpp index 99ef9e2..e0ec52b 100644 --- a/source/tests/iCalendarTimeZoneTests/iCalendarTimeZoneLoad.cpp +++ b/source/tests/iCalendarTimeZoneTests/iCalendarTimeZoneLoad.cpp @@ -16,7 +16,7 @@ // You should have received a copy of the GNU General Public License along // with Xestia Calendar. If not, see -#include "../objects/calendartimezone/CalendarTimezone.h" +#include "CalendarTimezone.h" #include class iCalendarTimezoneLoadTests : public ::testing::Test @@ -31,7 +31,7 @@ private: } }; -TEST_F(iCalendarTimezoneLoadTests, BasicTests){ +TEST_F(iCalendarTimezoneLoadTests, DISABLED_BasicTests){ CalendarTimezoneObject testTimezone; @@ -668,4 +668,4 @@ TEST_F(iCalendarTimezoneLoadTests, ObjectDataTests){ ASSERT_EQ("3", xTokensData); ASSERT_EQ("X-NOPE;LONG=YES", xTokensDataTokens); -} \ No newline at end of file +}