Author(s)
- created by Jakub Kotowski (jakubkotowski@gmx.net)
- 07/2009 transform to CTI for TET by Slavomir Cihak (s.cihak@gmail.com)
Written in
Korn shell scripting language
Short Desription
The test checks whether all specified applications have their .mo localization files for all specified locales in the standard (specified) locations.
The test doesn't check the content of .mo files, just for their presence.
Additional requirements
The following files are necessary for the script to run:
- app_list
- contains a list of applications to check for their .mo files
- locale_list
- contains a list of required locales
- path_list
- contains a list of paths to search for .mo files in
All the files above have the structure 1 entry per line
Test output & log files
- PASSED – all .mo binary files are available for each application and locale
- FAILED – some problems with locales occur (some binary files are missing, ... )