From d125dff0883b66b73387c6356b060e00b444d11d Mon Sep 17 00:00:00 2001 From: Dmitry Rozenshtein Date: Wed, 19 Oct 2011 18:21:00 +0300 Subject: [PATCH] Changes: test fixed test_launched_app_wm_class_m RevBy: TrustMe --- debian/changelog | 2 +- tests/harmattan/testscripts/test-func-launcher.py | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index c57ba61..26e1f35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ applauncherd (2.0.6) unstable; urgency=low - * + * Changes: test fixed test_launched_app_wm_class_m -- Thyagarajan Balakrishnan Fri, 14 Oct 2011 14:40:32 +0300 diff --git a/tests/harmattan/testscripts/test-func-launcher.py b/tests/harmattan/testscripts/test-func-launcher.py index 768f1c3..d1b4f04 100644 --- a/tests/harmattan/testscripts/test-func-launcher.py +++ b/tests/harmattan/testscripts/test-func-launcher.py @@ -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): """