diff options
| author | Stanislav Malyshev <stas@php.net> | 2008-07-14 06:42:45 +0000 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2008-07-14 06:42:45 +0000 |
| commit | aeef561b98bf6a21d5ed554432e9891a2213bf17 (patch) | |
| tree | 1162a6b36896535ae14920860f8fb64ae8bfa893 | |
| parent | 44326938eb6ae1d73d08e8aca349f6ef5bcd779e (diff) | |
| download | php-git-aeef561b98bf6a21d5ed554432e9891a2213bf17.tar.gz | |
fix test
| -rwxr-xr-x | ext/intl/tests/collator_create.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/collator_create.phpt b/ext/intl/tests/collator_create.phpt index 4a04d3a5d3..49dc49492a 100755 --- a/ext/intl/tests/collator_create.phpt +++ b/ext/intl/tests/collator_create.phpt @@ -78,4 +78,4 @@ Locale: 'uk@currency=EURO' ULOC_REQUESTED_LOCALE = 'uk@currency=EURO' ULOC_VALID_LOCALE = 'uk' ULOC_ACTUAL_LOCALE = 'uk' -Error creating collator with '1234567891113151719212325272931333537394143454749515357596163656769717375777981838587899193959799' locale: Locale string too long, should be no longer than 64 characters: U_ILLEGAL_ARGUMENT_ERROR +Error creating collator with '1234567891113151719212325272931333537394143454749515357596163656769717375777981838587899193959799' locale: Locale string too long, should be no longer than 80 characters: U_ILLEGAL_ARGUMENT_ERROR |
