Chromium Code Reviews| Index: test/mac/gyptest-app.py |
| =================================================================== |
| --- test/mac/gyptest-app.py (revision 1703) |
| +++ test/mac/gyptest-app.py (working copy) |
| @@ -42,9 +42,12 @@ |
| test.must_not_contain(info_plist, '${MACOSX_DEPLOYMENT_TARGET}'); |
| # Resources |
| - test.built_file_must_exist( |
| + strings = test.built_file_path( |
| 'Test App Gyp.app/Contents/Resources/English.lproj/InfoPlist.strings', |
| chdir='app-bundle') |
| + test.must_exist(strings) |
| + test.must_contain(strings, '\xff\xfe' + '/* Localized'.encode('utf-16le')) |
|
Robert Sesek
2013/08/29 17:48:23
Comment that this is the BOM?
Nico
2013/08/29 17:55:10
Done.
|
| + |
| test.built_file_must_exist( |
| 'Test App Gyp.app/Contents/Resources/English.lproj/MainMenu.nib', |
| chdir='app-bundle') |