mgivney / easyb

Automatically exported from code.google.com/p/easyb
0 stars 0 forks source link

HTML Output Doesn't Display XML #227

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.Create a test suite that has XML in a message that will be displayed when an 
assertion fails
2.Write a test case where the assertion fails
3.Run the test and produce HTML output
4.View the HTML output

What is the expected output? What do you see instead?

The expected output is that the text can be seen on the HTML page. Instead, the 
XML is not displayed (although it can be seen by viewing HTML source.

The use case is that I am testing an XML API and I want to view the actual XML 
response returned by a server when a test fails.

What version of the product are you using? On what operating system?
Using easyb 1.2 on windows.

Please provide any additional information below.

Original issue reported on code.google.com by tim.john...@gmail.com on 14 Sep 2011 at 3:06