Author(s)
- created by Peter Nugent (peter.nugent@sun.com)
- test suite author: Jan Trejbal (jan.trejbal@sun.com)
- 08/2009 modified to work with CTI for TET by Peter Sufliarsky (sufliarsky@yahoo.com)
Written in
C programming language
Short Desription
This is a tool to validate locale data in OpenSolaris.
It doesn't test absolutely everything but does give us some idea as to the validity of the data.
Data checks:
- for existance of 12 abbrv months and months
- for existance of 7 abbrv days and days
- for existance of am, pm stirngs
- that date and time strings only contain valid special characters (after %)
- that there are no conflicts in date and time stringa (i.e. d_fmt can't have %H, or 2 %d etc)
- that all LC_MESSAGES exist and that regexs are valid
- that LC_NUMERIC and LC_MONETARY values are in range
- collations - that all ascii and printable chars can be collated in this locale
Additional requirements
There are no additional requirements
Test output & log files
There are two results for each separate part
- PASSED – all checked locale data in all of tested locales is correct
- FAILED – errors were found in the locale data for some of tested locales