Skip to content

Commit

Permalink
Fix a test; a P4 change has a 'project' string now
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg McNew committed Oct 6, 2011
1 parent 1bf500c commit 2558033
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions master/buildbot/test/unit/test_changes_p4poller.py
Expand Up @@ -155,6 +155,7 @@ def check_second_check(res):
self.assertEquals(self.changes_added[0],
dict(author='slamb',
files=['whatbranch'],
project='',
comments=change_2_log,
revision='2',
when_timestamp=self.makeTime("2006/04/13 21:46:23"),
Expand All @@ -169,13 +170,15 @@ def check_second_check(res):
dict(author='bob',
files=['branch_b_file',
'whatbranch'],
project='',
comments=change_3_log, # converted to unicode correctly
revision='3',
when_timestamp=self.makeTime("2006/04/13 21:51:39"),
branch='branch_b'))
self.assertEquals(self.changes_added[2],
dict(author='bob',
files=['whatbranch'],
project='',
comments=change_3_log, # converted to unicode correctly
revision='3',
when_timestamp=self.makeTime("2006/04/13 21:51:39"),
Expand Down

0 comments on commit 2558033

Please sign in to comment.