My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 283: Report is not generated under profiler
2 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----
Type-Defect
Priority-Medium
Milestone-2.4.2


Sign in to add a comment
 
Reported by ashmind, Aug 04, 2008
What steps will reproduce the problem?
Run MbUnit 2.4.2.175 under PartCover with any report type set.

What is the expected output? What do you see instead?
Expected report to be generated, but it is not.
Message:
[info] Creating reports in D:\report_path
[info] Created xml report
with no report name shown.

Please use labels and text to provide additional information.

The following code seems to cause the problem:
MbUnit.Core.Reports.ReportBase.Render(ReportResult result)
if (Environment.GetEnvironmentVariable("cor_enable_profiling") == "1")
{
    return "";
}
Comment 1 by grahamrhay, Aug 21, 2008
(No comment was entered for this change.)
Labels: Milestone-2.4.2
Sign in to add a comment

Hosted by Google Code