searchengine/cpix/tsrc/cpixunittest/inc/localetestinfos.h
changeset 8 6547bf8ca13a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/searchengine/cpix/tsrc/cpixunittest/inc/localetestinfos.h	Mon Jun 28 10:34:53 2010 +0530
@@ -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_ */