Comment 14 for bug 1226374

Revision history for this message
ZhiQiang Fan (aji-zqfan) wrote :

@Chang Bo Guo
swift:
test/unit/common/test_utils.py:1620 self.assertTrue(iter_file.closed, True)
test/unit/common/test_utils.py:1627 self.assertTrue(iter_file.closed, True)

i think the two lines are not correct too, since the second is a msg, True can be printed too ('True'), but makes no sense here

what's your opinion?

can i fix this? i'm glad to help