testinggtk r343 - trunk/tests



Author: bjornl
Date: Thu Jul 17 23:57:49 2008
New Revision: 343
URL: http://svn.gnome.org/viewvc/testinggtk?rev=343&view=rev

Log:
Supress deprecation warning

Modified:
   trunk/tests/test_window.py

Modified: trunk/tests/test_window.py
==============================================================================
--- trunk/tests/test_window.py	(original)
+++ trunk/tests/test_window.py	Thu Jul 17 23:57:49 2008
@@ -133,6 +133,7 @@
     win.resize(200, 200)
     assert not win.window.get_update_area()
 
+ utils swallow_warnings
 def test_set_policy_does_not_invalidate():
     '''
     Ensure that setting the policy of a window does not invalidate it.



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