Changes: test fixed test_launched_app_wm_class_m

RevBy: TrustMe
pull/1/head
Dmitry Rozenshtein 14 years ago
parent fd34b37443
commit d125dff088

2
debian/changelog vendored

@ -1,6 +1,6 @@
applauncherd (2.0.6) unstable; urgency=low
*
* Changes: test fixed test_launched_app_wm_class_m
-- Thyagarajan Balakrishnan <ext-thyagarajan.1.balakrishnan@nokia.com> Fri, 14 Oct 2011 14:40:32 +0300

@ -902,16 +902,16 @@ class launcher_tests (unittest.TestCase):
Test that launched application have correct WM_CLASS Xproperty booster m
"""
#For booster-m MApplicationWindow from MComponentCache
self._test_launched_app_wm_class_helper("m","fala_wl","-faulty","fala_wl",1)
self._test_launched_app_wm_class_helper("m","fala_wl","-faulty","fala_wl",2)
#For booster-m MApplicationWindow NOT from cache. 2 windows (1 for application + 1 is created by cache but not used)
self._test_launched_app_wm_class_helper("m","fala_ft_hello","-window-not-from-cache","fala_ft_hello",2)
#For booster-m MApplicationWindow NOT from cache. 3 windows (1 for application + 1 is created by cache but not used)
self._test_launched_app_wm_class_helper("m","fala_ft_hello","-window-not-from-cache","fala_ft_hello",3)
#For booster-m multiple MApplicationWindow (2 windows + 1)
self._test_launched_app_wm_class_helper("m","fala_multi-window","","fala_multi-window",3)
#For booster-m multiple MApplicationWindow (3 windows + 1)
self._test_launched_app_wm_class_helper("m","fala_multi-window","","fala_multi-window",4)
#For booster-m multiple MApplicationWindow NOT from cache (2 windows + 1 + 1 created by cache but not used)
self._test_launched_app_wm_class_helper("m","fala_multi-window","-window-not-from-cache","fala_multi-window",4)
#For booster-m multiple MApplicationWindow NOT from cache (3 windows + 1 + 1 created by cache but not used)
self._test_launched_app_wm_class_helper("m","fala_multi-window","-window-not-from-cache","fala_multi-window",5)
def test_launched_app_wm_class_d(self):
"""

Loading…
Cancel
Save