Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I am using the API to upload test results. If I have a colon in the test result, then it doesn't upload properly. If I wrap the annotation in either quotations or apostrophes then it'll upload but it'll include those in the annotation. Is there a way around this? I am using Integrity 10.5.
Hi Nolin,
This seems odd. Have you tried escaping the colon with a backslash?
Are you using the Java or C API?
Regards,
Kael
I am using the C API. I'm not sure what was happening but it doesn't seem to be an issue right now so something else must have been up. I'll have to investigate more. Thanks for the help.