107
107
# we get a revision count and a numeric size figure from total_size().
108
108
count, bytes = self.store.total_size(self.transaction)
109
109
self.assertEqual(0, count)
112
114
count, bytes = self.store.total_size(self.transaction)
113
115
self.assertEqual(1, count)