summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-09-18 08:54:16 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-09-18 08:54:16 +0000
commit3cf31a8d922b0498dbdad20a682f01cdacd33e93 (patch)
treee169d24d64b1276d944bcc248146ad735d3e4165 /src/graph_autoload.php
parent50d17a17ed5c69d202b0d5ffc6bd1270cb489972 (diff)
downloadzetacomponents-graph-3cf31a8d922b0498dbdad20a682f01cdacd33e93.zip
zetacomponents-graph-3cf31a8d922b0498dbdad20a682f01cdacd33e93.tar.gz
- Fixed endless loop on string keys for datasets with average dataset
- Added average dataset tests to test suite - Updated testfile because of SVG driver modifications
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r--src/graph_autoload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index 0cbf086..5e451f7 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -79,6 +79,7 @@ return array(
'ezcGraphDataSet' => 'Graph/datasets/base.php',
'ezcGraphArrayDataSet' => 'Graph/datasets/array.php',
'ezcGraphDataSetAveragePolynom' => 'Graph/datasets/average.php',
+ 'ezcGraphDatasetAverageInvalidKeysException' => 'Graph/exceptions/invalid_keys.php',
'ezcGraphDataSetProperty' => 'Graph/interfaces/dataset_property.php',
'ezcGraphDataSetColorProperty' => 'Graph/datasets/property/color.php',
'ezcGraphDataSetStringProperty' => 'Graph/datasets/property/string.php',
OpenPOWER on IntegriCloud