/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
*@test
*@bug 6317929 6409419
*@summary Test case for tzdata2005m support for 9 locales
*/
public class Bug6317929 {
new Locale("en"),
new Locale("de"),
new Locale("es"),
new Locale("fr"),
new Locale("it"),
new Locale("ja"),
new Locale("ko"),
new Locale("sv"),
};
("Eastern Standard Time"))
"non-daylight saving name for " +
"America/Coral_Harbour should be " +
"\"Eastern Standard Time\"");
("\u00d6stliche Normalzeit"))
"non-daylight saving name for " +
"America/Coral_Harbour should be " +
"\"\u00d6stliche Normalzeit\"");
("Hora est\u00e1ndar Oriental"))
"non-daylight saving name for " +
"America/Coral_Harbour should be " +
"\"Hora est\u00e1ndar Oriental\"");
("Heure normale de l'Est"))
"non-daylight saving name for " +
"America/Coral_Harbour should be " +
"\"Heure normale de l'Est\"");
("Ora solare USA orientale"))
"non-daylight saving name for " +
"America/Coral_Harbour should be " +
"\"Ora solare USA orientale\"");
("\u6771\u90e8\u6a19\u6e96\u6642"))
"non-daylight saving name for " +
"America/Coral_Harbour should be " +
"\"\u6771\u90e8\u6a19\u6e96\u6642\"");
("\ub3d9\ubd80 \ud45c\uc900\uc2dc"))
"non-daylight saving name for " +
"America/Coral_Harbour should be " +
"\"\ub3d9\ubd80 \ud45c\uc900\uc2dc\"");
("Eastern, normaltid"))
"non-daylight saving name for " +
"America/Coral_Harbour should be " +
"\"Eastern, normaltid\"");
("\u4e1c\u90e8\u6807\u51c6\u65f6\u95f4"))
"non-daylight saving name for " +
"America/Coral_Harbour should be " +
"\"\u4e1c\u90e8\u6807\u51c6\u65f6\u95f4\"");
("\u6771\u65b9\u6a19\u6e96\u6642\u9593"))
"non-daylight saving name for " +
"America/Coral_Harbour should be " +
"\"\u6771\u65b9\u6a19\u6e96\u6642\u9593\"");
("Eastern Standard Time (New South Wales)"))
"non-daylight saving name for " +
"\"Eastern Standard Time " +
"(New South Wales)\"");
("\u00d6stliche Normalzeit (New South Wales)"))
"non-daylight saving name for " +
"\"\u00d6stliche Normalzeit " +
"(New South Wales)\"");
("Hora est\u00e1ndar Oriental (Nueva Gales del Sur)"))
"non-daylight saving name for " +
"\"Hora est\u00e1ndar Oriental " +
"(Nueva Gales del Sur)\"");
("Heure normale de l'Est (Nouvelle-Galles du Sud)"))
"non-daylight saving name for " +
"\"Heure normale de l'Est " +
"(Nouvelle-Galles du Sud)\"");
("Ora solare dell'Australia orientale (Nuovo Galles del Sud)"))
"non-daylight saving name for " +
"\"Ora solare dell'Australia orientale " +
"(Nuovo Galles del Sud)\"");
("\u6771\u90e8\u6a19\u6e96\u6642 " +
"(\u30cb\u30e5\u30fc\u30b5\u30a6\u30b9\u30a6\u30a7\u30fc\u30eb\u30ba)"))
"non-daylight saving name for " +
"\"\u6771\u90e8\u6a19\u6e96\u6642 " +
"(\u30cb\u30e5\u30fc\u30b5\u30a6\u30b9" +
"\u30a6\u30a7\u30fc\u30eb\u30ba)\"");
("\ub3d9\ubd80 \ud45c\uc900\uc2dc(\ub274 \uc0ac\uc6b0\uc2a4 \uc6e8\uc77c\uc988)"))
"non-daylight saving name for " +
"\"\ub3d9\ubd80 \ud45c\uc900\uc2dc" +
"(\ub274 \uc0ac\uc6b0\uc2a4 \uc6e8\uc77c\uc988)\"");
("Eastern, normaltid (Nya Sydwales)"))
"non-daylight saving name for " +
"\"Eastern, normaltid " +
"(Nya Sydwales)\"");
("\u4e1c\u90e8\u6807\u51c6\u65f6\u95f4\uff08\u65b0\u5357\u5a01\u5c14\u65af\uff09"))
"non-daylight saving name for " +
"\"\u4e1c\u90e8\u6807\u51c6\u65f6\u95f4 " +
"\uff08\u65b0\u5357\u5a01\u5c14\u65af\uff09\"");
("\u6771\u65b9\u6a19\u6e96\u6642\u9593 (\u65b0\u5357\u5a01\u723e\u65af)"))
"non-daylight saving name for " +
"\"\u6771\u65b9\u6a19\u6e96\u6642\u9593 " +
"(\u65b0\u5357\u5a01\u723e\u65af)\"");
}
}