summaryrefslogtreecommitdiffstats
path: root/tests/tools_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2008-05-27 10:01:40 +0000
committerKore Nordmann <github@kore-nordmann.de>2008-05-27 10:01:40 +0000
commit82208f0a38c7c4f5825bac9fc4268bdba03db5a9 (patch)
tree854a6177d1afaed7688bf4efd8d4d88a2bea0d6f /tests/tools_test.php
parent50a463926ace6bd99304646e6853040182715abb (diff)
downloadzetacomponents-graph-82208f0a38c7c4f5825bac9fc4268bdba03db5a9.zip
zetacomponents-graph-82208f0a38c7c4f5825bac9fc4268bdba03db5a9.tar.gz
- Force locale in relevant test cases to english locale and update affected
test results.
Diffstat (limited to 'tests/tools_test.php')
-rw-r--r--tests/tools_test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tools_test.php b/tests/tools_test.php
index 08f8c07..db9fb9e 100644
--- a/tests/tools_test.php
+++ b/tests/tools_test.php
@@ -29,6 +29,7 @@ class ezcGraphToolsTest extends ezcGraphTestCase
static $i = 0;
$this->tempDir = $this->createTempDir( __CLASS__ . sprintf( '_%03d_', ++$i ) ) . '/';
$this->basePath = dirname( __FILE__ ) . '/data/';
+ $this->setLocale( LC_NUMERIC, 'en_US', 'en_US.UTF-8', 'en_US.UTF8', 'en', 'english', 'en_US@euro' );
}
protected function tearDown()
OpenPOWER on IntegriCloud