View Issue Details

IDProjectCategoryView StatusLast Update
0004877Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-07-25 13:00
ReporterAlexander Allmendinger Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03.341.389 
Target Version1.03.341.390Fixed in Version1.03.341.390 
Summary0004877: DetectUAServices does skip certain OPC UA Services even though supported
Description

The DetectUAServices.js which is called at the end of a test run does verify every supported UA Service Call to see whether it is implemented or not. But the isDefined is negated why those tests are not executed when an item is defined.

Wrong: if( !isDefined( item ) ) {
Correct: if( isDefined( item ) ) {

TagsNo tags attached.
Files Affected

Activities

Alexander Allmendinger

2019-07-25 12:59

developer   ~0010575

Fixed as described

Paul Hunkar

2019-07-25 13:00

administrator   ~0010576

Reviewed in CMP call

Issue History

Date Modified Username Field Change
2019-07-24 10:11 Alexander Allmendinger New Issue
2019-07-24 12:32 Paul Hunkar Assigned To => Alexander Allmendinger
2019-07-24 12:32 Paul Hunkar Status new => assigned
2019-07-25 12:59 Alexander Allmendinger Status assigned => resolved
2019-07-25 12:59 Alexander Allmendinger Resolution open => fixed
2019-07-25 12:59 Alexander Allmendinger Fixed in Version => 1.03.341.390
2019-07-25 12:59 Alexander Allmendinger Note Added: 0010575
2019-07-25 13:00 Paul Hunkar Status resolved => closed
2019-07-25 13:00 Paul Hunkar Note Added: 0010576