]> git.proxmox.com Git - libgit2.git/commit - tests/index/tests.c
Fix typo setting sorted flag when reloading index
authorRussell Belfer <rb@github.com>
Tue, 4 Feb 2014 18:33:30 +0000 (10:33 -0800)
committerRussell Belfer <rb@github.com>
Tue, 4 Feb 2014 18:33:30 +0000 (10:33 -0800)
commit43709ca87811efc3c237eb719611f025502f3928
tree60d959aefc7bee941e8090f45e3ee0e9ef634583
parent882c7742711199f757305687c257ac97262a3a30
Fix typo setting sorted flag when reloading index

This fixes a typo I made for setting the sorted flag on the index
after a reload.  That typo didn't actually cause any test failures
so I'm also adding a test that explicitly checks that the index is
correctly sorted after a reload when ignoring case and when not.
src/index.c
tests/index/tests.c