summaryrefslogtreecommitdiffstats
path: root/tests/line_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-12 11:09:21 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-12 11:09:21 +0000
commitcbb748d7d430f2244839ed37ada0647a020ce7cd (patch)
tree94ae4cfed98646420e00fdb11abe9bed1920259c /tests/line_test.php
parente70916dae91a1ca09f7464090d1739e7acedc1c7 (diff)
downloadzetacomponents-graph-cbb748d7d430f2244839ed37ada0647a020ce7cd.zip
zetacomponents-graph-cbb748d7d430f2244839ed37ada0647a020ce7cd.tar.gz
- Added tests and basic implementation for pie charts
Diffstat (limited to 'tests/line_test.php')
-rw-r--r--tests/line_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/line_test.php b/tests/line_test.php
index 6ac47a8..d672c98 100644
--- a/tests/line_test.php
+++ b/tests/line_test.php
@@ -46,7 +46,7 @@ class ezcGraphLineChartTest extends ezcTestCase
*/
public function tearDown()
{
- //$this->removeTempDir();
+ $this->removeTempDir();
}
protected function addSampleData( ezcGraphChart $chart )
@@ -237,7 +237,7 @@ class ezcGraphLineChartTest extends ezcTestCase
);
$this->assertEquals(
- '8cc7463f5fe568a3116824137251222f',
+ 'ef4deac70fa8c0ca3d4149fd65e31131',
md5_file( $filename ),
'Incorrect image rendered.'
);
OpenPOWER on IntegriCloud