vrakeshreddy / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Icarus: Embeded Attachments displayed in Reports node of Project Explorer #533

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Ensure "Generate report after test run" is enabled.
2.Ensure that your Reports node in Project Explorer is currently empty
3.Run a test that Embeds an XML file.
4.Run the same test again.

What is the expected output? What do you see instead?
Expects to see 2 reports in the Reports node.
Instead I also see any attachments that were part of the test (See 
attached)

What version of the product are you using? On what operating system?
3.1.0 build 313; Vista 32

Please provide any additional information below.
Simple Test to reproduce
[Test]
public void Embed()
{
    TestLog.EmbedXml("Embed", "<root/>");
}

Original issue reported on code.google.com by kent.han...@gmail.com on 14 Sep 2009 at 10:30

Attachments:

GoogleCodeExporter commented 9 years ago
Forgot to mention that the 'AppData\Roaming\Gallio\Icarus\Reports' folder looks 
normal, and that deleting the test-report-*.xml clears the anonomaly (sp?).

Original comment by kent.han...@gmail.com on 14 Sep 2009 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by grahamr...@gmail.com on 15 Sep 2009 at 12:26

GoogleCodeExporter commented 9 years ago

Original comment by grahamr...@gmail.com on 30 Sep 2009 at 6:19