nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01010
Re: [Bug 628884] Re: AssemblyVersion needed
I see...
Some shops have fixed dates but others do not.
Fair enough. :-)
Charlie
On Tue, Sep 7, 2010 at 3:34 PM, Rechenelf <628884@xxxxxxxxxxxxxxxxxx> wrote:
> In your old testunit framework we have Ignore with date and use it for
> this case. But this is not quit good. Sure is, in which version it will
> be in, but the date is not really fix (first quarter of 2011). So the
> work for the person, who administer the nunit-test has less work.
>
> --
> AssemblyVersion needed
> https://bugs.launchpad.net/bugs/628884
> You received this bug notification because you are a member of NUnit
> Developers, which is subscribed to NUnit V2.
>
--
AssemblyVersion needed
https://bugs.launchpad.net/bugs/628884
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: New
Bug description:
A nice feature would be a Version as a Attribute. When the assembly version is at least the value, the test is active. If the assembly version is to low, the test will be ignored.
The version could be the version of the assembly which contains the test or delivered by a public static class from a special property (as it is in testcasesource).
Testcase and Testfixture and so on must also have this feature.
References