Give more information if wxLocale::Default unit test fails
Show the system language in this case.
This commit is contained in:
parent
5ab36f825a
commit
7bbee79ca9
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ void IntlTestCase::IsAvailable()
|
|||
|
||||
TEST_CASE("wxLocale::Default", "[locale]")
|
||||
{
|
||||
INFO("System language: " << wxLocale::GetSystemLanguage());
|
||||
CHECK( wxLocale::IsAvailable(wxLANGUAGE_DEFAULT) );
|
||||
|
||||
wxLocale loc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue