summaryrefslogtreecommitdiffstats
path: root/tests/line_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-06-14 13:48:41 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-06-14 13:48:41 +0000
commit67864e582b01d121626bb3f9b60b45b7181bb1b7 (patch)
tree78c29b3554fb4c03b625ba7fc923b80ec11cfb6a /tests/line_test.php
parent69c55935621e8f49fad1e318931291d31d6f6a7d (diff)
downloadzetacomponents-graph-67864e582b01d121626bb3f9b60b45b7181bb1b7.zip
zetacomponents-graph-67864e582b01d121626bb3f9b60b45b7181bb1b7.tar.gz
- Missed to revert local changes in test
Diffstat (limited to 'tests/line_test.php')
-rw-r--r--tests/line_test.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/line_test.php b/tests/line_test.php
index f165561..7f32ff0 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 )
@@ -304,7 +304,6 @@ class ezcGraphLineChartTest extends ezcTestCase
$chart = ezcGraph::create( 'Line' );
$chart->title = 'Test graph';
$chart->palette = 'Black';
- $chart->options->lineThickness = 1;
$this->addSampleData( $chart );
$chart->legend = false;
OpenPOWER on IntegriCloud