def test_simple_read(self):
-> x = self.root.join('samplefile').read('ru')
assert x == 'samplefile\n'