% ns_set put [ns_conn outputheaders] "content-type" "text/html; charset=iso-8859-1" %> @header@
Test 1
Verify that the message catalog loader ran successfully at server startup.
Word to lookup | Language | Results of catalog lookup |
---|---|---|
English | English | @english@ |
French | French | @french@ |
Spanish | Spanish | @spanish@ |
German | German | @german@ |
Test 2
Verify that the <trn> ADP tag works when the user's preferred language is set to English, French, Spanish, or German.
Word to lookup | Result when user's preferred language is @language@ |
---|---|
English | @trn_english@ |
French | @trn_french@ |
Spanish | @trn_spanish@ |
German | @trn_german@ |
Test 3
Verify that data required to convert from local times for Europe/Paris into Universal Time is loaded into the database.
Timezone | Start date | End date | UTC offset | ||||
---|---|---|---|---|---|---|---|
@tz_results.timezone@ | @tz_results.local_start@ | @tz_results.local_end@ | @tz_results.utc_offset@ |
Test 4
Verify that the conversions between UTC and local time work correctly.
Oracle sysdate (should be UTC) | @system_time@ |
Local time in Europe/Paris | @paris_time@ |
UTC time (converted from Paris time) | @local_time@ |
Local time in Tokyo, Japan | @tokyo_time@ |
UTC time (converted from Tokyo time) | @tokyo_utc_time@ |
Test 5
Verify the results of localization routines.
Routine | en_US locale | en_FR locale |
---|---|---|
Displaying a number | @us_number@ | @fr_number@ |
Parsing a number | @us_parse@ | @fr_parse@ |
Displaying a monetary amount | @us_currency@ | @fr_currency@ |
@us_label@ | @fr_label@ | |
Displaying a date | @us_time@ | @fr_time@ |
@footer@