summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-10-23 08:21:58 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-10-23 08:21:58 +0000
commit06f5b4609042511a2eaeb4cde920094afcaceb63 (patch)
treecfcf24aee1f3cb7d0117caff0aa50a521c87acbf /tests
parent22b4770294341d679fe3ff1f06960c62e0a9f3fe (diff)
downloadzetacomponents-graph-06f5b4609042511a2eaeb4cde920094afcaceb63.zip
zetacomponents-graph-06f5b4609042511a2eaeb4cde920094afcaceb63.tar.gz
- Changed default value of line thickness
# This value wasn't used yet, so the new default value is the value actually # used until now.
Diffstat (limited to 'tests')
-rw-r--r--tests/line_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/line_test.php b/tests/line_test.php
index 178bfa0..6b79302 100644
--- a/tests/line_test.php
+++ b/tests/line_test.php
@@ -59,7 +59,7 @@ class ezcGraphLineChartTest extends ezcGraphTestCase
$options = new ezcGraphLineChartOptions();
$this->assertSame(
- 2,
+ 1,
$options->lineThickness,
'Wrong default value for property lineThickness in class ezcGraphLineChartOptions'
);
OpenPOWER on IntegriCloud