67
68
self.check_content(store, 'a', 'hello')
68
69
self.check_content(store, 'b', 'other')
69
70
self.check_content(store, 'c', 'something')
71
72
# Make sure that requesting a non-existing file fails
72
73
self.assertRaises(KeyError, self.check_content, store, 'd', None)