summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-08-13 08:56:46 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-08-13 08:56:46 +0000
commitcf9b8bfe3045d461cf0fd91d077db2d7aa5e2331 (patch)
tree8216776fd3678320df3dbdd23a2190362a26dd91 /tests
parenta59ed8bcb4bcaea76e46fd9b006aa0479a9f9c10 (diff)
downloadzetacomponents-graph-cf9b8bfe3045d461cf0fd91d077db2d7aa5e2331.zip
zetacomponents-graph-cf9b8bfe3045d461cf0fd91d077db2d7aa5e2331.tar.gz
- Try more locale names to switch locale to de_DE
# With http://www.phpunit.de/ticket/183 we can mark this test skipped, if it # still does not work
Diffstat (limited to 'tests')
-rw-r--r--tests/driver_svg_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/driver_svg_test.php b/tests/driver_svg_test.php
index 728d610..e161338 100644
--- a/tests/driver_svg_test.php
+++ b/tests/driver_svg_test.php
@@ -1827,7 +1827,7 @@ class ezcGraphSvgDriverTest extends ezcGraphTestCase
public function testSvgWithDifferentLocales()
{
- $this->setLocale( LC_NUMERIC, 'de_DE' );
+ $this->setLocale( LC_NUMERIC, 'de_DE', 'de_DE.UTF-8', 'de_DE.UTF8', 'deu_deu', 'de', 'ge', 'deutsch', 'de_DE@euro' );
$filename = $this->tempDir . __FUNCTION__ . '.svg';
OpenPOWER on IntegriCloud