]> git.proxmox.com Git - libgit2.git/commit - tests/libgit2/checkout/typechange.c
Extend tests for checkout with typechanges
authorRussell Belfer <rb@github.com>
Thu, 3 Jan 2013 01:10:56 +0000 (17:10 -0800)
committerRussell Belfer <rb@github.com>
Fri, 4 Jan 2013 23:47:43 +0000 (15:47 -0800)
commitc50c58decd92270319bcbdb59e1038e0e2f8f241
tree15a9bfaa21e7cc9bee27316ceff0129d7f84f13d
parente0548c0ea4fba4a66e73ba326b463fd754cc6e52
Extend tests for checkout with typechanges

Test a number of other cases, including intentionally forced
conflicts and deeper inspection that trees get created properly.

There is a still a bug in checkout because the first test here
(i.e. test_checkout_typechange__checkout_typechanges_safe) should
be able to pass with GIT_CHECKOUT_SAFE as a strategy, but it will
not because of some lingering submodule checkout issues.
tests-clar/checkout/typechange.c