summaryrefslogtreecommitdiffstats
path: root/tests/backup/test_backup.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revive backup testsOmari Stephens2009-12-021-3/+5
|
* The triumphant return of the shell scripts, with bugreports, less code dup, andOmari Stephens2009-08-111-20/+13
| | | | enhanced readability.
* Wipe data on backend before a backup runOmari Stephens2009-08-061-3/+19
| | | | | | | Append the date to 3.txt so that we can see if/when backup failures occurred solely from the device/server state Note that these files will probably be deleted from the tree immediately, to be replaced by the ruby versions.
* Make test_backup and test_restore usable againOmari Stephens2009-08-031-14/+41
| | | | | | | - Add copyright headers - Allow the user to pass options (like '-s FOO') to adb - Restart device adb as root if needed - Make test_restore to infer a restore set
* Add a test for SharedPreferencesBackupHelperJoe Onorato2009-06-261-0/+5
| | | | | (which nobody had ever tested. I like it when stuff just works the first time).
* Test that we correctly back up an empty file.Joe Onorato2009-06-261-0/+1
| | | | | (It turns out that we do. It didn't used to work, I'm not sure what changed)
* Add some helpful tests scripts for backup and make bmgr restore wait until ↵Joe Onorato2009-06-251-0/+21
the backup is done.