summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Normalize generated PHP code from `swftophp` to make test order irrelevantKore Nordmann2006-12-151-0/+12
|
* - Moced compare methods to ezcGraphTestCaseKore Nordmann2006-12-1512-353/+105
|
* - Forgot to covert one compare to compareSwfKore Nordmann2006-12-151-1/+1
|
* - Use `swftophp` to compare generated flash filesKore Nordmann2006-12-152-53/+98
| | | | | | # Hope this works a bit more system independent
* - Always use maximum precision of 4 in SVG outputKore Nordmann2006-12-1559-59/+59
| | | | | | # No visual difference, but of course changes in nearly every SVG files
* - Fixed majorStep default value to be nullKore Nordmann2006-12-151-2/+2
|
* - Fixed: Bug #9827 (auto scaling on numeric axes inconsistent)Kore Nordmann2006-12-151-0/+64
|
* - Fixed: Bug #9823 (Failing tests with PHP 5.1)Kore Nordmann2006-12-151-0/+5
| | | | | | | | | # Test failed because of # a) (string) does not call __toString (now skipped) # b) different null parameter handling between 5.1 and 5.2 in imagepng # (workaround)
* - Mark test that uses ext/ming as skipped, if ext/ming is not loaded.Tobias Schlitt2006-12-141-0/+5
|
* - CS change (automatic script)Derick Rethans2006-12-1419-158/+158
|
* - Fixed: Bug #9795 (Interferring bars, when bars count is higher then major Kore Nordmann2006-12-132-0/+23
| | | | | | step count)
* - Fixed: Bug #9764 (3D Pie chart segment side polygon in front of circular arc)Kore Nordmann2006-12-0815-13/+14
| | | | | | | # Optical difference only the buggy image: # ezcGraphPieChartTest_testRender3dPieChartWithOneDataPoint.svg
* - Tested and improved handling of texts with different charsets in all driversKore Nordmann2006-12-077-1/+277
|
* - Removed initial font path valueKore Nordmann2006-11-302-5/+21
|
* - Fixed: Bug #9588 (Wrong polynoms build from data)Kore Nordmann2006-11-301-0/+38
|
* - Fixed: Bug #9549 (Pie chart slices not contiguous with Ming driver)Kore Nordmann2006-11-306-0/+0
|
* - Implemented #9647 (Add render to output method)Kore Nordmann2006-11-307-0/+115
|
* - Fixed: Bug #9545 (pie chart tresh hold does not work if agregated data ↵Kore Nordmann2006-11-303-0/+59
| | | | stays below tresh hold)
* - Fixed: Bug #9612 (Element links for SVG image in the legend require you to Kore Nordmann2006-11-3090-90/+90
| | | | | | click on exactly the text.)
* - Fixed bug #9568: (Devision by zero warning)Kore Nordmann2006-11-301-0/+26
|
* - Fixed: Bug #9655 (pieChartOffset and highlight do not work together in 2d Kore Nordmann2006-11-302-0/+28
| | | | | | renderer)
* - Fixed: Bug #9656 (Threshold option spelled wrong)Kore Nordmann2006-11-304-20/+20
|
* - Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component)Kore Nordmann2006-11-3046-21/+21
|
* - Fixed: Bug #9586 (No data rendered with string keys on date axis.)Kore Nordmann2006-11-242-0/+63
|
* - Fixed: #9583 (Data typecasting should only be done in axis)Kore Nordmann2006-11-241-2/+19
|
* - Fixed: Bug #9403 (Element references do not work with Gleam in SVG)Kore Nordmann2006-11-131-2/+71
|
* - Add missing text filesKore Nordmann2006-11-132-0/+4
|
* - Fixed pie charts in 3d driver with only one 100% data pointKore Nordmann2006-11-061-0/+31
|
* - Enhanced test result image a bitKore Nordmann2006-11-032-1/+2
|
* - Added logarithmical scaled numeric axisKore Nordmann2006-11-033-0/+431
| | | | | | - Added mojor grid color in ez palettes
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-0216-23/+1591
| | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions
* - Implemented #009304: Possibility to format labels via callbackKore Nordmann2006-11-021-0/+118
|
* - Added missing calues to ezcGraphCoordinate constructor in testsKore Nordmann2006-11-022-4/+4
|
* - Added missing tests for axisKore Nordmann2006-10-272-0/+84
|
* - Added more testsKore Nordmann2006-10-273-0/+59
|
* - Added tests for structsKore Nordmann2006-10-272-0/+201
|
* - Added more tests and fixed some minor setter and getter bugsKore Nordmann2006-10-278-3/+456
|
* - Added some more tests for read and write accesss on propertiesKore Nordmann2006-10-2616-11/+2515
|
* - Added tresh hold for pie chartsKore Nordmann2006-10-264-0/+55
| | | | | | - Added test for custom sum in pie charts
* - Accelerated and abstracted font size estimating in driversKore Nordmann2006-10-26115-81/+81
| | | | | | | | # Ming test files are changes because of different element IDs # Few font size changes in SVG and GD test files # SVG files are all changed because of fixed text baseline
* - Fixed sorting order of 2d bar chart elements.Kore Nordmann2006-10-232-5/+5
|
* - Fixed circular arcs in ming driverKore Nordmann2006-10-2041-1/+76
| | | | | | | - Fixed transparent fills in ming driver - Mark test skipped, when ext/ming is not available
* - Fixed characters added to flash filesKore Nordmann2006-10-2025-0/+0
|
* - Moved complete pie chart testcase to ming driver, because calling ming in Kore Nordmann2006-10-193-36/+36
| | | | | | | other testsuites changes the hashs of the resulting images. - Removed unused test image
* - Added gradient support to ming driverKore Nordmann2006-10-1944-3/+178
|
* - Got texts working in ming driverKore Nordmann2006-10-1921-0/+0
|
* - Added ming driver test comparision filesKore Nordmann2006-10-1317-0/+0
|
* - Added first, not complete working, version of ming driverKore Nordmann2006-10-133-0/+1171
| | | | | | | | | # Image drawing causes not proper handled error, causing an inifinite loop in PHP # Font drawing causes Segmentation fault # Ming driver tests commented out for now in test suite
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-0524-24/+24
| | | | the output of the TextUI test runner.
* - Added text shadow to font optionsKore Nordmann2006-10-047-0/+152
| | | | | | - Added text shadow support in SVG and GD driver
OpenPOWER on IntegriCloud