testinggtk r410 - trunk/tests
- From: bjornl svn gnome org
- To: svn-commits-list gnome org
- Subject: testinggtk r410 - trunk/tests
- Date: Mon, 8 Sep 2008 08:18:44 +0000 (UTC)
Author: bjornl
Date: Mon Sep 8 08:18:44 2008
New Revision: 410
URL: http://svn.gnome.org/viewvc/testinggtk?rev=410&view=rev
Log:
Tests for the gtk.Container class
Added:
trunk/tests/test_container.py
Added: trunk/tests/test_container.py
==============================================================================
--- (empty file)
+++ trunk/tests/test_container.py Mon Sep 8 08:18:44 2008
@@ -0,0 +1,11 @@
+'''
+Tests for the ``gtk.Container`` class.
+'''
+import gtk
+import utils
+
+ utils pass_on_warnings
+def test_remove_not_present_widget():
+ container = gtk.HBox()
+ widget = gtk.Button()
+ container.remove(widget)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]