# HG changeset patch # User Steve Losh # Date 1255187105 14400 # Node ID f740af183dcafd8c7f8447291e4ec3e764081742 # Parent 68e589a7c8c45e9d83cd1683a431f1852324638e Change a bit of whitespace. diff -r 68e589a7c8c4 -r f740af183dca review/tests/test_comment.py --- a/review/tests/test_comment.py Sat Oct 10 10:51:51 2009 -0400 +++ b/review/tests/test_comment.py Sat Oct 10 11:05:05 2009 -0400 @@ -8,7 +8,6 @@ a1, a2 = (messages.REVIEW_LOG_COMMENT_AUTHOR % '|').split('|') - @with_setup(setup_reviewed_sandbox, teardown_sandbox) def test_no_comments(): sandbox = get_sandbox_repo() @@ -225,4 +224,5 @@ output = review(rev='0', files=[filename]) assert a1 not in output assert a2 not in output - assert messages.REVIEW_LOG_COMMENT_LINE % 'Test comment one.' not in output \ No newline at end of file + assert messages.REVIEW_LOG_COMMENT_LINE % 'Test comment one.' not in output + diff -r 68e589a7c8c4 -r f740af183dca review/tests/test_diffs.py --- a/review/tests/test_diffs.py Sat Oct 10 10:51:51 2009 -0400 +++ b/review/tests/test_diffs.py Sat Oct 10 11:05:05 2009 -0400 @@ -8,7 +8,6 @@ a1, a2 = (messages.REVIEW_LOG_COMMENT_AUTHOR % '|').split('|') s1, s2 = (messages.REVIEW_LOG_SKIPPED % 1111).split('1111') - @with_setup(setup_reviewed_sandbox, teardown_sandbox) def test_review_diff_default_context(): sandbox = get_sandbox_repo()