We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because for CalDav we need to enable OpenPaas integration and not all tests are applicable for both Standalone and CalDav implementations.
Create:
DavMemoryLinagoraCalendarEventAcceptMethodTest
DavMemoryLinagoraCalendarEventRejectMethodTest
DavMemoryLinagoraCalendarEventMaybeMethodTest
DavMemoryLinagoraCalendarEventAttendanceGetMethodTest
that launches an OpenPaas and CalDav server along the TMail server to run the integration tests on.
The implementation is based on DAVClient, which does not utilize storage. Therefore, tests with the Distributed Server are not necessary.
Tests specific to the Standalone or CalDav implementations should be placed in a dedicated contract test class.
We need to create a new user for each test to achieve isolation. This would require that we generate email invitations dynamically.
The text was updated successfully, but these errors were encountered:
HoussemNasri
Successfully merging a pull request may close this issue.
Why?
Because for CalDav we need to enable OpenPaas integration and not all tests are applicable for both Standalone and CalDav implementations.
How?
Create:
DavMemoryLinagoraCalendarEventAcceptMethodTest
DavMemoryLinagoraCalendarEventRejectMethodTest
DavMemoryLinagoraCalendarEventMaybeMethodTest
,DavMemoryLinagoraCalendarEventAttendanceGetMethodTest
that launches an OpenPaas and CalDav server along the TMail server to run the integration tests on.
The implementation is based on DAVClient, which does not utilize storage. Therefore, tests with the Distributed Server are not necessary.
Tests specific to the Standalone or CalDav implementations should be placed in a dedicated contract test class.
We need to create a new user for each test to achieve isolation. This would require that we generate email invitations dynamically.
DoD
The text was updated successfully, but these errors were encountered: