853
853
# now access over vfat; should be safe
854
854
branch = bzrdir.BzrDir.open('vfat+' + self.get_url('repo')).open_branch()
855
855
revtree = branch.repository.revision_tree(REV_ID)
856
858
contents = revtree.get_file_text(FOO_ID)
857
859
self.assertEqual(contents, 'contents of repo/foo\n')