Bug 2932 - Blank chars appended to strings displayed in GUI - can cause automated tests to fail
Summary: Blank chars appended to strings displayed in GUI - can cause automated tests ...
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1632
  Show dependency treegraph
 
Reported: 2006-07-17 15:37 UTC by Len DiMaggio
Modified: 2006-11-28 16:49 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Len DiMaggio 2006-07-17 15:37:18 UTC
The actions strings defined in *Action in the frysk.monitor.actions package can
inadvertently result in strings being displayed in the GUI with trailig blanks. 

The name of the action is usually concatinated with the name of the argument it
acts upon.

There doesn't seem to be much of a user impact, but the additional blank
characters can cause automated Dogtail tests to fail. 

For example, the Log action type previously displayed as "Log Generic Action"
was replaced with "Log event" - but this is displayed in the GUI as "Log event 
" - the trailing blanks are impossible to see visually.

Can we trim the strings before the GUI displays them? Thanks...