]> git.proxmox.com Git - libgit2.git/commit - tests/status/status_data.h
More status testing
authorRussell Belfer <arrbee@arrbee.com>
Thu, 22 Mar 2012 19:03:30 +0000 (12:03 -0700)
committerRussell Belfer <arrbee@arrbee.com>
Thu, 22 Mar 2012 19:03:30 +0000 (12:03 -0700)
commita56aacf4d36778daa446b0a6c075e4cbc0791f41
treeb257fe55f3207f959c2a5e44800ed9fe2ccc2c1a
parent66142ae03134ef8a45e6bd304c6106a1685c3c99
More status testing

This "fixes" the broken t18 status tests to accurately reflect
the new behavior for "created" untracked subdirectories.  See
discussion in the PR for more details.

This also contains the submodules unit test that I forgot to
git add, and ports most of the t18-status.c tests to clar (still
missing a couple of the git_status_file() single file tests).
tests-clar/status/status_data.h
tests-clar/status/submodules.c [new file with mode: 0644]
tests-clar/status/worktree.c
tests/t18-status.c