summaryrefslogtreecommitdiff
path: root/test/bbackupd/testbbackupd.cpp
Commit message (Expand)AuthorAge
* TailorizationChris Wilson2008-04-04
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
* Fix missing space before bbstored_args in test to make them work Chris Wilson2008-03-13
* Fix multiple connections to server (not supported on Windows) in test Chris Wilson2008-03-01
* Disable another symlink test on Win32.Chris Wilson2008-03-01
* Delete bbstored PID file after killing the daemon on Windows, as the Chris Wilson2008-03-01
* Report line of test where failed to kill internal daemon during SSLChris Wilson2007-12-15
* Move comment, add whitespace.Chris Wilson2007-12-13
* Fix keepalive test failure: Chris Wilson2007-12-06
* Re-initialise the timers when aborting test run during SSL KeepAliveChris Wilson2007-12-02
* Compile fix for [1931]Chris Wilson2007-11-09
* Handle bbackupd_args without leading space.Chris Wilson2007-11-07
* Fix calling bbackupd with NO args in keepalive tests (fixes [1928])Chris Wilson2007-11-07
* Pass bbackupd_args to the internal daemon (spaces are NOT supported).Chris Wilson2007-11-06
* This is C++ not ruby (oops)Chris Wilson2007-11-06
* Add some debugging for a keepalive timer test failure reported byChris Wilson2007-11-06
* Use lstat() instead of stat() to check whether a file exists. Thanks toChris Wilson2007-11-05
* Include the time taken by bbackupquery compare in the time betweenChris Wilson2007-11-04
* Compile fix for [1908].Chris Wilson2007-11-04
* Move sync helper functions from test/bbackupd to Test.h to share withChris Wilson2007-11-04
* Test that redundant locations are really deleted after the time expires.Chris Wilson2007-10-08
* Remove compare again. (refs #3, merges [1651])Chris Wilson2007-07-26
* Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
* Fix unit tests now that bbackupd honours the hard limit and not theChris 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
* 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
* 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
* Test that SyncAllowScript is executed and can pause backup for theChris 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
* 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