Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-03-17 07:47:50 +0300
committerEdward Thomson <ethomson@github.com>2016-03-24 00:08:36 +0300
commit8a5a2e2f0e71584b7dd89fa706c2a2c374c6f6e8 (patch)
tree6cdadc603201c8adc2a1f564b06dd2a401f712cc /tests/status
parent63f7b7f929e178a11954fe9b58eb8fce5c3c5b8b (diff)
status: update test to include valid OID
Diffstat (limited to 'tests/status')
-rw-r--r--tests/status/worktree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/status/worktree.c b/tests/status/worktree.c
index fc4afc6be..6b823785c 100644
--- a/tests/status/worktree.c
+++ b/tests/status/worktree.c
@@ -657,7 +657,7 @@ void test_status_worktree__conflict_has_no_oid(void)
entry.mode = 0100644;
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_index_conflict_add(index, &entry, &entry, &entry));