shekharpro / mb-unit

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

NAnt task allows to register same extension many times #407

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
  <gallio result-property="ExitCode" failonerror="false">
    <runner-extension value="TeamCityExtension,Gallio.TeamCityIntegration" />
    <runner-extension value="TeamCityExtension,Gallio.TeamCityIntegration" />
    <runner-extension value="TeamCityExtension,Gallio.TeamCityIntegration" />
...
 </gallio> 

This code will triple all service messages sent to console

What is the expected output? What do you see instead?
I suggest to register extension only once.

What version of the product are you using? On what operating system?
3.0.5

Original issue reported on code.google.com by Eugene.P...@gmail.com on 20 Mar 2009 at 10:38

GoogleCodeExporter commented 8 years ago

Original comment by grahamr...@gmail.com on 25 Apr 2009 at 6:42