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@edwardthomson.com>2014-07-22 18:40:23 +0400
committerEdward Thomson <ethomson@edwardthomson.com>2014-07-22 18:40:23 +0400
commit0ba4dca52625b54d6b741bd10dce5ef76ebbf1b8 (patch)
treedfc1be8e3b7b1516eb7103aaecca7644cfc17d50 /tests/repo
parent091165c53b2bcd5d41fb71d43ed5a23a3d96bf5d (diff)
git_cherry_pick -> git_cherrypick
Diffstat (limited to 'tests/repo')
-rw-r--r--tests/repo/state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/repo/state.c b/tests/repo/state.c
index 2d6c780ee..13407bffc 100644
--- a/tests/repo/state.c
+++ b/tests/repo/state.c
@@ -59,8 +59,8 @@ void test_repo_state__revert(void)
void test_repo_state__cherry_pick(void)
{
- setup_simple_state(GIT_CHERRY_PICK_HEAD_FILE);
- assert_repo_state(GIT_REPOSITORY_STATE_CHERRY_PICK);
+ setup_simple_state(GIT_CHERRYPICK_HEAD_FILE);
+ assert_repo_state(GIT_REPOSITORY_STATE_CHERRYPICK);
cl_git_pass(git_repository_state_cleanup(_repo));
assert_repo_state(GIT_REPOSITORY_STATE_NONE);
}