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

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

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2006-12-01 17:08:27 CET

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

Received on Fri Dec 1 17:08:43 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.