summaryrefslogtreecommitdiff
path: root/lib/common/Test.cpp
Commit message (Collapse)AuthorAge
* Move accurate sleep code from Test.cpp to BoxTime, allow requesting timesChris Wilson2011-01-12
| | | | | | | in microseconds with ShortSleep(), make safe_sleep() use it. Rename MILLI_SEC_IN_NANO_SEC to MILLI_SEC_IN_SEC which is what it actually is.
* Make TestGetFileSize take a std::string instead of a char * for C++ Chris Wilson2010-03-18
| | | | | style.
* fix typo properlyChris Wilson2010-03-02
|
* UndoChris Wilson2010-03-02
|
* typoChris Wilson2010-03-02
|
* Workaround for problem with nanosleep() return values on OSX causing testChris Wilson2010-02-28
| | | | | to hang.
* Fixes for gcc 4.4.Martin Ebourne2009-04-23
|
* Show reasons for waiting during bbackupd and backupstorepatch tests,Chris Wilson2009-04-09
| | | | | | | | | | | to help with interpreting test output. When running at Trace level, where extra output from bbackupd etc. is common, log a single line at the start of waiting, instead of progress dots, to help with interpreting output. Show number of seconds waited for on Windows as well as Unixes.
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
| | | | | 64 bits.
* Win32 compile fix for WaitForServerStartup.Chris Wilson2008-08-08
|
* Separate LaunchServer and WaitForServerStartup.Chris Wilson2008-08-07
|
* On Windows XP, you can open a process even after it's terminated, toChris Wilson2008-07-27
| | | | | | retrieve the exit code, so the check for process liveness has to be modified to make the basicserver test pass.
* Include "Box.h" in the right place.Chris Wilson2008-05-28
|
* Separate checks for file existing and file not empty.Chris Wilson2008-05-28
|
* Move test helper functions out-of-line to aid debugging by allowingChris Wilson2008-04-09
breakpoints to be set on them.