|
This bug is resolved by adding encoding and decoding fearures to description. http://svn.openqa.org/fisheye/browse/wet/trunk/test_definition/src/TestDefinition.cs?r=688 http://svn.openqa.org/fisheye/browse/wet/trunk/wet_meta/src/ConfigProperty.cs?r1=685&r2=686 Shreenidhi, Can you verify it when you have some time? Raghu |
||||||||||||||||||||||||||||||||||
Shruthi,
Can you look into this? If the test definitions description has new lines, then this needs to be encoded.
description.Replace("\r\n", "/n")
description.Replace("\r", "/r")
description.Replace("\n", "/n")
Thanks
Raghu