View Issue Details

IDProjectCategoryView StatusLast Update
0007306Compliance Test Tool (CTT) Unified Architecture2 - CTT Binarypublic2021-09-27 15:27
ReporterAlexander Allmendinger Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.03.341.398 
Fixed in Version1.03.341.398 
Summary0007306: getArraySize does not work for arrays of Bytes
Description

Due to Part 6 the CTT probably will receive a ByteString instead of an Array of Byte when reading such. But the getArraySize does only work for arrays and needs to be extended to return the length of the ByteString in case this is returned when looking at an Array of Byte.

TagsNo tags attached.
Files Affected

Activities

Alexander Allmendinger

2021-09-24 11:41

developer   ~0014996

For the case we do get a scalar ByteString instead of the expected ByteArray we need to return the length of the ByteString instead of the size of the Array. This function will now return the length when being called on a Scalar ByteString.

Paul Hunkar

2021-09-27 15:27

administrator   ~0015020

Review updated, agreed to change, closed

Issue History

Date Modified Username Field Change
2021-09-24 09:06 Alexander Allmendinger New Issue
2021-09-24 11:35 Paul Hunkar Assigned To => Alexander Allmendinger
2021-09-24 11:35 Paul Hunkar Status new => assigned
2021-09-24 11:41 Alexander Allmendinger Status assigned => resolved
2021-09-24 11:41 Alexander Allmendinger Resolution open => fixed
2021-09-24 11:41 Alexander Allmendinger Fixed in Version => 1.03.341.398
2021-09-24 11:41 Alexander Allmendinger Note Added: 0014996
2021-09-27 15:27 Paul Hunkar Status resolved => closed
2021-09-27 15:27 Paul Hunkar Note Added: 0015020