searchengine/cpix/tsrc/cpixunittest/inc/localetestinfos.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:30:04 +0300
changeset 10 afe194b6b1cd
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

#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_ */