# HG changeset patch # User Johannes Bornhold # Date 2016-06-08 12:37:37 # Node ID fd19366cd1f5c15f4b7f2ab13f02fb9b570e2198 # Parent 6efb3c7369e2d472dc4e9186380cf7de860a000a tests: Adapt test to new mercurial version (3.8.2) Mercurial changed their diff algorithm a little bit which leads to one more added and delted line. But the result is the same. diff --git a/rhodecode/tests/functional/test_compare_local.py b/rhodecode/tests/functional/test_compare_local.py --- a/rhodecode/tests/functional/test_compare_local.py +++ b/rhodecode/tests/functional/test_compare_local.py @@ -77,7 +77,7 @@ class TestCompareController: 'hg': { 'tag': 'v0.2.0', 'branch': 'default', - 'response': (147, 5700, 10176) + 'response': (147, 5701, 10177) }, 'git': { 'tag': 'v0.2.2',