View Issue Details

IDProjectCategoryView StatusLast Update
0009233CTT UA Scripts5 - General Problempublic2023-11-06 13:43
ReporterSebastian Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version1.03.505 
Summary0009233: library function ExpectedAndAcceptedResults.clone() add both in the ExpectedResults-Array
Description

While investigating another mantis, we noticed that the library function add both (expected and accepted results) as expected results in the new object.
Due to this bug, for example the Query services may be shown as NotImplemented in the afterTest.js even if they are implemented.

Additional Information

for( var i=0; i<this.AcceptedResults.length; i++ ) e.ExpectedResults.push( this.AcceptedResults[i] );

must be replaced with

for( var i=0; i<this.AcceptedResults.length; i++ ) e.AcceptedResults.push( this.AcceptedResults[i] );

TagsNo tags attached.
Files Affected

library\Base\Objects\expectedResults.js

Activities

Sebastian Allmendinger

2023-11-06 13:39

developer   ~0020268

Resolved as suggested.

Paul Hunkar

2023-11-06 13:43

administrator   ~0020270

reviewed changes in call - agreed to changes and closed issue

Issue History

Date Modified Username Field Change
2023-11-03 14:35 Sebastian Allmendinger New Issue
2023-11-03 14:37 Sebastian Allmendinger Files Affected => library\Base\Objects\expectedResults.js
2023-11-06 13:29 Paul Hunkar Assigned To => Sebastian Allmendinger
2023-11-06 13:29 Paul Hunkar Status new => assigned
2023-11-06 13:39 Sebastian Allmendinger Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts
2023-11-06 13:39 Sebastian Allmendinger Status assigned => resolved
2023-11-06 13:39 Sebastian Allmendinger Resolution open => fixed
2023-11-06 13:39 Sebastian Allmendinger Note Added: 0020268
2023-11-06 13:43 Paul Hunkar Status resolved => closed
2023-11-06 13:43 Paul Hunkar Fixed in Version => 1.03.505
2023-11-06 13:43 Paul Hunkar Note Added: 0020270