Autopilot tests modify databases during test setup
Bug #1381207 reported by
Leo Arias
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gallery-app (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Some autopilot tests perform their set up editing the database of the apps.
We have found that it causes a lot of problems, because the database format can change. And anyway, that's not the kind of set up we should be doing for black box testing.
We should try to set up the tests by just placing files at folders where the user has permission, or by performing other actions that a real user would perform.
Related branches
lp://staging/~canonical-platform-qa/gallery-app/fix1381207-do_not_touch_database
Ready for review
for merging
into
lp://staging/~canonical-platform-qa/gallery-app/clean_autopilot_setup
- Canonical Platform QA Team: Pending requested
-
Diff: 77 lines (+2/-28)1 file modifiedtests/autopilot/gallery_app/tests/__init__.py (+2/-28)
affects: | gallery-app → gallery-app (Ubuntu) |
To post a comment you must log in.