summaryrefslogtreecommitdiffstats
path: root/tests/image_map_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-10-04 09:19:16 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-10-04 09:19:16 +0000
commit7ddedf8362ad88957a4d3e080544b045313ddc61 (patch)
tree2eb6de80933000b779470ac9ace0fd37d240818a /tests/image_map_test.php
parenta178a61f580b356022b0a4c17aa7d415c3d2444b (diff)
downloadzetacomponents-graph-7ddedf8362ad88957a4d3e080544b045313ddc61.zip
zetacomponents-graph-7ddedf8362ad88957a4d3e080544b045313ddc61.tar.gz
- Fixed minor ticks in exact and centered axis label renderer
Diffstat (limited to 'tests/image_map_test.php')
-rw-r--r--tests/image_map_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/image_map_test.php b/tests/image_map_test.php
index 7c01d29..1a97ffc 100644
--- a/tests/image_map_test.php
+++ b/tests/image_map_test.php
@@ -91,7 +91,7 @@ class ezcGraphImageMapTest extends ezcTestCase
$this->assertSame( 3, count( $reference['data'] ), '3 datasets expected.' );
$this->assertSame( 5, count( $reference['data']['sampleData'] ), '5 datapoints expected.' );
$this->assertSame( 1, count( $reference['data']['sampleData']['sample 2'] ), '1 element for datapoint expected.' );
- $this->assertSame( 'ezcGraphCircle_55', $reference['data']['sampleData']['sample 2'][0], 'ezcGraphCircle element expected.' );
+ $this->assertSame( 'ezcGraphCircle_79', $reference['data']['sampleData']['sample 2'][0], 'ezcGraphCircle element expected.' );
// Check legend references
$this->assertSame( 3, count( $reference['legend'] ), '3 legend items expected.' );
@@ -197,7 +197,7 @@ class ezcGraphImageMapTest extends ezcTestCase
$this->assertSame( 3, count( $reference['data'] ), '3 datasets expected.' );
$this->assertSame( 5, count( $reference['data']['sampleData'] ), '5 datapoints expected.' );
$this->assertSame( 1, count( $reference['data']['sampleData']['sample 2'] ), '1 element for datapoint expected.' );
- $this->assertSame( 'ezcGraphCircle_80', $reference['data']['sampleData']['sample 2'][0], 'ezcGraphCircle element expected.' );
+ $this->assertSame( 'ezcGraphCircle_116', $reference['data']['sampleData']['sample 2'][0], 'ezcGraphCircle element expected.' );
// Check legend references
$this->assertSame( 3, count( $reference['legend'] ), '3 legend items expected.' );
OpenPOWER on IntegriCloud