View Issue Details

IDProjectCategoryView StatusLast Update
0009834Compliance Test Tool (CTT) Unified Architecture5 - General Problempublic2024-09-18 13:00
ReporterHerbert Oppmann Assigned ToPaul Hunkar  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version1.04.11-01.00.506 
Summary0009834: Typos and copy-paste errors across the package, some with impact on code correctness
Description

Attached find a set of files with fixes.

All fixes are typos or copy-paste errors. Practically all of them are only formal, but some typos turned out to be actually code bugs, because the typo is where function arguments or members of objects are used, but in the function/object definition, it is spelled correctly.

This is in e.g.
ClientProjects\Standard\maintree\Subscription Services\Subscription Client Basic\Test Cases\Err-019-xx.js, last line, where it sets “SreviceResult” as function argument.
ServerProjects\Standard\maintree\Subscription Services\Subscription Durable\Test Cases\008.js, line 101, where it accesses “PublishHelper.Response.MoreNotifcations”.
ServerProjects\Standard\maintree\Monitored Item Services\Monitor Value Change\Test Cases\036.js, line 11, where it sets “AttribtueId” as function argument.
ServerProjects\Standard\library\Information\InfoFactory.js, line 926, “properyName”
(this list is not complete)

More observations, but no change done:

ClientProjects\Standard\library\Common\Assertions.js, function AssertValidLocaleId:
The Country/Region codes „-CHS“ und „-CHT“ according to https://reference.opcfoundation.org/Core/Part3/v105/docs/8.4 are not supported. Also the new language codes „mul“ and „qst“ locales, which will be introduced with V1.05.04.

help\template\scripts\layout.min.js:
I did not find the definition of these, only uses, so I was unsure and did no change
seamaphore -> semaphore
Especially this._resutSeamaphore -> this._resultSemaphore

Steps To Reproduce

Unpack ZIP, compare files with CTT 1.04.11-01.00.508

TagsNo tags attached.
Attached Files
Fixes_ComplianceTestTool.zip (1,821,877 bytes)
Files Affected

Activities

Issue History

Date Modified Username Field Change
2024-09-13 10:18 Herbert Oppmann New Issue
2024-09-13 10:18 Herbert Oppmann File Added: Fixes_ComplianceTestTool.zip
2024-09-18 13:00 Paul Hunkar Assigned To => Alexander Allmendinger
2024-09-18 13:00 Paul Hunkar Status new => assigned
2024-09-18 13:00 Paul Hunkar Assigned To Alexander Allmendinger => Paul Hunkar