Ticket #38 (closed defect: fixed)
get_ValStatus improperly logged
Reported by: | michelpons | Owned by: | Michael Halloran |
---|---|---|---|
Priority: | minor | Milestone: | 2.0 No dependency/Viewer/New installer |
Component: | COLoggers | Version: | 1.08.4 |
Keywords: | Cc: | michaelhalloran |
Description
I am using the scenario used in Ticket#21.
When analyzing the log obtained with COLTT 1.08.4 (proii_110609_112126), I see the following for the logging of a get_ValStatus call:
Unit <CO1> : Call to get_ValStatus
Unit <CO1> : Return from get_ValStatus - CAPE_NOT_VALIDATED
This is not consistent with the logging of for example a call to get_Value:
Parameter <Check> : Call to get_Value
get_Value returns:
1
Parameter <Check> : Return from get_Value - Succeeded
I think the log of get_ValStatus should look like:
Unit <CO1> : Call to get_ValStatus
get_ValStatus returns CAPE_NOT_VALIDATED
Unit <CO1> : Return from get_ValStatus - Succeeded
Attachments
Change History
Changed 15 years ago by michelpons
- Attachment proii_110609_112126.zip added
comment:1 Changed 15 years ago by michaelhalloran
- Status changed from new to closed
- Resolution set to fixed
Fixed, available in next build after 1.08.4
get_ValStatus log now produces:
Unit <COLaNMixer_1> : Call to get_ValStatus
get_ValStatus returns CAPE_NOT_VALIDATED
Unit <COLaNMixer_1> : Return from get_ValStatus - Succeeded
Zipped log file obtained with COLTT 1.08.4