diff -r d575fd691cf9 -r afe194b6b1cd searchengine/cpix/tsrc/cpixunittest/inc/localetestinfos.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/searchengine/cpix/tsrc/cpixunittest/inc/localetestinfos.h Tue Jul 06 15:30:04 2010 +0300 @@ -0,0 +1,51 @@ +#ifndef LOCALETESTINFOS_H_ +#define LOCALETESTINFOS_H_ + +/** + * Information around testing various locales. + */ + +struct EnglishLocale { + static const char* LOCALE; + static const char* FILES[]; + static const wchar_t* QUERIES[]; +}; + +struct FrenchLocale { + static const char* LOCALE; + static const char* FILES[]; + static const wchar_t* QUERIES[]; +}; + +struct HebrewLocale { + static const char* LOCALE; + static const char* FILES[]; + static const wchar_t* QUERIES[]; +}; + +struct ThaiLocale { + static const char* LOCALE; + static const char* FILES[]; + static const wchar_t* QUERIES[]; +}; + +struct ChineseLocale { + static const char* LOCALE; + static const char* FILES[]; + static const wchar_t* QUERIES[]; +}; + +struct KoreanLocale { + static const char* LOCALE; + static const char* FILES[]; + static const wchar_t* QUERIES[]; +}; + +struct JapaneseLocale { + static const char* LOCALE; + static const char* FILES[]; + static const wchar_t* QUERIES[]; +}; + + +#endif /* LOCALETESTINFOS_H_ */