Add test checking that wx.GetLocale exists

This commit is contained in:
Robin Dunn
2017-10-18 09:33:07 -07:00
parent efbe85041a
commit b2c06479cb

View File

@@ -39,6 +39,10 @@ class intl_Tests(wtc.WidgetTestCase):
wx.LANGUAGE_AMHARIC
def test_intlGetLocaleFunc(self):
# check that this function exists
l = wx.GetLocale()
#---------------------------------------------------------------------------