You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Hyrum K. Wright" <hy...@mail.utexas.edu> on 2006/12/01 16:08:27 UTC

[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.
]]]

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

Posted by "C. Michael Pilato" <cm...@collab.net>.
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 <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand