[cairo-commit] cairo-perl/t CairoSurface.t,1.9,1.10
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sun Jul 2 06:10:46 PDT 2006
- Previous message: [cairo-commit] cairo-perl Cairo.pm, 1.13, 1.14 Cairo.xs, 1.11,
1.12 ChangeLog, 1.24, 1.25 Makefile.PL, 1.15, 1.16
- Next message: [cairo-commit] cairo-perl CairoFont.xs,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: tsch
Update of /cvs/cairo/cairo-perl/t
In directory kemper:/tmp/cvs-serv7255/t
Modified Files:
CairoSurface.t
Log Message:
* Makefile.PL: Require cairo 1.2.0. Add CAIRO_FORMAT_RGB16_565.
* Cairo.pm, CairoFont.xs: Cosmetical changes.
* Cairo.xs: Add Cairo::VERSION and Cairo::VERSION_ENCODE.
* t/CairoSurface.t: Shuffle a few tests around to avoid some
strange singularities.
Index: CairoSurface.t
===================================================================
RCS file: /cvs/cairo/cairo-perl/t/CairoSurface.t,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- CairoSurface.t 15 Jun 2006 21:00:11 -0000 1.9
+++ CairoSurface.t 2 Jul 2006 13:10:44 -0000 1.10
@@ -145,15 +145,8 @@
$surf->set_size (23, 42);
- $surf->dsc_comment("Bla?");
- $surf->dsc_begin_setup;
- $surf->dsc_begin_page_setup;
-
$surf = $surf->create_similar ('alpha', IMG_WIDTH, IMG_HEIGHT);
- TODO: {
- local $TODO = "create_similar trouble";
- isa_ok ($surf, 'Cairo::ImageSurface');
- }
+ isa_ok ($surf, 'Cairo::ImageSurface');
isa_ok ($surf, 'Cairo::Surface');
unlink 'tmp.ps';
@@ -166,4 +159,8 @@
}, 'blub', IMG_WIDTH, IMG_HEIGHT);
isa_ok ($surf, 'Cairo::PsSurface');
isa_ok ($surf, 'Cairo::Surface');
+
+ $surf->dsc_comment("Bla?");
+ $surf->dsc_begin_setup;
+ $surf->dsc_begin_page_setup;
}
- Previous message: [cairo-commit] cairo-perl Cairo.pm, 1.13, 1.14 Cairo.xs, 1.11,
1.12 ChangeLog, 1.24, 1.25 Makefile.PL, 1.15, 1.16
- Next message: [cairo-commit] cairo-perl CairoFont.xs,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list