Ticket #38 (closed defect: fixed)

Opened 14 years ago

Last modified 13 years ago

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

proii_110609_112126.zip (72.9 KB) - added by michelpons 14 years ago.
Zipped log file obtained with COLTT 1.08.4

Change History

Changed 14 years ago by michelpons

Zipped log file obtained with COLTT 1.08.4

comment:1 Changed 14 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

comment:2 Changed 13 years ago by michelpons

  • Milestone set to 1.08.05
Note: See TracTickets for help on using tickets.