diff options
author | nulltoken <emeric.fermas@gmail.com> | 2012-05-03 16:34:02 +0200 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2012-05-07 12:18:31 +0200 |
commit | 245c5eaec553ca1793b2a83c288fd2595f70c6a5 (patch) | |
tree | c7f7b82fa2b1cba277616515e0ea202632b7979f /tests-clar/diff/blob.c | |
parent | 8d0f46754ff933f014e033c0e4f442927788fa29 (diff) | |
download | libgit2-245c5eaec553ca1793b2a83c288fd2595f70c6a5.tar.gz |
diff: When diffing two blobs, ensure the delta callback parameter is filled with relevant information
Diffstat (limited to 'tests-clar/diff/blob.c')
-rw-r--r-- | tests-clar/diff/blob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/diff/blob.c b/tests-clar/diff/blob.c index ed1f14a0..65b35000 100644 --- a/tests-clar/diff/blob.c +++ b/tests-clar/diff/blob.c @@ -13,7 +13,7 @@ void test_diff_blob__cleanup(void) cl_git_sandbox_cleanup(); } -void test_diff_blob__0(void) +void test_diff_blob__can_compare_text_blobs(void) { git_blob *a, *b, *c, *d; git_oid a_oid, b_oid, c_oid, d_oid; |