View Issue Details

IDProjectCategoryView StatusLast Update
0010293CTT UA Scripts1 - Script Issuepublic2025-08-14 05:25
ReporterAlexander Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0010293: View TranslateBrowsePath/Err-021 doesn't handle 0 as OperationLimit
Description

The value 0 is not allowed in OperationLimits but the script does accept it and will then test with the max length to be 1 which succeeds in every server.

Script should be updated to treat 0 as no limit and also print an error when seeing 0 since it is not allowed.

TagsNo tags attached.
Files Affected

/maintree/View Services/View TranslateBrowsePath/Test Cases/Err-021.js

Activities

Sebastian Allmendinger

2025-08-14 05:25

developer   ~0023229

An error message has been added if the server returns 0 for the OperationLimit MaxNodesPerTranslateBrowsePathsToNodeIds.
The number of used nodes has been set to 10,000 (like in the other capability tests).

Issue History

Date Modified Username Field Change
2025-04-23 10:33 Alexander Allmendinger New Issue
2025-05-10 06:12 Paul Hunkar Assigned To => Alexander Allmendinger
2025-05-10 06:12 Paul Hunkar Status new => assigned
2025-05-31 14:48 Sebastian Allmendinger Files Affected => /maintree/View Services/View TranslateBrowsePath/Test Cases/Err-021.js
2025-08-14 05:25 Sebastian Allmendinger Assigned To Alexander Allmendinger => Sebastian Allmendinger
2025-08-14 05:25 Sebastian Allmendinger Status assigned => resolved
2025-08-14 05:25 Sebastian Allmendinger Resolution open => fixed
2025-08-14 05:25 Sebastian Allmendinger Note Added: 0023229