86
86
# Create a test file and commit it
87
87
file('test_file', 'w').write(self.ORIGINAL)
91
91
# Modify the test file and commit it
92
92
file('test_file', 'w').write(self.MODIFIED)
96
96
self.run_bzr('shelve', '-r', '1', '--all', retcode=True)
98
98
# Check the diff is right
100
100
self.DIFF_HEADER + self.DIFF_2 + '\n')
102
102
# Make sure the file is the way it should be