summaryrefslogtreecommitdiff
path: root/src/leap/gui/tests/test_firstrun_wizard.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-12-07 02:16:25 +0900
committerkali <kali@leap.se>2012-12-12 04:27:51 +0900
commitf40bfa7b674418f9903e826d20ad943efcc47807 (patch)
tree265d13a4381cbb47d5a937437c6ffc14534da64f /src/leap/gui/tests/test_firstrun_wizard.py
parentcb4c40c21cf19e8b61a7747067e4b9729209d4b0 (diff)
register tests
Diffstat (limited to 'src/leap/gui/tests/test_firstrun_wizard.py')
-rw-r--r--src/leap/gui/tests/test_firstrun_wizard.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/leap/gui/tests/test_firstrun_wizard.py b/src/leap/gui/tests/test_firstrun_wizard.py
index c63781fc..091cd932 100644
--- a/src/leap/gui/tests/test_firstrun_wizard.py
+++ b/src/leap/gui/tests/test_firstrun_wizard.py
@@ -31,7 +31,6 @@ PAGES_DICT = dict((
('signup', firstrun.register.RegisterUserPage),
('signupvalidation',
firstrun.regvalidation.RegisterUserValidationPage),
- ('connecting', firstrun.connect.ConnectingPage),
('lastpage', firstrun.last.LastPage)
))
@@ -115,7 +114,7 @@ class FirstRunWizardTestCase(qunittest.TestCase):
pagenames = ('intro', 'providerselection', 'login', 'providerinfo',
'providersetupvalidation', 'signup', 'signupvalidation',
- 'connecting', 'lastpage')
+ 'lastpage')
eq = self.assertEqual
w = self.wizard
for index, name in enumerate(pagenames):