View Issue Details

IDProjectCategoryView StatusLast Update
0003967Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-07-18 13:03
ReporterThomas Merk Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version1.03.341.384Fixed in Version1.03.341.390 
Summary0003967: Subscription Services\Subscription Publish Min 02\Test Cases\003.js
Description

Same issue as in Mantis 3916
Trying to increment enumeration values

TagsNo tags attached.
Files Affected

Relationships

related to 0003916 closedAlexander Allmendinger Subscription Services\Subscription Publish Min 05\Test Cases\005.js 

Activities

Alexander Allmendinger

2017-11-13 12:56

developer   ~0008684

Fixed like suggested:

// use any but data type enumeration(may fail when writing incremented value)
    for( var i=0; i<testItems.length; i++ ) {
        if(testItems[i].NodeSetting != "/Server Test/NodeIds/Static/All Profiles/Scalar/Enumeration") {
            itemsForThisTest.push( testItems[i] );
        }
    }

Thomas Merk

2018-11-12 14:38

reporter   ~0009575

In CTT 1.3.340.380 again valid:
Enumeration values are incremented and do not expect "BadOutOfRange".

The issue is open for test scripts:
Subscription Services / Subscription Minimum 02 / 006.js
Subscription Services / Subscription Minimum 02 / 007.js
Subscription Services / Subscription Minimum 02 / 008.js
Subscription Services / Subscription Minimum 02 / Err-001.js
Subscription Services / Subscription Minimum 02 / Err-003.js
Subscription Services / Subscription Publish Min 02 / 002.js
Subscription Services / Subscription Publish Min 02 / 003.js

Paul Hunkar

2019-07-18 13:03

administrator   ~0010513

Resolution note was missing should be "CTT is now incrementing Enumerations by honoring the numbers of elements"

reviewed in CMP call

Issue History

Date Modified Username Field Change
2017-09-27 06:28 Thomas Merk New Issue
2017-11-02 14:56 Paul Hunkar Relationship added related to 0003916
2017-11-02 14:57 Paul Hunkar Assigned To => Alexander Allmendinger
2017-11-02 14:57 Paul Hunkar Status new => assigned
2017-11-02 14:57 Paul Hunkar Target Version => 1.03
2017-11-13 12:56 Alexander Allmendinger Note Added: 0008684
2017-11-13 12:56 Alexander Allmendinger Status assigned => resolved
2017-11-13 12:56 Alexander Allmendinger Fixed in Version => 1.03.340.368
2017-11-13 12:56 Alexander Allmendinger Resolution open => fixed
2018-11-12 14:38 Thomas Merk Note Added: 0009575
2018-11-12 14:38 Thomas Merk Status resolved => feedback
2018-11-12 14:38 Thomas Merk Resolution fixed => reopened
2019-01-04 16:10 Paul Hunkar Status feedback => assigned
2019-01-04 16:13 Paul Hunkar Target Version 1.03 => 1.03.341.384
2019-01-28 14:10 Paul Hunkar Category Script Issue => 1 - Script Issue
2019-07-16 13:04 Alexander Allmendinger Status assigned => resolved
2019-07-16 13:04 Alexander Allmendinger Resolution reopened => fixed
2019-07-16 13:04 Alexander Allmendinger Fixed in Version 1.03.340.368 => 1.03.341.390
2019-07-18 13:03 Paul Hunkar Status resolved => closed
2019-07-18 13:03 Paul Hunkar Note Added: 0010513