brane@tigris.org wrote:
>Author: brane
>Date: 2002-08-11 19:30:58 -0500 (Sun, 11 Aug 2002)
>New Revision: 2947
>
>Modified:
> trunk/subversion/tests/clients/cmdline/module_tests.py
>Log:
>Another testsuite bugfix, this one for Windows.
>
>* subversion/tests/clients/cmdline/module_tests.py: Use main.remove_wc
>instead of plain shutil.rmtree when removing working copies.
>
module_tests.py now passes on Windows. Do we care about the two
RuntimeWarnings, though?
[brane@SILMARIL cmdline]$ python module_tests.py
module_tests.py:150: RuntimeWarning: tempnam is a potential security risk to your program
tmp_f = os.tempnam(wc_init_dir, 'tmp')
PASS: module_tests.py 1: check out a directory with some external modules attached
module_tests.py:196: RuntimeWarning: tempnam is a potential security risk to your program
tmp_f = os.tempnam(svntest.main.temp_dir, 'tmp')
PASS: module_tests.py 2: Update to receive a new external module.
PASS: module_tests.py 3: Update to lose an external module.
PASS: module_tests.py 4: Update to receive a change to an unmodifed external module.
PASS: module_tests.py 5: Update to receive a change to a modified external module.
PASS: module_tests.py 6: Update to receive a change under an external module.
--
Brane ÄŒibej <brane_at_xbc.nu> http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 12 02:46:38 2002