I found the reason what happened to me.If my NUNIT test had ignore case.It will become double chart.After I modifed the tests.xsl.It become normal.but I am not sure if it is correct to remark the xsl block...
On 9月12日, 下午5時44分, Edwin <[EMAIL PROTECTED]> wrote: > I had test Nunit on CC.NET,one of NUnits result show twice.I change > nunit result xml output to other folder and merge again.Then test > suite become one.but one of test-case chart show twice. > for example I have one test suite two test case.It shows 3 test cast > charts.test case 2 shows twice the same. > test case 1 > test case 2 (action) > test case 2 (same as above) > if I click test case 2 (same as above),test case 2 (action) will > expand.. > I check the history of source code.seems no change of tests.xlst which > used to transfer buildlog to nunit result...so strange.if there anyone > face same problems? thanks
