summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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