comment out assertion as long no other solution for recursive close all open windows...
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 19 Apr 2006 18:30:19 +0000 (18:30 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 19 Apr 2006 18:30:19 +0000 (18:30 +0000)
(used in ChannelSelection when service is added to specific bouquet via Context Menu, and used in MultiEPG when press exit after zap to specific service)

mytest.py

index 76f0d33385e701da091db49487b2a2bd79f15e17..e953d8f309e33d7aab114df4de9f4b652a4b6c49 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -278,7 +278,7 @@ class Session:
                # after close of the top dialog, the underlying will
                # gain focus again (for a short time), thus triggering
                # the onExec, which opens the dialog again, closing the loop.
-               assert screen == self.current_dialog
+               assert screen == self.current_dialog
                
                self.current_dialog.returnValue = retval
                self.delay_timer.start(0, 1)