forked from qt-creator/qt-creator
Squish: Fix for tst_installed_languages
This has been fixed now and is no more different on Mac. Change-Id: I942164e964cce9df1c369c68036875e0da98a96a Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -20,9 +20,6 @@ def main():
|
||||
overrideStartApplication()
|
||||
startApplication("qtcreator" + SettingsPath)
|
||||
try:
|
||||
if languageName == "Chinese (China)" and platform.system() == 'Darwin':
|
||||
invokeMenuItem("文件(F)", "退出")
|
||||
else:
|
||||
invokeMenuItem(testData.field(lang, "File"), testData.field(lang, "Exit"))
|
||||
test.passes("Creator was running in %s translation." % languageName)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user