aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests
diff options
context:
space:
mode:
authorMads Kiilerich <madski@unity3d.com>2013-02-01 23:13:10 +0100
committerMads Kiilerich <madski@unity3d.com>2013-02-01 23:13:10 +0100
commitca7a085c9d349badd917a528db76a606a6aba962 (patch)
treeda9f7d4fc615dbd107fff536edfc6b33be157f9d /rhodecode/tests
parenta1d007b6a5279751ee7cbce952d7731588a2400f (diff)
compare: rename optional compare_url parameter repo to other_repo
At the same time it is placed before other_ref_type and other_ref. Just to keep a logical flow and (a new) consistency that will help the next refactoring. --HG-- branch : beta extra : source : 9591848d932884a8efef61e88b39bd3301ed17d4
Diffstat (limited to 'rhodecode/tests')
-rw-r--r--rhodecode/tests/functional/test_compare.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rhodecode/tests/functional/test_compare.py b/rhodecode/tests/functional/test_compare.py
index 09ba4762..6910e0a0 100644
--- a/rhodecode/tests/functional/test_compare.py
+++ b/rhodecode/tests/functional/test_compare.py
@@ -92,9 +92,9 @@ class TestCompareController(TestController):
repo_name=repo2.repo_name,
org_ref_type="branch",
org_ref=rev1,
+ other_repo=repo1.repo_name,
other_ref_type="branch",
other_ref=rev2,
- repo=repo1.repo_name
))
try:
@@ -150,9 +150,9 @@ class TestCompareController(TestController):
repo_name=repo2.repo_name,
org_ref_type="branch",
org_ref=rev1,
+ other_repo=repo1.repo_name,
other_ref_type="branch",
other_ref=rev2,
- repo=repo1.repo_name
))
try: