diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-06-09 04:23:19 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-06-09 04:23:19 +0000 |
commit | 586b46467247a2fdeb2707ef2f654e0825da2924 (patch) | |
tree | 90a67cb15d303e89e3b871ce7dda839b1be960b7 /tests/driver_gd_test.php | |
parent | 15538ea32d14bef8839902193d5a3e404ba8ea69 (diff) | |
download | zetacomponents-graph-586b46467247a2fdeb2707ef2f654e0825da2924.zip zetacomponents-graph-586b46467247a2fdeb2707ef2f654e0825da2924.tar.gz |
- Forgot to reactivate tearDown method
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 954051d..eebda3c 100644 --- a/tests/driver_gd_test.php +++ b/tests/driver_gd_test.php @@ -60,7 +60,7 @@ class ezcGraphGdDriverTest extends ezcTestCase public function tearDown() { unset( $this->driver ); - //$this->removeTempDir(); + $this->removeTempDir(); } public function testDrawLine() |