We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c90dcd commit 702d003Copy full SHA for 702d003
src/test/icu/t/010_database.pl
@@ -69,18 +69,4 @@
69
0,
70
"LOCALE works for ICU locales if LC_COLLATE and LC_CTYPE are specified");
71
72
-# Test that ICU-specific LOCALE without LC_COLLATE and LC_CTYPE must
73
-# be specified with ICU_LOCALE
74
-my ($ret, $stdout, $stderr) = $node1->psql(
75
- 'postgres',
76
- q{CREATE DATABASE dbicu3 LOCALE_PROVIDER icu LOCALE '@colStrength=primary'
77
- TEMPLATE template0 ENCODING UTF8});
78
-isnt($ret, 0,
79
- "ICU-specific locale must be specified with ICU_LOCALE: exit code not 0");
80
-like(
81
- $stderr,
82
- qr/ERROR: invalid LC_COLLATE locale name/,
83
- "ICU-specific locale must be specified with ICU_LOCALE: error message");
84
-
85
86
done_testing();
0 commit comments