Skip to content

Commit

Permalink
Update test_sourcestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel committed Oct 24, 2011
1 parent f8b43ee commit 9750abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_sourcestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def check(ss):
self.assertEqual(ss.ssid, 234)
self.assertEqual(ss.branch, 'trunk')
self.assertEqual(ss.revision, '9284')
self.assertEqual(ss.patch, (3, '-- ++'))
self.assertEqual(ss.patch, (3, '-- ++', '/foo'))
self.assertEqual(ss.patch_info, ('Professor Chaos', 'comment'))
self.assertEqual(ss.changes, ())
self.assertEqual(ss.project, 'world-domination')
Expand Down

0 comments on commit 9750abc

Please sign in to comment.