summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Added test case for a bar chart with two sinlge point datasetsKore Nordmann2007-11-212-0/+21
|
* - Added test for drawing two lines with different line widthKore Nordmann2007-11-212-0/+32
|
* - Better check for font min/max size valuesKore Nordmann2007-10-301-0/+44
|
* - Fixed issue #11640: Polygon size reducement failes for very thin four edgedKore Nordmann2007-10-232-0/+35
| | | | | | polygones
* - Fixed issue #11511: Line thickness wan't used for renderingKore Nordmann2007-10-233-0/+51
|
* - Changed default value of line thicknessKore Nordmann2007-10-231-1/+1
| | | | | | | # This value wasn't used yet, so the new default value is the value actually # used until now.
* - Updated generated PNGs once more...Kore Nordmann2007-10-2314-0/+0
|
* - Doc fixes.Tobias Schlitt2007-09-1238-39/+39
|
* - Implemented feature #10978: Add support for stacked bar chartsKore Nordmann2007-09-064-0/+216
|
* - Implemented feature #11325: Allow values of 0 to be added to pie charts, toKore Nordmann2007-09-052-4/+22
| | | | | | be included in the legend and not rendered in the actual pie.
* - Implemented feature #11247: Custom highlight values in line and bar charts.Kore Nordmann2007-09-054-2/+97
| | | | | | Thanks to Elger Thiele for the basic patch.
* - Added new tests to test suiteKore Nordmann2007-09-041-0/+2
|
* - Implemented features #10322, #10565: Support for multiple x, y axis,Kore Nordmann2007-09-043-48/+109
| | | | | | vertical and horizontal lines in line and bar charts.
* - Introduced chartPosition propertyKore Nordmann2007-09-041-0/+29
|
* - Added dataset properties for axis assignementsKore Nordmann2007-09-041-0/+67
| | | | | | # More progress on the way to multiple axis support
* - Also test iteratorKore Nordmann2007-09-041-0/+25
|
* - Added axis container classKore Nordmann2007-09-041-0/+114
| | | | | | # First step to support multiple axis
* - Use value of correct type.Kore Nordmann2007-08-131-1/+1
| | | | | | | # PHPUnit now also check if both values are is_numeric() which caused a # failure
* - Try more locale names to switch locale to de_DEKore Nordmann2007-08-131-1/+1
| | | | | | | # With http://www.phpunit.de/ticket/183 we can mark this test skipped, if it # still does not work
* - Fixed bug #11235: In interactive 3d bar charts circle and bullet bars are notKore Nordmann2007-08-0834-36/+135
| | | | | | | | linked. # Numeric part of IDs in SVG files changed because one element missed an ID # Also ensured mimetype 'application/octet-stream' for all SVG test files
* - Fixed bug #11236: Legend is not properly linked in interactive 3d line andKore Nordmann2007-08-081-0/+37
| | | | | | bar charts.
* - Fixed bug #11233: Path for circular arcs in SVG driver may break because ofKore Nordmann2007-08-071-1/+1
| | | | | | locale settings
* - Fixed bug #11180: Color Palette: $dataSetColor in ezcGraphPalette startsKore Nordmann2007-08-0759-68/+68
| | | | | | | | with index 1 and not zero in pie charts # All images of pie charts required an update of course. # Same for test cases explicitely checking the color values.
* - Fixed bug #11157: Wrong display of single record with labeled axisKore Nordmann2007-08-013-2/+40
|
* - Fixed bug #11207: Missing URL property for legend, or missing legend, mayKore Nordmann2007-08-015-0/+117
| | | | | | cause PHP notice
* - Fixed SVG test results to include correct decimal pointKore Nordmann2007-08-012-2/+2
|
* - Fixed bug #11107: Floating point inaccuracies caused missing grid in lineKore Nordmann2007-08-016-4/+26
| | | | | | chart
* - Use PHPUnits XML diffing to compare SVG filesKore Nordmann2007-07-031-15/+3
| | | | | | | # Only works with PHPUnit >= 3.1.2 or PHPUnit 3.1.1 including changesets # #733 and #737
* - PHPUnit 3.1 MigrationSebastian Bergmann2007-07-029-41/+32
| | | | | | | | | | | - Migrate PHPUnit_Framework_Assert::getAttribute() to PHPUnit_Framework_Assert::readAttribute(). - Use PHPUnit_Framework_TestCase::setLocale(). - Populate code coverage whitelist from autoload arrays. - Remove ezcTestRunner::addFileToFilter(). # PHPUnit 3.1 is now required.
* - Fix locale reset.Tobias Schlitt2007-06-211-0/+6
|
* - Fixed issue #10828: PHP error when overwriting renderer in extendedKore Nordmann2007-06-143-3/+57
| | | | | | ezGraphPieChart
* - Fixed issue #10881: Wrong labeling with ezcGraphDateAxisKore Nordmann2007-05-312-2/+2
| | | | | | # Axis labels fixed in two test results, error not noticed before
* - Fixed issue #10861 Circle sector size reducement failes for very big angles.Kore Nordmann2007-05-293-0/+70
|
* - Fixed issue #10830: Automatically shorten labels if not enough space isKore Nordmann2007-05-2911-29/+228
| | | | | | available
* - Fixed issue #10846: Division by zero in polygon size reducement algorithm Kore Nordmann2007-05-252-0/+25
| | | | | | for edges with an angle equals 0 degree.
* - Fixed issue #10848: Missing pie segment labels in pie charts with 3d Kore Nordmann2007-05-252-0/+19
| | | | | | renderer
* - Fixed issue #10842: Pie charts fatal error with datasets with value sum <= 0Kore Nordmann2007-05-241-0/+48
|
* - Fixed issue #10750: SVG drivers output broken with wrong LC_NUMERICKore Nordmann2007-05-10155-167/+185
| | | | | | | # Nearly all SVG have changes now, because there are some more trailing # zeros in the source. No visual differences.
* - Fixed issue #10746: Border size reducement algorithm fails for polygones Kore Nordmann2007-05-1020-18/+86
| | | | | | | | with edge lengths < reducement # Modifications in comparision files because some invisible small shapes # were not rendered any more
* - Fixed element option tests to test the right propertyKore Nordmann2007-05-101-3/+32
| | | | | | # Blame copy & paste
* - Added more radar chart testsKore Nordmann2007-05-103-0/+285
|
* - Added test for rendering pie chart to outputKore Nordmann2007-05-102-0/+20
|
* - Fixed issue #10759: Unset implementation broken in array access in datasets Kore Nordmann2007-05-101-0/+160
| | | | | | and dataset properties
* - Added test for coordinate to string methodKore Nordmann2007-05-101-0/+62
| | | | | | - Test __setState for AxisStep struct
* - Added test for invalid multipication in reimplementaion of transformation Kore Nordmann2007-05-101-0/+20
| | | | | | matrix multiplication
* - Added one more test for invalid matrix multiplicationKore Nordmann2007-05-101-0/+24
|
* - Added test for vector angle calculation with null vectorKore Nordmann2007-05-101-0/+12
|
* - Added test for no data with line chartKore Nordmann2007-05-101-0/+19
|
* - Added tests for axis in multiple directionsKore Nordmann2007-05-109-0/+225
| | | | | | | # Includes tests for issues #10745, #10744, #10747 - Added tests for different rotation axis
* - Rename ezcImageTestCase to ezcTestImageCase, as it fits in the UnitTestDerick Rethans2007-05-034-4/+4
| | | | | | | | package, and not in the Image component. #- I know the change in the autoload file is not part of this, this will # follow.
OpenPOWER on IntegriCloud