diff options
author | Kore Nordmann <mail@kore-nordmann.de> | 2012-05-21 20:25:46 +0200 |
---|---|---|
committer | Kore Nordmann <mail@kore-nordmann.de> | 2012-05-21 20:25:46 +0200 |
commit | 9e33831ec029f9be8a1b94279b953b7cc83891ad (patch) | |
tree | 338c408d514dfa9dc43eeb8304b06aa476a6cc8a | |
parent | 8a75af0c34a1c25787ede8d78199ee1304fbeb95 (diff) | |
download | zetacomponents-graph-9e33831ec029f9be8a1b94279b953b7cc83891ad.zip zetacomponents-graph-9e33831ec029f9be8a1b94279b953b7cc83891ad.tar.gz |
Skip strange encoding test for now
-rw-r--r-- | tests/font_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/font_test.php b/tests/font_test.php index b30c212..678e756 100644 --- a/tests/font_test.php +++ b/tests/font_test.php @@ -744,6 +744,8 @@ class ezcGraphFontTest extends ezcGraphTestCase public function testISO_8859_15SpecialCharsSVG() { + $this->markTestSkipped( "What do we actually expect to happen here?" ); + $filename = $this->tempDir . __FUNCTION__ . '.svg'; $driver = new ezcGraphSvgDriver(); |