confirm_removal() emulator function fails with statenotfound error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UI Toolkit |
Fix Released
|
Undecided
|
Leo Arias | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Rev 810 (https:/
Traceback (most recent call last):
File "/home/
first_
File "/usr/lib/
self.
File "/usr/lib/
_, new_state = self.parent.
File "/usr/lib/
raise StateNotFoundEr
StateNotFoundError: State not found for class 'Standard' and filters {'id': dbus.Int64(76L, variant_level=1)}.
Ran 1 test in 19.179s
FAILED (failures=1)
For reference:
Please take a look at MP https:/
Related branches
- Zoltan Balogh: Approve
- PS Jenkins bot: Approve (continuous-integration)
- Nekhelesh Ramananthan (community): Approve
- Olivier Tilloy (community): Approve
-
Diff: 207 lines (+112/-33)2 files modifiedtests/autopilot/ubuntuuitoolkit/emulators.py (+36/-17)
tests/autopilot/ubuntuuitoolkit/tests/test_emulators.py (+76/-16)
summary: |
- Swipe to delete emulator function fails with statenotfound error + confirm_removal() emulator function fails with statenotfound error |
description: | updated |
Changed in ubuntu-ui-toolkit: | |
assignee: | nobody → Leo Arias (elopio) |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit: | |
status: | Confirmed → In Progress |
Changed in ubuntu-ui-toolkit: | |
status: | Fix Committed → Fix Released |
I’m encountering the same problem in the notes-app where I’m trying to use this emulator. See http:// bazaar. launchpad. net/~osomon/ notes-app/ swipe-to- delete- emulator/ revision/ 222 for the code.