spv-dev team mailing list archive
-
spv-dev team
-
Mailing list archive
-
Message #00054
Re: lp:~claude-bolduc/slidepresenterview/choose-projector-screens into lp:slidepresenterview
Review: Needs Fixing
On GNU/Linux 3 tests are failing:
======================================================================
ERROR: Choose the projector screens to show the presentation: Selecting screens as projector
----------------------------------------------------------------------
Traceback (most recent call last):
File "[...]/slidepresenterview/tests/functional/steps/preferred_projectors_steps.py", line 124, in select_specific_screens_as_projectors
scc.pref_projectors.selected_screens_button.setChecked(True)
AttributeError: 'NoneType' object has no attribute 'selected_screens_button'
>> in "I select screens 1 as projectors" # tests/functional/choose_projector_screens.feature:46
======================================================================
ERROR: Choose the projector screens to show the presentation: Selecting screens as projector
----------------------------------------------------------------------
Traceback (most recent call last):
File "[...]/slidepresenterview/tests/functional/steps/preferred_projectors_steps.py", line 124, in select_specific_screens_as_projectors
scc.pref_projectors.selected_screens_button.setChecked(True)
AttributeError: 'NoneType' object has no attribute 'selected_screens_button'
>> in "I select screens 2 as projectors" # tests/functional/choose_projector_screens.feature:46
======================================================================
ERROR: Choose the projector screens to show the presentation: Selecting screens as projector
----------------------------------------------------------------------
Traceback (most recent call last):
File "[...]/spv-sandbox/slidepresenterview/tests/functional/steps/preferred_projectors_steps.py", line 124, in select_specific_screens_as_projectors
scc.pref_projectors.selected_screens_button.setChecked(True)
AttributeError: 'NoneType' object has no attribute 'selected_screens_button'
>> in "I select screens 1, 2 as projectors" # tests/functional/choose_projector_screens.feature:46
----------------------------------------------------------------------
--
https://code.launchpad.net/~claude-bolduc/slidepresenterview/choose-projector-screens/+merge/45326
Your team SlidePresenterView Development Team is subscribed to branch lp:slidepresenterview.
Follow ups
References