RWS / ISHRemote

Business automation module on top of Tridion Docs Content Manager (Knowledge Center Content Manager, LiveContent Architect, Trisoft InfoShare)
Apache License 2.0
30 stars 13 forks source link

Extend Compare-IshTypeFieldDefinition Pester tests according to public/non-public field changes coming in 15.1/Alf1 #169

Closed ArianArt closed 1 year ago

ArianArt commented 1 year ago

Cmdlets Compare-IshTypeFieldDefinition and Get-IshTypeFieldDefinition on a future Tridion Docs 15.1/Alf1 will receive different SDB (System/Descriptive/Basic) values in Get-IshTypeFieldDefinition from API call Settings.TypeFieldDefinition. The API call was reviewed in preparation for better OpenAPI REST defaults.

As side-effect the Compare-IshTypeFieldDefinition Pester tests compared the 15.1/Alf1 test system to the built-in hardcoded TypeFieldDefinition (based TriDKXmlSetup of Tridion Docs 13SP1/13.0.1)... and of course there were deltas which had to be corrected.