diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-07-11 09:15:39 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-07-11 09:15:39 +0000 |
commit | 41bf84471383c06a43d55acfce4170c21f738ebf (patch) | |
tree | ade991fa138c2162f0d9f497cc2ceec32cd13b67 /tests/driver_gd_test.php | |
parent | 89f1a8c762abfced19c7f1bf99dc527f712fedfb (diff) | |
download | zetacomponents-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.php | 2 |
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() |