View Issue Details

IDProjectCategoryView StatusLast Update
0006263Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2020-12-03 17:30
ReporterMaximilian Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformDesktopOSWindowsOS Version10
Product Version1.04.09.396 
Fixed in Version1.03.341.397 
Summary0006263: DiscoveryFindServersFilter/003.js tries to print not defiend variable in warning result
Description

Discovery Services / Discovery Find Servers Filter / 003.js
Script throws error exception because it tries to print a not defiend "expectedLocale" variable in the scripts addWarning() Method call

Steps To Reproduce

Lock at the script, "expectedLocale" is not defined in the script

TagsNo tags attached.
Attached Files
DiscoverFindServerFilter003.PNG (28,207 bytes)   
DiscoverFindServerFilter003.PNG (28,207 bytes)   
Files Affected

Activities

Sebastian Allmendinger

2020-11-27 09:21

developer   ~0013307

The script has been refactured in 2015 and two of the variables used in the warning message are no longer available.
Replaced "localeReadRequest.NodesToRead[0].NodeId" with "description.ApplicationName" and "expectedLocale" with "supportedLocales[0]".

Paul Hunkar

2020-12-03 17:30

administrator   ~0013367

reviewed in cmp meeting

Issue History

Date Modified Username Field Change
2020-11-16 16:15 Maximilian New Issue
2020-11-16 16:15 Maximilian File Added: DiscoverFindServerFilter003.PNG
2020-11-23 15:19 Paul Hunkar Assigned To => Alexander Allmendinger
2020-11-23 15:19 Paul Hunkar Status new => assigned
2020-11-27 09:21 Sebastian Allmendinger Assigned To Alexander Allmendinger => Sebastian Allmendinger
2020-11-27 09:21 Sebastian Allmendinger Status assigned => resolved
2020-11-27 09:21 Sebastian Allmendinger Resolution open => fixed
2020-11-27 09:21 Sebastian Allmendinger Fixed in Version => 1.03.341.397
2020-11-27 09:21 Sebastian Allmendinger Note Added: 0013307
2020-12-03 17:30 Paul Hunkar Status resolved => closed
2020-12-03 17:30 Paul Hunkar Note Added: 0013367