summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Check number of blocks used before the test that was failing.Chris Wilson2014-02-27
* Use an in-process BackupDaemon for some intercept tests.Chris Wilson2014-02-27
* Add extra checks for block counting during backup operations.Chris Wilson2014-02-27
* Test that deleting a directory doesn't leave errors in the store.Chris Wilson2014-02-27
* Use the new test utilities to remove some duplicate code.Chris Wilson2014-02-27
* Move test utilities into a separate file, to share with testbbackupd.Chris Wilson2014-02-27
* Rename tests. Split up and refactor.Chris Wilson2014-02-27
* Revert part of patch that caused compile errors.Chris Wilson2014-02-13
* Change some TEST_THAT assertions to TEST_EQUAL.Chris Wilson2014-02-13
* White space and comment fixes.Chris Wilson2014-02-13
* Compile fix. Remove redefinition of ExpectedRefCounts.Chris Wilson2014-02-13
* Compile fix.Chris Wilson2014-02-13
* Add a convenience constructor to read a BackupStoreDirectory from a stream.Chris Wilson2014-02-13
* Compile fix.Chris Wilson2014-02-13
* Add some utility methods.Chris Wilson2014-02-13
* Overwrite existing files left by previous tests.Chris Wilson2014-02-13
* The new backupstore check detects 4 errors instead of 3, adjust test to match.Chris Wilson2014-02-11
* Re-enable the disabled test_dir_fixingChris Wilson2014-02-11
* Remove unnecessary importChris Wilson2014-02-11
* Fix compile error in MemBlockStream.Chris Wilson2014-02-11
* Compile fixes.Chris Wilson2014-02-11
* Fix testbackupstore, apart from wrong accounting for old files.Chris Wilson2014-02-10
* Rename BackupStoreInfo variable NumFiles to NumCurrentFiles.Chris Wilson2014-02-09
* Fix some backupstore test failures caused by refcount db changes.Chris Wilson2014-02-08
* Allow test/bbackupd to test bbackupquery completions.Chris Wilson2014-02-07
* Fix bbackupquery accepting a command starting with options.Chris Wilson2014-02-07
* Add a BackupProtocolLocal2 convenience class.Chris Wilson2014-02-07
* Add a test that Used block counts match expected values.Chris Wilson2013-10-22
* Fix test fallout from SendStream ptr to auto_ptr change.Chris Wilson2013-09-30
* Repair damaged Box RAID objects and non-transformed .rfw files.Chris Wilson2013-09-20
* Repeatedly "fix" directories until all errors are cleared.Chris Wilson2013-09-19
* Re-enable test_dir_fixing.Chris Wilson2013-08-22
* Fix a bug where bbstoreaccounts check could hang or crash.Chris Wilson2013-08-22
* Refactor testbackupstorefix.Chris Wilson2013-08-22
* Fix compile error due to missing mode on open(O_CREAT).Chris Wilson2013-02-13
* Link testbbackupd with bbackupquery object files, so that we can useChris Wilson2012-11-27
* Fix testbackupstore: don't keep using a reference to a protocol objectChris Wilson2012-11-18
* Fix random failures of bbackupd test by locking the account before makingChris Wilson2012-11-18
* Use more efficient direct reset of Timers instead of assignment.Chris Wilson2012-11-17
* Link to HousekeepStoreAccount.o in the right directory since the big refactor.Chris Wilson2012-11-08
* Ensure that newly created accounts are enabled by default.Chris Wilson2012-11-08
* Fix additional space before [FILENAME NOT ENCRYPTED] causing test failures.Chris Wilson2012-11-08
* Test that BackupStoreInfo::CreateForRegeneration saves AccountEnabledChris Wilson2012-11-08
* Timer arguments are in milliseconds, not seconds.Chris Wilson2012-11-06
* Test that the BackupStoreInfo AccountEnabled flag works properly, and isChris Wilson2012-10-22
* Add support for SyncAllowScript to set maximum upload bandwidth dynamically.Chris Wilson2012-03-10
* Force all options to be present to BackupClientRestore(), to fix Chris Wilson2012-02-02
* Disable automatic backups in the temploc configuration, and enable theChris Wilson2012-02-01
* Test that invalid directory entries (pointers to nonexistent objects) are rem...Chris Wilson2011-11-01
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27