diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2014-01-24 20:23:17 +0100 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-01-25 08:15:44 +0100 |
| commit | 9950bb4e8de076565976128559ff273e9d4a2a78 (patch) | |
| tree | 6514d51afd8a447c1cfdf86eece2ae28df2e1fa4 /tests/checkout | |
| parent | f000ee4e5b840e9f110123a050777fb1301b19bf (diff) | |
| download | libgit2-9950bb4e8de076565976128559ff273e9d4a2a78.tar.gz | |
diff: rename the file's 'oid' to 'id'
In the same vein as the previous commits in this series.
Diffstat (limited to 'tests/checkout')
| -rw-r--r-- | tests/checkout/index.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/checkout/index.c b/tests/checkout/index.c index 48d6d79f9..57ce4313b 100644 --- a/tests/checkout/index.c +++ b/tests/checkout/index.c @@ -307,8 +307,8 @@ static int test_checkout_notify_cb( cl_assert_equal_i(GIT_CHECKOUT_NOTIFY_CONFLICT, why); cl_assert_equal_s(expectations->file, path); - cl_assert_equal_i(0, git_oid_streq(&baseline->oid, expectations->sha)); - cl_assert_equal_i(0, git_oid_streq(&target->oid, expectations->sha)); + cl_assert_equal_i(0, git_oid_streq(&baseline->id, expectations->sha)); + cl_assert_equal_i(0, git_oid_streq(&target->id, expectations->sha)); return 0; } |
