The following tests fail on systems with comma decimal mark settings:
- NUnit.Framework.Internal.EventListenerTextWriterTests.TestWriteDecimal
- NUnit.Framework.Internal.EventListenerTextWriterTests.TestWriteDouble
- NUnit.Framework.Internal.EventListenerTextWriterTests.TestWriteStringArg2
- NUnit.Framework.Internal.EventListenerTextWriterTests.TestWriteStringArg3
- NUnit.Framework.Constraints.LessThanConstraintTests.SimpleTolerance_Failure
The following test fails on systems with CultureInfo other than en:
- NUnit.Framework.Internal.EventListenerTextWriterTests.TestWriteStringArg1
Steps to reproduce:
- Change system region, or language settings to one with comma decimal mark (Countries using Arabic numerals with decimal comma), and with language other than English
- Run the build script with
-Target Test option
- See aforementioned tests fail
The following tests fail on systems with comma decimal mark settings:
The following test fails on systems with CultureInfo other than en:
Steps to reproduce:
-Target Testoption