fixed test bug

This commit is contained in:
John Dickinson 2010-09-20 13:28:52 -05:00
parent 872a2f67a3
commit 55c997aa94

View File

@ -153,7 +153,7 @@ class TestLogProcessor(unittest.TestCase):
return [self.stats_test_line]
p.get_object_data = get_object_data
result = p.process_one_file('stats', 'a', 'c', 'y/m/d/h/o')
expected = {'account':
expected = {('account', 'y', 'm', 'd', 'h'):
{'replica_count': 1,
'object_count': 2,
'container_count': 1,