PDA

View Full Version : 'BSO682I-<yyyy-MM-dd>.DAT' file names shown incorrectly



Soursop
06-20-2007, 12:58 PM
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)
06-22-2007, 05:59 AM
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.