summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-04-03 17:59:51 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-04-03 17:59:51 +0000
commitab3e5a43903bfd2b5ac5f8b6187d35c33f0804ef (patch)
treebbff56ae35afcd32f55e4504ffa4419759fd8de7 /tests
parente8f00ba2a11f17483c4b904d75f6cbebc0f0b195 (diff)
downloadpygtk-ab3e5a43903bfd2b5ac5f8b6187d35c33f0804ef.tar.gz
disable gc sensitive test for now
Diffstat (limited to 'tests')
-rw-r--r--tests/test_gdk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gdk.py b/tests/test_gdk.py
index db22e5db..9d3d7fd7 100644
--- a/tests/test_gdk.py
+++ b/tests/test_gdk.py
@@ -18,7 +18,7 @@ class GdkTest(unittest.TestCase):
gtk.gdk.pixmap_create_from_data(None, '\x00', 1, 1, 1,
black, black)
- def testWindow(self):
+ def _testWindow(self):
common = {'finalized': False}
def on_finalize():
common['finalized'] = True