testinggtk r424 - trunk/tests



Author: bjornl
Date: Tue Sep  9 12:16:45 2008
New Revision: 424
URL: http://svn.gnome.org/viewvc/testinggtk?rev=424&view=rev

Log:
Also removing the decorators to fully disable the tests

Modified:
   trunk/tests/test_widget.py

Modified: trunk/tests/test_widget.py
==============================================================================
--- trunk/tests/test_widget.py	(original)
+++ trunk/tests/test_widget.py	Tue Sep  9 12:16:45 2008
@@ -194,7 +194,7 @@
     widget = gtk.Button()
     widget.map()
 
- utils pass_on_warnings
+# utils pass_on_warnings
 def test_map_visible_widget():
     '''
     Ensure that mapping a visible unrealized widget fails with a
@@ -208,7 +208,7 @@
     # widget.set_flags(gtk.VISIBLE)
     # widget.map()
 
- utils pass_on_warnings
+# utils pass_on_warnings
 def test_realize_no_window_widget():
     '''
     In this test a ``gtk.NO_WINDOW`` ``gtk.Widget`` that does not



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]