testinggtk r246 - trunk/tests/gdk



Author: bjornl
Date: Wed Jun 25 21:03:49 2008
New Revision: 246
URL: http://svn.gnome.org/viewvc/testinggtk?rev=246&view=rev

Log:
Add bug ref

Modified:
   trunk/tests/gdk/test_pixbuf.py

Modified: trunk/tests/gdk/test_pixbuf.py
==============================================================================
--- trunk/tests/gdk/test_pixbuf.py	(original)
+++ trunk/tests/gdk/test_pixbuf.py	Wed Jun 25 21:03:49 2008
@@ -19,6 +19,8 @@
     '''
     Ensure that ``None`` can be specified explicitly as the
     ``options`` argument to ``save_to_callback``.
+
+    :bug: #472462
     '''
     pixbuf = gdk.Pixbuf(gdk.COLORSPACE_RGB, False, 8, 100, 100)
     pixbuf.save_to_callback(lambda x: x, 'jpeg', options = None)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]