[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH][merge-tracking]Incorporate 'svntest paralellization' related changes to merge_tests.py 39

From: Kamesh Jayachandran <kameshj_at_fastmail.fm>
Date: 2006-11-22 12:09:36 CET

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran

[[[

Fix 'merge_tests 39' to work with recent 'svntest parallelization' effort.

* subversion/tests/cmdline/merge_tests.py
  (avoid_repeated_merge_using_inherited_merge_info):
   'svntest.main.current_repo_url' -> 'sbox.repo_url'.

Patch by: Kamesh Jayachandran <kamesh@collab.net>
]]]

Index: subversion/tests/cmdline/merge_tests.py
===================================================================
--- subversion/tests/cmdline/merge_tests.py (revision 22389)
+++ subversion/tests/cmdline/merge_tests.py (working copy)
@@ -3968,7 +3968,7 @@
   try:
     os.chdir(svntest.main.work_dir)
     svntest.actions.run_and_verify_merge(short_copy_of_B_path, '3', '4',
- svntest.main.current_repo_url + \
+ sbox.repo_url + \
                                          '/A/B',
                                          expected_output,
                                          expected_disk,
@@ -4020,7 +4020,7 @@
   try:
     os.chdir(svntest.main.work_dir)
     svntest.actions.run_and_verify_merge(short_copy_of_B_F_E_path, '3', '4',
- svntest.main.current_repo_url + \
+ sbox.repo_url + \
                                          '/A/B/F/E',
                                          expected_output,
                                          expected_disk,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 22 12:10:21 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.