summaryrefslogtreecommitdiffstats
path: root/tests/driver_gd_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-07-11 09:15:39 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-07-11 09:15:39 +0000
commit41bf84471383c06a43d55acfce4170c21f738ebf (patch)
treeade991fa138c2162f0d9f497cc2ceec32cd13b67 /tests/driver_gd_test.php
parent89f1a8c762abfced19c7f1bf99dc527f712fedfb (diff)
downloadzetacomponents-graph-41bf84471383c06a43d55acfce4170c21f738ebf.zip
zetacomponents-graph-41bf84471383c06a43d55acfce4170c21f738ebf.tar.gz
- Remove temp data after test
Diffstat (limited to 'tests/driver_gd_test.php')
-rw-r--r--tests/driver_gd_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/driver_gd_test.php b/tests/driver_gd_test.php
index 9c0397b..68d0ead 100644
--- a/tests/driver_gd_test.php
+++ b/tests/driver_gd_test.php
@@ -60,7 +60,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase
public function tearDown()
{
unset( $this->driver );
-// $this->removeTempDir();
+ $this->removeTempDir();
}
public function testDrawLine()
OpenPOWER on IntegriCloud