summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix unit tests now that bbackupd honours the hard limit and not theChris Wilson2007-07-26
* Create logger object in the right place to avoid accidental triggering.Chris Wilson2007-07-26
* Make test/bbackupd intercept timer tests a little less strict, becauseChris Wilson2007-06-30
* Gratuitous additional spaces (refs #3)Chris Wilson2007-05-09
* Slightly more progress information during tests (refs #3)Chris Wilson2007-05-03
* Read-only restore test fix (refs #3)Chris Wilson2007-05-03
* Fix running common tests in release mode, by not doing things thatChris Wilson2007-05-02
* Gratuitous cosmetic reformatting, to make the test easier to read (refs #3)Chris Wilson2007-04-28
* Call perl executable to execute external scripts, since shebang doesn'tChris Wilson2007-04-28
* Remove misplaced hunk. (refs #3)Chris Wilson2007-04-28
* Close updated files during continuous-update test, so that they can beChris Wilson2007-04-28
* Use helper function rather than calling bbackupctl directly. (refs #3)Chris Wilson2007-04-28
* Use quiet mode in compares, to reduce test output verbosity (refs #3)Chris Wilson2007-04-28
* Format messages within test to make them more obvious, and improveChris Wilson2007-04-28
* Test that bbackupd and bbstored are still running at various points duringChris Wilson2007-04-28
* Revert to Unix paths (refs #3)Chris Wilson2007-04-28
* Listen on an inet socket as well, to keep tests happy on WindowsChris Wilson2007-04-28
* Test that PartialReadStream and ReadGatherStream can handle streamsChris Wilson2007-04-28
* Test that locked files behave as expected on Win32 (refs #3, mergesChris Wilson2007-04-22
* Test that file attributes are backed up and compared correctly on Win32Chris Wilson2007-04-22
* Compare restored files as part of restore test (refs #3, merges part Chris Wilson2007-04-22
* Check that Exclude and AlwaysInclude configurations actually work asChris Wilson2007-04-22
* Use wait_for_sync_end() to synchronise the test more accurately withChris Wilson2007-04-22
* Use Cygwin chmod command-line tool to make the read-only file writableChris Wilson2007-04-22
* Use wait_for_sync_end() rather than calling bbackupquery ourselves (refs #3)Chris Wilson2007-04-22
* Use LaunchServer to remove the need for some #ifdefs.Chris Wilson2007-04-22
* Test that SyncAllowScript is executed and can pause backup for theChris Wilson2007-04-22
* Add sync allow script to test config, to allow it to be tested.Chris Wilson2007-04-22
* Use TARGET_PERL instead of PERL in shebang lines (refs #3)Chris Wilson2007-04-22
* Fix excessively verbose warnings while waiting for daemon to start.Chris Wilson2007-04-22
* Replace sleep() with safe_sleep() everywhere (refs #3)Chris Wilson2007-04-22
* Use additional arguments from command line options when starting bbackupdChris Wilson2007-04-22
* Declare global std::string variables that hold extra arguments forChris Wilson2007-04-22
* Test that filenames containing non-ASCII (8-bit) characters can beChris Wilson2007-04-21
* Keep bbackupd pid in a global variable instead of a local one.Chris Wilson2007-04-21
* Test fix: create TestDir1 with a readable mode (refs #3)Chris Wilson2007-04-21
* Compile fix, comment out set_file_time helper function on non-Win32Chris Wilson2007-04-21
* Enhance test for bbackupd pausing on change of client store markerChris Wilson2007-04-21
* Work around lack of pipe support in Win32 system() command (refs #3)Chris Wilson2007-04-21
* Don't fill in struct dirent.d_ino unless we've detected that it's Chris Wilson2007-04-21
* Add utility functions for running different types of syncs, set WindowsChris Wilson2007-04-21
* Comment out some tests that don't work on Win32 (refs #3)Chris Wilson2007-04-21
* Use #defined constants rather than hard-coded paths for launchingChris Wilson2007-04-21
* Rearrange #includes in alphabetical order. (refs #3)Chris Wilson2007-04-20
* Check return value using the macro, because ::system works differentlyChris Wilson2007-04-06
* Use the old way to unzip files on win32/cygwin, since the pipe method Chris Wilson2007-04-06
* Disable interrupted restore test on Win32 (uses fork) Chris Wilson2007-04-06
* Disable symlink tests on win32. (refs #3, merges part of [623])Chris Wilson2007-04-02
* Test for restoring to a directory whose parent does not exist Chris Wilson2007-04-01
* Only include headers on systems which have themChris Wilson2007-03-25