nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02760
[Bug 1012128] Re: Not all tests are carried out in Windows 7 x64
All errors are specific to individual tests and relate to their being
run on a Russian system. There are three problems in the output:
1) Message indicates assembly cannot be found. This is most likely the
generated assembly containing the code for the regular expression being
used. The test should be changed since a regular expression is overkill
here.
2) Nesting of an Assert.Throws, which is expected to fail, inside an
ExpectedException test is probably too fragile. The test should be
simplified.
3) The test depends on the English language text of a system message,
which is an error.
These will be fixed for 2.6.1 if time is available.
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1012128
Title:
Not all tests are carried out in Windows 7 x64
Status in NUnit V2 Test Framework:
Triaged
Bug description:
Data:
Windows 7 x64 SP1 Ultimate Rus
NUnit 2.6
Installed .Net Frameworks: v2.0.50727, v3.0, v4.0.30319.
Problem:
Not all tests are carried out in Windows 7 x64
Description:
On this subject I placed information at a forum here: https://groups.google.com/forum/?hl=ru&fromgroups#!topic/nunit-discuss/dH6fKO4h-3g
Result for " nunit-console NUnitTests.nunit > output.txt " command -
in attached file (output.txt).
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1012128/+subscriptions
References