diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-06-12 11:09:21 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-06-12 11:09:21 +0000 |
commit | cbb748d7d430f2244839ed37ada0647a020ce7cd (patch) | |
tree | 94ae4cfed98646420e00fdb11abe9bed1920259c /tests/palette_test.php | |
parent | e70916dae91a1ca09f7464090d1739e7acedc1c7 (diff) | |
download | zetacomponents-graph-cbb748d7d430f2244839ed37ada0647a020ce7cd.zip zetacomponents-graph-cbb748d7d430f2244839ed37ada0647a020ce7cd.tar.gz |
- Added tests and basic implementation for pie charts
Diffstat (limited to 'tests/palette_test.php')
-rw-r--r-- | tests/palette_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/palette_test.php b/tests/palette_test.php index 0b908b6..7d2ed2a 100644 --- a/tests/palette_test.php +++ b/tests/palette_test.php @@ -214,7 +214,7 @@ class ezcGraphPaletteTest extends ezcTestCase $chart = ezcGraph::create( 'Line' ); $this->assertEquals( - ezcGraphColor::fromHex( '#555753' ), + ezcGraphColor::fromHex( '#2E3436' ), $chart->palette->fontColor, 'Font color not properly set.' ); |