diff options
Diffstat (limited to 'tests/logarithmical_axis_test.php')
-rw-r--r-- | tests/logarithmical_axis_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/logarithmical_axis_test.php b/tests/logarithmical_axis_test.php index ed2c594..08dfcd0 100644 --- a/tests/logarithmical_axis_test.php +++ b/tests/logarithmical_axis_test.php @@ -156,9 +156,9 @@ class ezcGraphLogarithmicalAxisTest extends ezcGraphTestCase 'Wrong default value for property logarithmicalFormatString in class ezcGraphChartElementLogarithmicalAxis' ); - $options->logarithmicalFormatString = '%2$.2f^%1$d'; + $options->logarithmicalFormatString = '%2$.2F^%1$d'; $this->assertSame( - '%2$.2f^%1$d', + '%2$.2F^%1$d', $options->logarithmicalFormatString, 'Setting property value did not work for property logarithmicalFormatString in class ezcGraphChartElementLogarithmicalAxis' ); |