Skip to content

Commit

Permalink
Merge branch 'revert_p4_change_log_tabs' of git://github.com/vrutsky/…
Browse files Browse the repository at this point in the history
…buildbot into nine
  • Loading branch information
djmitche committed Oct 20, 2013
2 parents 071ebee + ccee49f commit b1c9e00
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions master/buildbot/test/unit/test_changes_p4poller.py
Expand Up @@ -35,20 +35,20 @@
change_4_log = \
"""Change 4 by mpatel@testclient on 2006/04/13 21:55:39
short desc truncated because this is a long description.
\tshort desc truncated because this is a long description.
"""

change_3_log = \
u"""Change 3 by bob@testclient on 2006/04/13 21:51:39
short desc truncated because this is a long description.
\tshort desc truncated because this is a long description.
ASDF-GUI-P3-\u2018Upgrade Icon\u2019 disappears sometimes.
"""

change_2_log = \
"""Change 2 by slamb@testclient on 2006/04/13 21:46:23
creation
\tcreation
"""

p4change = {
Expand Down Expand Up @@ -159,7 +159,7 @@ def check_second_check(res):
'branch': u'trunk',
'category': None,
'codebase': None,
'comments': u'Change 2 by slamb@testclient on 2006/04/13 21:46:23\n\n creation\n',
'comments': u'Change 2 by slamb@testclient on 2006/04/13 21:46:23\n\n\tcreation\n',
'files': [u'whatbranch'],
'project': '',
'properties': {},
Expand All @@ -173,7 +173,7 @@ def check_second_check(res):
'branch': u'branch_b',
'category': None,
'codebase': None,
'comments': u'Change 3 by bob@testclient on 2006/04/13 21:51:39\n\n short desc truncated because this is a long description.\n ASDF-GUI-P3-\u2018Upgrade Icon\u2019 disappears sometimes.\n',
'comments': u'Change 3 by bob@testclient on 2006/04/13 21:51:39\n\n\tshort desc truncated because this is a long description.\n ASDF-GUI-P3-\u2018Upgrade Icon\u2019 disappears sometimes.\n',
'files': [u'branch_b_file', u'whatbranch'],
'project': '',
'properties': {},
Expand All @@ -187,7 +187,7 @@ def check_second_check(res):
'branch': u'branch_c',
'category': None,
'codebase': None,
'comments': u'Change 3 by bob@testclient on 2006/04/13 21:51:39\n\n short desc truncated because this is a long description.\n ASDF-GUI-P3-\u2018Upgrade Icon\u2019 disappears sometimes.\n',
'comments': u'Change 3 by bob@testclient on 2006/04/13 21:51:39\n\n\tshort desc truncated because this is a long description.\n ASDF-GUI-P3-\u2018Upgrade Icon\u2019 disappears sometimes.\n',
'files': [u'whatbranch'],
'project': '',
'properties': {},
Expand Down Expand Up @@ -265,7 +265,7 @@ def check(res):
'branch': u'branch_c',
'category': None,
'codebase': None,
'comments': u'Change 4 by mpatel@testclient on 2006/04/13 21:55:39\n\n short desc truncated because this is a long description.\n',
'comments': u'Change 4 by mpatel@testclient on 2006/04/13 21:55:39\n\n\tshort desc truncated because this is a long description.\n',
'files': [u'branch_c_file'],
'project': '',
'properties': {},
Expand All @@ -279,7 +279,7 @@ def check(res):
'branch': u'branch_b',
'category': None,
'codebase': None,
'comments': u'Change 4 by mpatel@testclient on 2006/04/13 21:55:39\n\n short desc truncated because this is a long description.\n',
'comments': u'Change 4 by mpatel@testclient on 2006/04/13 21:55:39\n\n\tshort desc truncated because this is a long description.\n',
'files': [u'branch_b_file'],
'project': '',
'properties': {},
Expand Down

0 comments on commit b1c9e00

Please sign in to comment.