diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-05-10 09:52:09 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-05-10 09:52:09 +0000 |
commit | 9fe5c1ce375e75ce093ace1f251fc54bf391b5c8 (patch) | |
tree | 31e193c19dd67fd638c965d18cac99a91826dcf1 /tests/image_map_test.php | |
parent | f01b8b1bdfb55dd7e77c8b9eec8def3989a6560c (diff) | |
download | zetacomponents-graph-9fe5c1ce375e75ce093ace1f251fc54bf391b5c8.zip zetacomponents-graph-9fe5c1ce375e75ce093ace1f251fc54bf391b5c8.tar.gz |
- Fixed issue #10746: Border size reducement algorithm fails for polygones
with edge lengths < reducement
# Modifications in comparision files because some invisible small shapes
# were not rendered any more
Diffstat (limited to 'tests/image_map_test.php')
-rw-r--r-- | tests/image_map_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/image_map_test.php b/tests/image_map_test.php index 143df28..581ce5a 100644 --- a/tests/image_map_test.php +++ b/tests/image_map_test.php @@ -173,7 +173,7 @@ class ezcGraphImageMapTest extends ezcGraphTestCase $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_116', $reference['data']['sampleData']['sample 2'][0], 'ezcGraphCircle element expected.' ); + $this->assertSame( 'ezcGraphCircle_113', $reference['data']['sampleData']['sample 2'][0], 'ezcGraphCircle element expected.' ); // Check legend references $this->assertSame( 3, count( $reference['legend'] ), '3 legend items expected.' ); |