summaryrefslogtreecommitdiff
path: root/lib/common/Test.h
Commit message (Expand)AuthorAge
* Allow stream formatting in "line" parameter of TEST_LINE macro.Chris Wilson2011-04-23
* Reformat TEST_CHECK_THROWS macro for readability.Chris Wilson2010-08-27
* Make TestGetFileSize take a std::string instead of a char * for C++ Chris Wilson2010-03-18
* Suppress exception warnings when they are expected during a test.Chris Wilson2009-07-05
* Allow std::ostringstream formatting on the "line" part of Chris Wilson2009-06-28
* Fix test failure due to operator precedence problem with recentlyChris Wilson2009-04-27
* Show expected and actual return codes from shell commands in tests.Chris Wilson2009-04-26
* Fixes for gcc 4.4.Martin Ebourne2009-04-23
* Log unexpected test results using logging framework rather than printf.Chris Wilson2009-04-13
* Show reasons for waiting during bbackupd and backupstorepatch tests,Chris Wilson2009-04-09
* gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the DebianChris Wilson2009-04-03
* Move TEST_EQUAL macro into lib/common/Test.h, rename to TEST_EQUAL_LINE, Chris Wilson2009-01-03
* Make test failures more obvious, and log them through logging framework.Chris Wilson2008-08-11
* Separate LaunchServer and WaitForServerStartup.Chris Wilson2008-08-07
* Allow passing C strings into TEST_FAIL_WITH_MESSAGE, not just string constants.Chris Wilson2008-08-06
* Move test helper functions out-of-line to aid debugging by allowingChris Wilson2008-04-09
* Pass test options to test daemons.Chris Wilson2007-12-16
* Log sleep time and resleeps in safe_sleep (only used in tests).Chris Wilson2007-12-15
* Slightly improve output from waiting methods.Chris Wilson2007-12-02
* Make sync_and_wait() do what it's supposed to, not just force a sync.Chris Wilson2007-11-04
* Move sync helper functions from test/bbackupd to Test.h to share withChris Wilson2007-11-04
* Compile fix, thanks to Matt Brown (refs #3)Chris Wilson2007-05-02
* Merge [1566] from chris/general:Chris Wilson2007-04-22
* Display file and line where memory leak test failed. (refs #3)Chris Wilson2007-04-22
* Declare global std::string variables that hold extra arguments forChris Wilson2007-04-22
* Fix unix path to bbstored (refs #3)Chris Wilson2007-03-25
* Trivial code simplification. (refs #3, merges [1444])Chris Wilson2007-03-24
* Flush stdout when writing to it (refs #3)Chris Wilson2007-03-22
* Report file and line of memory leak test failures (refs #3, merges [714])Chris Wilson2007-03-10
* Moved SendCommands(), HUPServer(), KillServer() to lib/server/ServerCommands.h.Chris Wilson2007-03-10
* Record the file and line of first test failure (refs #3, merges [593])Chris Wilson2007-03-08
* Improve error message when server fails to start (refs #3)Chris Wilson2007-01-21
* Add missing include of <string> header (refs #3)Chris Wilson2006-12-29
* Separate ReadPidFile() out from LaunchServer() in test code (refs #9)Chris Wilson2006-11-26
* Fixed control reaching end of non-void functions (refs #3)Chris Wilson2006-11-13
* Wait longer for server to die in KillServer (takes about 5 seconds on Chris Wilson2006-10-18
* Compile fix. (refs #3)Chris Wilson2006-10-15
* (refs #3)Chris Wilson2006-09-02
* (refs #3)Chris Wilson2006-09-02
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to dis...Ben Summers2006-02-13
* Merged 210:218 from chris/win32/merge/07-win32-fixes to trunkMartin Ebourne2005-12-12
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14