Skip to content

Commit

Permalink
15-merge.t: Added missing state_cleanup call
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesg committed Jul 5, 2014
1 parent 6122bac commit 25707f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/15-merge.t
Expand Up @@ -149,9 +149,12 @@ $index -> remove_conflict('test1');
is $index -> has_conflicts, 0;

$index -> conflict_cleanup;
$repo -> state_cleanup;
write_file($file1, 'this is file1 on branch1');
$index -> add('test1');
$index -> write();

is $index -> has_conflicts, 0;
$repo -> merge($branch2);
is $index -> has_conflicts, 1;

Expand Down

0 comments on commit 25707f5

Please sign in to comment.