file-roller, file extraction improvements
Bug #1206386 reported by
Dan Chapman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Autopilot Tests |
Fix Committed
|
Undecided
|
Adam Smith |
Bug Description
Currently the file-roller test just waits for the extraction complete dialog, but doesn't test the file actually extracted. SO needs improving using something like the matcher DirExists and check the files are there with DirContains.
Related branches
lp://staging/~adam-disc0tech/ubuntu-autopilot-tests/fileroller
Ready for review
for merging
into
lp://staging/ubuntu-autopilot-tests
- Nicholas Skaggs (community): Approve
- Chris Gagnon: Pending requested
- Dan Chapman : Pending requested
-
Diff: 149 lines (+53/-17)2 files modifiedubuntu_autopilot_tests/fileroller/__init__.py (+0/-1)
ubuntu_autopilot_tests/fileroller/test_fileroller.py (+53/-16)
summary: |
- file-roller + file-roller, file extraction improvements |
tags: | added: needs-autopilot-test |
Changed in ubuntu-autopilot-tests: | |
assignee: | nobody → Adam Smith (adam-disc0tech) |
Changed in ubuntu-autopilot-tests: | |
status: | New → In Progress |
Changed in ubuntu-autopilot-tests: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
This is actually more complicated that implied. The test is not zipping up the files that the author intended, infact it is zipping up the autopilot test. This needs to be fixed before the extracted contents can be asserted upon.