Several apps have failing tests with 20131003 ui-toolkit
Bug #1234544 reported by
Timo Jyrinki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UI Toolkit |
Fix Released
|
Critical
|
Nicholas Skaggs |
Bug Description
As discussed on IRC, upgrading to ubuntu-ui-toolkit version from today breaks all weather app tests, 3/7 terminal app tests, 2/2 rssreader app tests (https:/
ui-toolkit's own AP tests function alright.
Related branches
lp://staging/~nskaggs/ubuntu-calendar-app/fix-db-path
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Ubuntu Calendar Developers: Pending requested
-
Diff: 13 lines (+1/-2)1 file modifiedtests/autopilot/calendar_app/tests/__init__.py (+1/-2)
lp://staging/~nskaggs/ubuntu-terminal-app/fix-db-path
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Ubuntu Terminal Developers: Pending requested
-
Diff: 11 lines (+1/-1)1 file modifiedtests/autopilot/ubuntu_terminal_app/tests/__init__.py (+1/-1)
lp://staging/~nskaggs/ubuntu-rssreader-app/fix-db-path
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Ubuntu Shorts Developers: Pending requested
-
Diff: 105 lines (+33/-27)1 file modifiedtests/autopilot/ubuntu_rssreader_app/tests/__init__.py (+33/-27)
lp://staging/~nskaggs/ubuntu-clock-app/fix-db-path
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Nekhelesh Ramananthan: Approve
-
Diff: 106 lines (+30/-26)1 file modifiedtests/autopilot/ubuntu_clock_app/tests/__init__.py (+30/-26)
lp://staging/~nskaggs/ubuntu-calculator-app/fix-db-path
- Riccardo Padovani: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 99 lines (+27/-36)1 file modifiedtests/autopilot/ubuntu_calculator_app/tests/__init__.py (+27/-36)
lp://staging/~nskaggs/sudoku-app/convert-ap-tests-to-sdk
- Dinko Osmankovic: Approve
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
-
Diff: 1288 lines (+378/-641)7 files modifieddebian/control (+2/-1)
tests/autopilot/sudoku_app/emulators.py (+154/-0)
tests/autopilot/sudoku_app/emulators/__init__.py (+0/-6)
tests/autopilot/sudoku_app/emulators/main_window.py (+0/-158)
tests/autopilot/sudoku_app/emulators/ubuntusdk.py (+0/-163)
tests/autopilot/sudoku_app/tests/__init__.py (+60/-57)
tests/autopilot/sudoku_app/tests/test_sudoku.py (+162/-256)
lp://staging/~martin-borho/ubuntu-weather-app/LocationLookup
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration)
- Nicholas Skaggs (community): Approve
-
Diff: 631 lines (+212/-134)7 files modifiedcomponents/LocationManagerSheet.qml (+67/-15)
components/SplashComponent.qml (+3/-1)
components/SwipeDelete.qml (+0/-65)
components/WeatherApi.js (+49/-7)
tests/autopilot/ubuntu_weather_app/tests/__init__.py (+1/-1)
tests/autopilot/ubuntu_weather_app/tests/test_locationmanager.py (+54/-7)
tests/autopilot/ubuntu_weather_app/tests/test_settings.py (+38/-38)
lp://staging/~fginther/notes-app/update-autopilot-tests-db-location
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 13 lines (+1/-2)1 file modifiedtests/autopilot/notes_app/tests/__init__.py (+1/-2)
description: | updated |
Changed in ubuntu-ui-toolkit: | |
assignee: | nobody → Nicholas Skaggs (nskaggs) |
Changed in ubuntu-ui-toolkit: | |
status: | New → In Progress |
Changed in ubuntu-ui-toolkit: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-ui-toolkit: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
before these changes, the path was something like: share/$ applicationName /...
~/.local/share/Qt Project/...
after it is something like:
~/.local/
If tests are coded to look at the previous path they will need updating.