Help writing Python test
From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-11-09 02:39:48 CET
I could use some help in finishing this simple test. I'm stuck in
This test should verify that new_file2.bin's svn:mime-type is set
Thanks,
#----------------------------------------------------------------------
# Issue #976. Copying a file deemed to be binary, i.e. svn would add
def cp_binary_file_shouldnt_reset_mime_type(sbox):
# Bootstrap
wc_dir = sbox.wc_dir
orig_mime_type = 'image/fake_image'
# Create two paths
# Create the first path as a binary file
# Add initial svn:mime-type to the file
# Commit the file
# Copy the file
# Create expected output tree
# Create expected disk tree
# Create expected status tree
# Commit the copy
Best,
-- Blair Zajac <blair@orcaware.com> Web and OS performance plots - http://www.orcaware.com/orca/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Nov 9 02:46:37 2002 |
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.