Xamarin-macios: [Localization] Unit tests fail in non US-English locales

Created on 12 Dec 2019  路  1Comment  路  Source: xamarin/xamarin-macios

Some of the unit test will unnecessarily fail in non US-English locales.

bug

Most helpful comment

Add [Culture("en-US")] so those will only run on this specific culture (and ignored for others).
https://github.com/nunit/docs/wiki/Culture-Attribute

>All comments

Add [Culture("en-US")] so those will only run on this specific culture (and ignored for others).
https://github.com/nunit/docs/wiki/Culture-Attribute

Was this page helpful?
0 / 5 - 0 ratings