summaryrefslogtreecommitdiff
path: root/tests/test_treeview.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-07 18:55:01 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-07 18:55:01 +0000
commit01cfc73a95211bf057f0b1fecf8c0c5dafef9205 (patch)
tree7a09a0c86138c41283ce6c7e0b44fa74e25c8ba7 /tests/test_treeview.py
parentf7721b92379c082c09e5879da1fdfbf072b936a5 (diff)
downloadpygtk-01cfc73a95211bf057f0b1fecf8c0c5dafef9205.tar.gz
Enable cursor/gtk.TreePath test
Diffstat (limited to 'tests/test_treeview.py')
-rw-r--r--tests/test_treeview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_treeview.py b/tests/test_treeview.py
index 4a910c16..05fd415a 100644
--- a/tests/test_treeview.py
+++ b/tests/test_treeview.py
@@ -4,7 +4,7 @@ from common import gtk
class TreeViewTest(unittest.TestCase):
# Check for #350252
- def _test_default_attributes(self):
+ def test_default_attributes(self):
model = gtk.ListStore(str)
treeview = gtk.TreeView(model)
treeview.set_cursor(1)