[perl-Cairo] Do not use the 'pad' extend mode in tests
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Cairo] Do not use the 'pad' extend mode in tests
- Date: Sun, 16 May 2010 20:17:58 +0000 (UTC)
commit 47189cd23d83b6a6cf676c7d4745e1669eb90659
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Sun May 16 17:48:52 2010 +0200
Do not use the 'pad' extend mode in tests
It was not available in cairo 1.0.x.
t/CairoPattern.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/t/CairoPattern.t b/t/CairoPattern.t
index 2f44b93..dcea157 100644
--- a/t/CairoPattern.t
+++ b/t/CairoPattern.t
@@ -28,8 +28,8 @@ sub common_pattern_ok {
isa_ok ($pat, $type);
isa_ok ($pat, 'Cairo::Pattern');
- $pat->set_extend ('pad');
- is ($pat->get_extend, 'pad', "$type set|get_extend");
+ $pat->set_extend ('repeat');
+ is ($pat->get_extend, 'repeat', "$type set|get_extend");
$pat->set_filter ('good');
is ($pat->get_filter, 'good', "$type set|get_filter");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]