'BSO682I-<yyyy-MM-dd>.DAT' file names shown incorrectly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Soursop
    Newbie
    • Jun 2007
    • 1

    #1

    'BSO682I-<yyyy-MM-dd>.DAT' file names shown incorrectly

    Hi,

    I am constantly having the same problem - while inserting the name of the file which contains <yyyy-MM-dd> part (
    ABC2821-<yyyy-MM-dd>.DAT ), it displays like . (ABC2821-.DAT) when previewing test case by clicking on its name on the tree on left side panel. Is there anything I can improve by (un)checking something at Spelling options? If not, how is it possible to solve?

    Thank you!
  • Tim (PassMark)
    Senior Member
    • Mar 2005
    • 1723

    #2
    This sounds like a HTML entity problem, as the text that is stored in the test cases is interpreted as HTML when displayed, <yyyy-MM-dd> is probably being treated as a HTML tag. if you replace < with &lt; and > with &gt; it should display correctly.

    Comment

    Working...