33
33
def test_05_empty_commit(self):
34
34
"""Commit of tree with no versioned files should fail"""
35
35
# If forced, it should succeed, but this is not tested here.
37
37
self.build_tree(['hello.txt'])
38
result = self.run_bzr("commit", "-m", "empty", retcode=3)
40
43
def test_commit_with_path(self):
41
44
"""Commit tree with path of root specified"""