summaryrefslogtreecommitdiff
path: root/tests-clar/index/tests.c
Commit message (Collapse)AuthorAgeFilesLines
* Test has to work on case sensitive systemsRussell Belfer2013-06-171-3/+14
|
* some simple case-sensitive index testsEdward Thomson2013-06-171-0/+32
|
* Test fixes and cleanupRussell Belfer2013-03-251-8/+10
| | | | | | | | This fixes some places where the new tests were leaving the test area in a bad state or were freeing data they should not free. It also removes code that is extraneous to the core issue and fixes an invalid SHA being looked up in one of the tests (which was failing, but for the wrong reason).
* Added some tests for issue #1397Sven Strickroth2013-03-251-0/+40
| | | | Signed-off-by: Sven Strickroth <email@cs-ware.de>
* Vector improvements and their falloutPhilip Kelley2013-01-271-5/+6
|
* add an index_remove_bypath that removes conflicts, renamed add_from_workdir ↵Edward Thomson2013-01-121-9/+9
| | | | to match
* Add index API to remove all files in a directoryRussell Belfer2013-01-041-0/+83
| | | | This adds the git_index_remove_directory API plus tests.
* Proper cleanup jeezVicent Marti2013-01-031-43/+40
|
* Move test cleanup into cleanup functionsBen Straub2013-01-031-1/+5
|
* Tests should clean up after themselvesBen Straub2013-01-031-0/+1
|
* Fix warnings on Win64 buildRussell Belfer2012-11-271-4/+4
|
* API updates for index.hBen Straub2012-11-271-1/+1
|
* Add a test for invalid filenames while writing tree from indexfilename-validationScott J. Goldman2012-11-181-0/+27
|
* index: refine add_from_workdir() error reportnulltoken2012-11-101-0/+13
|
* index refactoringEdward Thomson2012-10-291-2/+6
|
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-1/+1
|
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-1/+1
|
* errors: Rename the generic return codesVicent Martí2012-05-181-3/+3
|
* Update test suiteVicent Martí2012-05-021-1/+1
|
* tests-clar/index: actually assert resultschu2012-04-031-0/+2
| | | | Signed-off-by: schu <schu-github@schulog.org>
* tests: Cleanup & fix test suiteVicent Martí2012-04-031-1/+0
|
* Discovered cl_git_strequal! Mounted a crusade!Ben Straub2012-03-311-1/+1
|
* Moved more assertions inside Clar test helpers.Ben Straub2012-03-311-16/+10
|
* Cleaned up build issues under Linux. Had to disable a file-mode checkBen Straub2012-03-301-3/+3
| | | | in tag/write.c.
* t08_tag.c ported.Ben Straub2012-03-301-15/+15
| | | | Also cleaned up some names for things that used to be macros.
* t06_index.c ported.Ben Straub2012-03-301-0/+251