]> git.proxmox.com Git - libgit2.git/commit
nsec: update staging test for GIT_USE_NSECS
authorEdward Thomson <ethomson@github.com>
Thu, 25 Feb 2016 16:31:18 +0000 (11:31 -0500)
committerEdward Thomson <ethomson@github.com>
Thu, 25 Feb 2016 16:40:40 +0000 (11:40 -0500)
commita4c55069e3481fda0ab6abe82f0c63672eb8b3e9
treee678c44464649f9b9ec166263d6102db0bb5aa18
parent9dfe11403a9a02ed056d7ea5621ba35b53012524
nsec: update staging test for GIT_USE_NSECS

The index::nsec::staging_maintains_other_nanos test was created to
ensure that when we stage an entry when GIT_USE_NSECS is *unset* that
we truncate the index entry and do not persist the (old, invalid)
nanosec values.  Ensure that when GIT_USE_NSECS is *set* that we do
not do that, and actually write the correct nanosecond values.
tests/index/nsec.c