View Issue Details

IDProjectCategoryView StatusLast Update
0005336Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2020-04-30 15:02
ReporterTaketoshi Satomura Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03.341.389 
Fixed in Version1.03.341.394 
Summary0005336: values are not increased
Description

value is not changed, so data change is not published and test case is not success.
TestCase: maintree\Monitored Item Services\Monitor MinQueueSize_05\Test Cases\002.js and 005.js

bug: L32, item.SafelySetValueTypeKnown( parseInt( 1 + item.Value.Value ), item.Value.Value.DataType );

Steps To Reproduce

Execute the test cases.

Additional Information

Alex mentioned how to fix it.

line 32 in the script which should look like this:
item.SafelySetValueTypeKnown( parseInt( 1 + item.Value.Value ), item.Value.Value.DataType );

To this:
UaVariant.Increment( item );

TagsNo tags attached.
Files Affected

Activities

Sebastian Allmendinger

2020-02-06 11:23

developer   ~0011532

Replaced SafelySetValueTypeKnown with UaVariant.Increment wherever it was applicable:
Monitored Item Services \ Monitor Basic \ 003 - 006, 018
Monitored Item Services \ Monitor MinQueueSize_05 \ 005
Monitored Item Services \ Monitor Triggering \ 007 - 012, 014 - 017, 019, 021
Monitored Item Services \ Monitor Value Changes \ 033 - 035
Subscription Services \ Subscription Basic \ 054, Err-016, Err-017
Subscription Services \ Subscription Minimum 02 \ 001
Subscription Services \ Subscription Minimum 05 \ Err-002

Paul Hunkar

2020-04-30 15:02

administrator   ~0012019

reviewed on CMP call

Issue History

Date Modified Username Field Change
2019-12-10 05:33 Taketoshi Satomura New Issue
2019-12-30 14:18 Paul Hunkar Assigned To => Sebastian Allmendinger
2019-12-30 14:18 Paul Hunkar Status new => assigned
2020-02-06 11:23 Sebastian Allmendinger Status assigned => resolved
2020-02-06 11:23 Sebastian Allmendinger Resolution open => fixed
2020-02-06 11:23 Sebastian Allmendinger Fixed in Version => 1.03.341.394
2020-02-06 11:23 Sebastian Allmendinger Note Added: 0011532
2020-04-30 15:02 Paul Hunkar Status resolved => closed
2020-04-30 15:02 Paul Hunkar Note Added: 0012019