diff options
| author | Ben Straub <bs@github.com> | 2013-08-06 21:05:03 -0700 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2013-08-07 11:55:39 -0700 |
| commit | c0c516935292732e56cd2f2ca1c0c471743f4adc (patch) | |
| tree | 5848d71389604bb0038c92b63d81ef520015f9f3 /tests-clar/repo/iterator.c | |
| parent | 2984f3190e350099662b944dc45579bc194c65be (diff) | |
| download | libgit2-c0c516935292732e56cd2f2ca1c0c471743f4adc.tar.gz | |
Add long-file-name branch to test repo
Diffstat (limited to 'tests-clar/repo/iterator.c')
| -rw-r--r-- | tests-clar/repo/iterator.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests-clar/repo/iterator.c b/tests-clar/repo/iterator.c index 11a7d2a23..1c513e9e7 100644 --- a/tests-clar/repo/iterator.c +++ b/tests-clar/repo/iterator.c @@ -906,6 +906,7 @@ void test_repo_iterator__fs2(void) static const char *expect_base[] = { "heads/br2", "heads/dir", + "heads/long-file-name", "heads/master", "heads/packed-test", "heads/subtrees", @@ -922,6 +923,6 @@ void test_repo_iterator__fs2(void) cl_git_pass(git_iterator_for_filesystem( &i, "testrepo/.git/refs", 0, NULL, NULL)); - expect_iterator_items(i, 11, expect_base, 11, expect_base); + expect_iterator_items(i, 12, expect_base, 12, expect_base); git_iterator_free(i); } |
