diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-12-15 14:09:24 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-12-15 14:09:24 +0000 |
commit | a66577e2a622b63a0037901635850ac6abb639a4 (patch) | |
tree | 7bcb9190ceee87b774ef39a8555419aa5b040c45 | |
parent | 0a124f790b08bece002d2346722d0afa91c7534e (diff) | |
download | zetacomponents-graph-a66577e2a622b63a0037901635850ac6abb639a4.zip zetacomponents-graph-a66577e2a622b63a0037901635850ac6abb639a4.tar.gz |
- Forgot to covert one compare to compareSwf
-rw-r--r-- | tests/font_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/font_test.php b/tests/font_test.php index d0389de..6048dba 100644 --- a/tests/font_test.php +++ b/tests/font_test.php @@ -922,7 +922,7 @@ class ezcGraphFontTest extends ezcImageTestCase $driver->render( $filename ); - $this->compare( + $this->swfCompare( $filename, $this->basePath . 'compare/' . __CLASS__ . '_' . __FUNCTION__ . '.swf' ); |