summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-12-18 20:08:00 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-12-18 20:08:00 +0000
commita55d1470ea82f1edbef879e5b83dda530c3428b5 (patch)
tree2a90c6a8cc5e198c1771bcc507dad9935e002dab /tests
parent8f5e0af2d66d1b73d841486b7c4f587967ec4152 (diff)
downloadzetacomponents-graph-a55d1470ea82f1edbef879e5b83dda530c3428b5.zip
zetacomponents-graph-a55d1470ea82f1edbef879e5b83dda530c3428b5.tar.gz
- Completed cairo driver
Diffstat (limited to 'tests')
-rw-r--r--tests/data/compare/ezcGraphCairoDriverTest_testDrawTextBoxShortStringRotated340Degrees.pngbin0 -> 7281 bytes
-rw-r--r--tests/data/compare/ezcGraphCairoDriverTest_testDrawTextBoxShortStringRotated45Degrees.pngbin0 -> 4482 bytes
-rw-r--r--tests/suite.php2
3 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/compare/ezcGraphCairoDriverTest_testDrawTextBoxShortStringRotated340Degrees.png b/tests/data/compare/ezcGraphCairoDriverTest_testDrawTextBoxShortStringRotated340Degrees.png
new file mode 100644
index 0000000..8e460c4
--- /dev/null
+++ b/tests/data/compare/ezcGraphCairoDriverTest_testDrawTextBoxShortStringRotated340Degrees.png
Binary files differ
diff --git a/tests/data/compare/ezcGraphCairoDriverTest_testDrawTextBoxShortStringRotated45Degrees.png b/tests/data/compare/ezcGraphCairoDriverTest_testDrawTextBoxShortStringRotated45Degrees.png
new file mode 100644
index 0000000..cdaa79a
--- /dev/null
+++ b/tests/data/compare/ezcGraphCairoDriverTest_testDrawTextBoxShortStringRotated45Degrees.png
Binary files differ
diff --git a/tests/suite.php b/tests/suite.php
index e7efa91..40df038 100644
--- a/tests/suite.php
+++ b/tests/suite.php
@@ -25,6 +25,7 @@ require_once 'dataset_test.php';
require_once 'date_axis_test.php';
require_once 'driver_flash_test.php';
require_once 'driver_gd_test.php';
+require_once 'driver_cairo_test.php';
require_once 'driver_options_test.php';
require_once 'driver_svg_test.php';
require_once 'element_options_test.php';
@@ -79,6 +80,7 @@ class ezcGraphSuite extends PHPUnit_Framework_TestSuite
$this->addTest( ezcGraphFlashDriverTest::suite() );
$this->addTest( ezcGraphFontTest::suite() );
$this->addTest( ezcGraphGdDriverTest::suite() );
+ $this->addTest( ezcGraphCairoDriverTest::suite() );
$this->addTest( ezcGraphImageMapTest::suite() );
$this->addTest( ezcGraphLabeledAxisTest::suite() );
$this->addTest( ezcGraphLegendTest::suite() );
OpenPOWER on IntegriCloud