From c0c516935292732e56cd2f2ca1c0c471743f4adc Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Tue, 6 Aug 2013 21:05:03 -0700 Subject: Add long-file-name branch to test repo --- tests-clar/repo/iterator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests-clar/repo/iterator.c') 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); } -- cgit v1.2.1