View Issue Details

IDProjectCategoryView StatusLast Update
0008641CTT UA Scripts1 - Script Issuepublic2023-02-18 16:38
ReporterSebastian Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.04.501 
Target Version1.04.502Fixed in Version1.03.502 
Summary0008641: A&C Basic / Test_005 does not allow LastSeverity=1000
Description

There is an incorrect check in the test script (see code below) that leads to an error indication if LastSeverity = 1000.

Additional Information

Line 175 and following:
if ( lastSeverityValue < 0 || lastSeverityValue >= 1000 ) {
collector.AddMessage( testCase, collector.Categories.Error,
"LastSeverity value must be a positive value <= 1000 " + eventObjectTypeName + " ,but got " + lastSeverityValue );
success = false;
}

TagsNo tags attached.
Files Affected

/maintree/Alarms and Conditions/A and C Basic/Test Cases/Test_005.js

Activities

Sebastian Allmendinger

2023-01-31 06:09

developer   ~0018620

The test script has been updated not to throw an error if LastSeverity = 1000.

Paul Hunkar

2023-02-17 20:19

administrator   ~0018734

Reviewed in call (2023-02-10) Agreed to changes and closed issue

Issue History

Date Modified Username Field Change
2023-01-23 09:56 Sebastian Allmendinger New Issue
2023-01-27 01:13 Paul Hunkar Assigned To => Sebastian Allmendinger
2023-01-27 01:13 Paul Hunkar Status new => assigned
2023-01-27 01:14 Paul Hunkar Target Version => 1.04.502
2023-01-31 05:59 Sebastian Allmendinger Files Affected => /maintree/Alarms and Conditions/A and C Basic/Test Cases/Test_005.js
2023-01-31 06:09 Sebastian Allmendinger Status assigned => resolved
2023-01-31 06:09 Sebastian Allmendinger Resolution open => fixed
2023-01-31 06:09 Sebastian Allmendinger Note Added: 0018620
2023-02-17 20:19 Paul Hunkar Status resolved => closed
2023-02-17 20:19 Paul Hunkar Fixed in Version => 1.03.503
2023-02-17 20:19 Paul Hunkar Note Added: 0018734
2023-02-18 16:38 Paul Hunkar Fixed in Version 1.03.503 => 1.03.502