tests-clar/checkout/crlf.c


Log

Author Commit Date CI Message
Russell Belfer 050ab995 2013-03-25T14:13:53 Fix up checkout file contents checks This fixes of the file contents checks in checkout to give slightly better error messages by directly calling the underlying clar assertions so the file and line number of the top level call can be reported correctly, and renames the helpers to not start with "test_" since that is kind of reserved by clar. This also enables some of the CRLF tests on all platforms that were previously Windows only (by pushing a check of the native line endings into the test body).
Edward Thomson 4a15ea86 2013-03-21T14:02:25 don't convert CRLF to CRCRLF
Sven Strickroth b8acb775 2013-03-07T22:15:40 Added some tests for issue #1397 Signed-off-by: Sven Strickroth <email@cs-ware.de>
Russell Belfer 1323c6d1 2013-03-22T14:27:56 Add cl_repo_set_bool and cleanup tests This adds a helper function for the cases where you want to quickly set a single boolean config value for a repository. This allowed me to remove a lot of code.
nulltoken d96aa8a9 2013-01-20T18:24:54 tests: Remove useless code
Philip Kelley cfc39f50 2013-01-25T22:43:52 Fix 3 memory leaks
Michael Schubert 26ec6a6d 2013-01-24T20:38:01 tests-clar: ifdef GIT_WIN32 win helper functions
Edward Thomson 271680d7 2013-01-17T18:18:44 add a git config, don't run crlf tests on non-win32
Edward Thomson 6e959708 2013-01-17T13:11:57 cache should contain on-disk (filtered) file size