Skip to content

Commit

Permalink
Fix buildbot.test.unit.test_changes_p4poller tests
Browse files Browse the repository at this point in the history
Not sure is strings format is critical.  Is P4 have fixed output format
with mandatory tabs?
  • Loading branch information
rutsky committed Oct 19, 2013
1 parent 37efd76 commit 9507d33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions master/buildbot/test/unit/test_changes_p4poller.py
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\tcreation\n',
'comments': u'Change 2 by slamb@testclient on 2006/04/13 21:46:23\n\n creation\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\tshort 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 short 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\tshort 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 short 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\tshort 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 short 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\tshort 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 short desc truncated because this is a long description.\n',
'files': [u'branch_b_file'],
'project': '',
'properties': {},
Expand Down

0 comments on commit 9507d33

Please sign in to comment.