Commit 1d59c85a by Edward Thomson

status: update test to include valid OID

parent af753aba
...@@ -657,7 +657,7 @@ void test_status_worktree__conflict_has_no_oid(void) ...@@ -657,7 +657,7 @@ void test_status_worktree__conflict_has_no_oid(void)
entry.mode = 0100644; entry.mode = 0100644;
entry.path = "modified_file"; entry.path = "modified_file";
git_oid_fromstr(&entry.id, "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef"); git_oid_fromstr(&entry.id, "452e4244b5d083ddf0460acf1ecc74db9dcfa11a");
cl_git_pass(git_repository_index(&index, repo)); cl_git_pass(git_repository_index(&index, repo));
cl_git_pass(git_index_conflict_add(index, &entry, &entry, &entry)); cl_git_pass(git_index_conflict_add(index, &entry, &entry, &entry));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment