From aeef561b98bf6a21d5ed554432e9891a2213bf17 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 14 Jul 2008 06:42:45 +0000 Subject: [PATCH] fix test --- ext/intl/tests/collator_create.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1