View Issue Details

IDProjectCategoryView StatusLast Update
0006221Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2020-12-03 17:20
ReporterHock, Christian Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03.341.396 
Target Version1.04.09.397Fixed in Version1.03.341.397 
Summary0006221: Bug in Script: Base Information/Base Info Core Structure/001
Description

Base Information/Base Info Core Structure/001 :

  • Error: Cannot find “BaseEventType” Reference for “MyAlarmsAndConditions” Object which is referenced with "HasNotifier" from Server-Object.
  • This Object has a reference “GeneratesEvent” of Type “MyEventType” which is a SubType of “BaseEventType”.
  • But, the Testcase fails for this Object.

Expected result: OK.

Additional Information

Sebastian Allmendinger knows about this.

TagsNo tags attached.
Files Affected

Activities

Sebastian Allmendinger

2020-11-26 08:32

developer   ~0013299

The CTT expected a target node of BaseEventType (or subtype) in every found GeneratesEvent reference.
For inverse references of this ReferenceType, this will never be valid.
We added additional checks in the script, so that the CTT expects a target node of BaseEventType (or subtype) only if the direction of the reference is forward.
On inverse references, the CTT now checks that the target node is a node of the NodeClass ObjectType, VariableType or Method.

The same issue has been identified for ReferenceType 'AlwaysGeneratesEvent' and has been resolved too. The target node of an inverse reference of this ReferenceType shall be a Method.

Paul Hunkar

2020-12-03 17:20

administrator   ~0013365

reviewed in cmp meeting

Issue History

Date Modified Username Field Change
2020-11-06 13:02 Hock, Christian New Issue
2020-11-23 14:23 Paul Hunkar Product Version 1.04.09.397 => 1.03.341.396
2020-11-23 15:28 Paul Hunkar Assigned To => Sebastian Allmendinger
2020-11-23 15:28 Paul Hunkar Status new => assigned
2020-11-26 08:32 Sebastian Allmendinger Status assigned => resolved
2020-11-26 08:32 Sebastian Allmendinger Resolution open => fixed
2020-11-26 08:32 Sebastian Allmendinger Fixed in Version => 1.03.341.397
2020-11-26 08:32 Sebastian Allmendinger Note Added: 0013299
2020-12-03 17:20 Paul Hunkar Status resolved => closed
2020-12-03 17:20 Paul Hunkar Note Added: 0013365