Comment 0 for bug 1406988

Revision history for this message
Arto Jalkanen (ajalkane) wrote :

Autopilot tests are needed for merge proposal (after it has been approved at least):

https://code.launchpad.net/~ajalkane/ubuntu-filemanager-app/sdcard-support/+merge/245483

Basically the test cases should be something like:

 - existing directory under /mount/$USER (for example /mount/$USER/SDCard) will be displayed in Places
 - adding directory under /mount/$USER (for example /mount/$USER/SDCard) will be displayed in Places
 - removing directory under /mount/$USER (for example /mount/$USER/SDCard) will get it removed from Places

Optional (as I'm not sure how easily these can be done):
 - If no full access (ie. PIN/password required to view all files), then files inside the SDCard directory can not be seen before unlocking full access.
 - If no full access required, then files inside the SDCard directory can be seen.