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

[PATCH] Do not import unused libraries in tests/cmdline scripts

From: Bhuvaneswaran Arumugam <bhuvan_at_collab.net>
Date: 2006-11-27 07:20:35 CET

Hello,

Please find attached the patch for review.
Do not import unused libraries in subversion/tests/cmdline scripts.

[[
[in subversion/tests/cmdline]
* autoprop_tests.py
* basic_tests.py
* copy_tests.py
* export_tests.py
* externals_tests.py
* history_tests.py
* lock_tests.py
* log_tests.py
* prop_tests.py
* revert_tests.py
* schedule_tests.py
* stat_tests.py
* svnadmin_tests.py
* svnsync_tests.py
* switch_tests.py
* trans_tests.py
* utf8_tests.py
  Do not import unused libraries.

* diff_tests.py
  Do not import unused libraries.
  (check_diff_output): Use the string itself for replace() function.

* svnlook_tests.py
  Do not import unused libraries.
  (delete_file_in_moved_dir): Use the string itself for strip()
  function.

* update_tests.py
  Do not import unused libraries.
  (update_wc_on_windows_drive): Use the string itself for splitfields()
  function.
]]

PS: Similar patch is necessary for scripts in tests/cmdline/svntest
directory. I'll prepare that patch once this one is reviewed and
committed in repository. Thank you.

-- 
Regards,
Bhuvaneswaran

Received on Mon Nov 27 07:20:56 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.