157
159
# Remove the source and create a destination file on disk with a different case.
158
160
# bzr should report that the filename is already versioned.
159
161
os.unlink('CamelCaseParent/CamelCase')
161
163
ex = 'bzr: ERROR: Could not move CamelCase => lowercase: lowercaseparent/lowercase is already versioned.\n'
162
164
self.check_error_output(3, ex, 'mv --after camelcaseparent/camelcase LOWERCASEPARENT/LOWERCASE')