testinggtk r426 - trunk/tests/pango
- From: bjornl svn gnome org
- To: svn-commits-list gnome org
- Subject: testinggtk r426 - trunk/tests/pango
- Date: Tue, 9 Sep 2008 12:48:45 +0000 (UTC)
Author: bjornl
Date: Tue Sep 9 12:48:45 2008
New Revision: 426
URL: http://svn.gnome.org/viewvc/testinggtk?rev=426&view=rev
Log:
Ensure that pango.Context is instantiable
Modified:
trunk/tests/pango/test_context.py
Modified: trunk/tests/pango/test_context.py
==============================================================================
--- trunk/tests/pango/test_context.py (original)
+++ trunk/tests/pango/test_context.py Tue Sep 9 12:48:45 2008
@@ -5,6 +5,14 @@
import pango
from tests import utils
+def test_instantiate_context():
+ '''
+ The ``pango.Context`` class is instantiatable.
+
+ :bug: #550855
+ '''
+ ctx = pango.Context()
+
def test_widget_default_attributes():
'''
Tests the default attributes of a ``pango.Context`` created from a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]