[cairo-commit] cairo-perl ChangeLog,1.39,1.40
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sun Sep 24 14:13:17 PDT 2006
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv5200
Modified Files:
ChangeLog
Log Message:
* t/CairoSurface.t: Skip the create_for_stream test for ps and pdf
surfaces if cairo < 1.2.0. Earlier versions didn't handle errors
correctly and thus caused too many tests. Also partly revert the
previous change and instead do a conditional type check on
surfaces create with create_similar.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- ChangeLog 24 Sep 2006 12:20:43 -0000 1.39
+++ ChangeLog 24 Sep 2006 21:13:15 -0000 1.40
@@ -1,5 +1,13 @@
2006-09-24 tsch
+ * t/CairoSurface.t: Skip the create_for_stream test for ps and pdf
+ surfaces if cairo < 1.2.0. Earlier versions didn't handle errors
+ correctly and thus caused too many tests. Also partly revert the
+ previous change and instead do a conditional type check on
+ surfaces create with create_similar.
+
+2006-09-24 tsch
+
* t/CairoSurface.t: Don't check the specific type of similar
surfaces created from PS and PDF surfaces; it's not reliable.
More information about the cairo-commit
mailing list