Code review comment for lp:~greglange/swift/lp725215

Revision history for this message
John Dickinson (notmyname) wrote :

pep8 line 35, log_processor.py

test_get_output seems broken. perhaps you forgot "in" on the self.assert_() calls (lines 645, 648)? another option is to sort the expected out and the given out and compare equality

review: Needs Fixing

« Back to merge proposal