[GH-ISSUE #126] How to run the CalDavSynchronizerTestAutomation project locally #1024

Closed
opened 2026-03-13 23:53:18 +03:00 by kerem · 1 comment
Owner

Originally created by @dotcom900825 on GitHub (Apr 11, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/126

I have been trying to run the test automation project locally. At first, none of the tests can run through. Then I realize that there are some hard coded FolderEntryId and FolderStoreId in the App.config file: https://github.com/aluxnimm/outlookcaldavsynchronizer/blob/master/CalDavSynchronizerTestAutomation/App.config#L4. I first changed "W0858" to my local computer's NetBios name and changed the FolderEntryId and the FolderStoreId to one of my Outlook's folder's id. Now I am able to successfully run through the TestOrganizerRoundTrip test but others are still failing.

I wonder if I missed anything during the setup, but I can't find any doc on either Github or Sourceforge regarding this part.

I have attached the failing tests screenshot below, and hopefully can get some pointer around how to get it running properly.

finds_matching_entities
exists_in_cal_dav
create_new_in_cal_dav
test_time_range_filter
keeps_uid

Originally created by @dotcom900825 on GitHub (Apr 11, 2016). Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/126 I have been trying to run the test automation project locally. At first, none of the tests can run through. Then I realize that there are some hard coded `FolderEntryId` and `FolderStoreId` in the `App.config` file: https://github.com/aluxnimm/outlookcaldavsynchronizer/blob/master/CalDavSynchronizerTestAutomation/App.config#L4. I first changed "W0858" to my local computer's NetBios name and changed the `FolderEntryId` and the `FolderStoreId` to one of my Outlook's folder's id. Now I am able to successfully run through the `TestOrganizerRoundTrip` test but others are still failing. I wonder if I missed anything during the setup, but I can't find any doc on either Github or Sourceforge regarding this part. I have attached the failing tests screenshot below, and hopefully can get some pointer around how to get it running properly. ![finds_matching_entities](https://cloud.githubusercontent.com/assets/1175408/14443420/f9451756-fff3-11e5-9705-bb4134ee6b65.png) ![exists_in_cal_dav](https://cloud.githubusercontent.com/assets/1175408/14443416/f941c97a-fff3-11e5-9892-1df470744e5e.png) ![create_new_in_cal_dav](https://cloud.githubusercontent.com/assets/1175408/14443417/f941e6e4-fff3-11e5-87c1-38982110afbb.png) ![test_time_range_filter](https://cloud.githubusercontent.com/assets/1175408/14443419/f943399a-fff3-11e5-8ff0-21867d02e04f.png) ![keeps_uid](https://cloud.githubusercontent.com/assets/1175408/14443418/f9423446-fff3-11e5-9500-b65c35739378.png)
kerem closed this issue 2026-03-13 23:53:23 +03:00
Author
Owner

@nertsch commented on GitHub (Apr 12, 2016):

Hi regarding the FindMatchinEntitiesTest:
Did you specify an AppointmentIem-Folder in the app.config ?
Are there entities created via the calls in lines InitialEntityMatcherTest:35-38 ?

br
Gerhard

<!-- gh-comment-id:208818002 --> @nertsch commented on GitHub (Apr 12, 2016): Hi regarding the FindMatchinEntitiesTest: Did you specify an AppointmentIem-Folder in the app.config ? Are there entities created via the calls in lines InitialEntityMatcherTest:35-38 ? br Gerhard
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/outlookcaldavsynchronizer#1024
No description provided.