Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/tests/gtkutilstests.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/tutorius/tests/gtkutilstests.py')
-rw-r--r--src/sugar/tutorius/tests/gtkutilstests.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/sugar/tutorius/tests/gtkutilstests.py b/src/sugar/tutorius/tests/gtkutilstests.py
index 5dfd363..41634ae 100644
--- a/src/sugar/tutorius/tests/gtkutilstests.py
+++ b/src/sugar/tutorius/tests/gtkutilstests.py
@@ -184,6 +184,17 @@ class GtkUtilsTests(unittest.TestCase):
f = find_widget(self.top, "0.99.1.2")
assert f is self.top, "Should have returned top widget"
+ def test_register_args_numbered(self):
+ #Need to check the signal catcher and stuff... grreat
+ while gtk.events_pending():
+ gtk.main_iteration(block=False)
+
+
+ def test_register_args_normal(self):
+ #Need to check the signal catcher and stuff... grreat
+ while gtk.events_pending():
+ gtk.main_iteration(block=False)
+
def test_notwidget(self):
"""Test the get_children function"""
o = object()