summaryrefslogtreecommitdiffstats
path: root/tests/backup/test_restore.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revive backup testsOmari Stephens2009-12-021-1/+1
|
* Wrap up the stress test into a single scriptOmari Stephens2009-08-121-1/+3
| | | | make test_restore.sh return a value signifying success or failure
* The triumphant return of the shell scripts, with bugreports, less code dup, andOmari Stephens2009-08-111-30/+50
| | | | enhanced readability.
* Wipe data on backend before a backup runOmari Stephens2009-08-061-1/+4
| | | | | | | 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-10/+43
| | | | | | | - 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-6/+13
| | | | | (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/+45
the backup is done.