Skip to content

Commit

Permalink
include 'objects' dependency for buildrequest_claims table
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jul 28, 2011
1 parent 7c82ef7 commit 407dde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_db_buildrequests.py
Expand Up @@ -47,7 +47,7 @@ def setUp(self):
d = self.setUpConnectorComponent(
table_names=[ 'patches', 'changes', 'sourcestamp_changes',
'buildsets', 'buildset_properties', 'buildrequests',
'buildrequest_claims', 'sourcestamps' ])
'objects', 'buildrequest_claims', 'sourcestamps' ])

def finish_setup(_):
self.db.buildrequests = \
Expand Down

0 comments on commit 407dde5

Please sign in to comment.