mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 11:35:47 +03:00
[GH-ISSUE #126] How to run the CalDavSynchronizerTestAutomation project locally #121
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
FolderEntryIdandFolderStoreIdin theApp.configfile: https://github.com/aluxnimm/outlookcaldavsynchronizer/blob/master/CalDavSynchronizerTestAutomation/App.config#L4. I first changed "W0858" to my local computer's NetBios name and changed theFolderEntryIdand theFolderStoreIdto one of my Outlook's folder's id. Now I am able to successfully run through theTestOrganizerRoundTriptest 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.
@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