Skip to content

Commit

Permalink
fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Mar 11, 2010
1 parent 4535753 commit 70385ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildbot/broken_test/unit/test_sourcestamp.py
Expand Up @@ -14,6 +14,8 @@ def testAsDictEmpty(self):
'patch': None,
'branch': None,
'changes': [],
'project': '',
'repository': '',
})

def testAsDictBranch(self):
Expand All @@ -24,6 +26,8 @@ def testAsDictBranch(self):
'patch': None,
'branch': 'Br',
'changes': [],
'project': '',
'repository': '',
})

def testAsDictChanges(self):
Expand All @@ -41,6 +45,8 @@ def testAsDictChanges(self):
'revision': 'rev3',
'patch': (1,'Pat'),
'branch': 'br3',
'project': '',
'repository':'',
'changes': [
{
'branch': 'br2',
Expand Down

0 comments on commit 70385ee

Please sign in to comment.