Files
mediafire-fuse/TESTING

36 lines
1.1 KiB
Plaintext
Raw Normal View History

This software has been tested in a limited capacity. Below is a list of
various platforms and scenarios that have been tested.
Platforms
---------
2015-01-20 19:59:56 +01:00
* Xubuntu 14.04.1 LTS (amd64)
* FreeBSD 10.0 (amd64)
* Debian 8 Jessie (amd64, i386)
2015-01-20 19:59:56 +01:00
Automated Test Cases
--------------------
2015-01-20 19:59:56 +01:00
The following tests are run when executing `make test`:
* create a new directory (mkdir)
* pipe content into a file (echo foo > file)
* obtaining a directory tree (tree)
* show difference between files (diff)
* recursively delete a directory and its contents (rm -rf dir)
Test Cases
----------
* Move folder from local disk to MediaFire sub-folder
* Copy folder form local disk to MediaFire sub-folder
* Transcode file from mpeg2 to mpeg4 within the FUSE fs (ffmpeg 2.5.3)
* Play a mpeg4 video file from the FUSE fs using VLC (vlc 2.2.0-rc1)
* Unpack a zip file within the FUSE fs (using Archive Manager 3.10.2.1)
* Browse the fs with PCManFM (PCManFM 1.2.0)
* Browse the fs with Thunar (Thunar 1.6.3)
* Mount to two different MediaFire Acounts simultaneously
* Copy a file to FUSE fs causing "instant upload" to be invoked
2015-01-19 12:05:19 -06:00
* View a PDF file in the FUSE fs with Evince (evince 3.10.3)