From 9cdc193c587631986e579c1ba37a8b982be01238 Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 24 Jan 2013 18:47:41 +0900 Subject: all tests green again plus: * added soledad test requirements * removed soledad from run_tests run (+1K tests failing) * added option to run All tests to run_tests script * pep8 cleanup --- src/leap/baseapp/eip.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/leap/baseapp/eip.py') diff --git a/src/leap/baseapp/eip.py b/src/leap/baseapp/eip.py index 2f215f00..adc9ba68 100644 --- a/src/leap/baseapp/eip.py +++ b/src/leap/baseapp/eip.py @@ -101,7 +101,7 @@ class EIPConductorAppMixin(object): return # XXX this is actually a one-shot. - # On the dialog there should be + # On the dialog there should be # a reset signal binded to the ok button # or something like that. self.ERR_DIALOG = True @@ -116,7 +116,6 @@ class EIPConductorAppMixin(object): # launching dialog. # (so Qt tests can assert stuff) - if error.critical: logger.critical(error.message) #critical error (non recoverable), -- cgit v1.2.3