View Issue Details

IDProjectCategoryView StatusLast Update
0007548CTT UA Scripts1 - Script Issuepublic2022-09-02 15:46
ReporterHans Berende Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.03.501 
Summary0007548: Test Base Information/Base Info Diagnostrics/018-1.js always fails when run through Embedded 2017 UA Sercer Facet
Description

When the test is executed as part of the <Embedded 2017 UA Sercer Facet>, the test always fails
When the test is run in another context (individual, Conformance Units <Base Info Diagnostics>, the test is successfull.

Steps To Reproduce

See Description.

Additional Information

Changing line 20 from
Assert.GreaterThan( _cumulSessionCountNode.InitialValue, _cumulSessionCountNode.Value.Value, "CumulativeSessionCount expected to have grown" );

to
Assert.GreaterThan( _cumulSessionCountNode.InitialValue.toUInt32(), _cumulSessionCountNode.Value.Value.toUInt32(), "CumulativeSessionCount expected to have grown" );

solved the problem for me.

TagsNo tags attached.
Attached Files
image.png (15,716 bytes)   
image.png (15,716 bytes)   
Files Affected

Activities

Alexander Allmendinger

2022-03-03 14:50

developer   ~0016155

To avoid this, code has been added to convert the arguments to the according JavaScript simple type before comparing.

Hans Berende

2022-08-24 05:53

reporter   ~0017384

Has this been added to the latest version?
In version 1.04.011, my local fix seems to be gone?

Alexander Allmendinger

2022-08-25 07:04

developer   ~0017387

The applied changes to fix this issue have not been part of the current release but will be part of the next one.

Paul Hunkar

2022-09-02 15:46

administrator   ~0017501

reviewed code in call , agreed to updates and closed issue

Issue History

Date Modified Username Field Change
2022-01-13 12:27 Hans Berende New Issue
2022-01-13 12:27 Hans Berende File Added: image.png
2022-02-25 16:38 Paul Hunkar Assigned To => Alexander Allmendinger
2022-02-25 16:38 Paul Hunkar Status new => assigned
2022-03-03 14:50 Alexander Allmendinger Status assigned => resolved
2022-03-03 14:50 Alexander Allmendinger Resolution open => fixed
2022-03-03 14:50 Alexander Allmendinger Note Added: 0016155
2022-08-02 20:03 Paul Hunkar Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts
2022-08-24 05:53 Hans Berende Status resolved => feedback
2022-08-24 05:53 Hans Berende Resolution fixed => reopened
2022-08-24 05:53 Hans Berende Note Added: 0017384
2022-08-25 07:04 Alexander Allmendinger Status feedback => resolved
2022-08-25 07:04 Alexander Allmendinger Resolution reopened => fixed
2022-08-25 07:04 Alexander Allmendinger Fixed in Version => 1.03.501
2022-08-25 07:04 Alexander Allmendinger Note Added: 0017387
2022-09-02 15:46 Paul Hunkar Status resolved => closed
2022-09-02 15:46 Paul Hunkar Note Added: 0017501