Skip to content

Commit

Permalink
check for Change and ChangeMaster at the proper import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Aug 15, 2010
1 parent 9314147 commit 8362d18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions master/buildbot/test/unit/test_oldpaths.py
Expand Up @@ -29,3 +29,11 @@ def test_scheduler_Try_Jobdir(self):

def test_scheduler_Try_Userpass(self):
from buildbot.scheduler import Try_Userpass

def test_changes_changes_ChangeMaster(self):
# this must exist to open old changes pickles
from buildbot.changes.changes import ChangeMaster

def test_changes_changes_Change(self):
# this must exist to open old changes pickles
from buildbot.changes.changes import Change

0 comments on commit 8362d18

Please sign in to comment.