Hyrum K. Wright | 1 Dec 2006 17:08
Picon

[PATCH] Use os.path.join in copy_tests.py

Found these while crawling through the tests.

-Hyrum

[[[
Use os.path.join() in the tests instead of hardcoding specific path
separators.

* subversion/tests/cmdline/copy_tests.py
  (resurrect_deleted_dir, copy_deleted_dir_into_prefix,
  copy_modify_commit, copy_delete_commit, mv_and_revert_directory):
  Don't concatenate paths manually, use os.path.join() instead.
]]]
Attachment (tests.patch): text/x-patch, 2604 bytes
C. Michael Pilato | 1 Dec 2006 17:20
Favicon
Gravatar

Re: [PATCH] Use os.path.join in copy_tests.py

Hyrum K. Wright wrote:
> Found these while crawling through the tests.
> 
> -Hyrum
> 
> [[[
> Use os.path.join() in the tests instead of hardcoding specific path
> separators.
> 
> * subversion/tests/cmdline/copy_tests.py
>   (resurrect_deleted_dir, copy_deleted_dir_into_prefix,
>   copy_modify_commit, copy_delete_commit, mv_and_revert_directory):
>   Don't concatenate paths manually, use os.path.join() instead.
> ]]]

Committed:

   Sending        cmdline/copy_tests.py
   Transmitting file data .
   Committed revision 22532.

Thanks, Hyrum.

--

-- 
C. Michael Pilato <cmpilato <at> collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


Gmane