Bug 916350 - Add missing hunk to get b2g desktop reftests working. r=bustage

This commit is contained in:
Andrew Halberstadt 2014-01-27 15:05:25 -05:00
parent c1cca309c3
commit e0cd7b29b8

View File

@ -110,8 +110,8 @@ class RefTest(object):
oldcwd = os.getcwd()
def __init__(self, automation):
self.automation = automation
def __init__(self, automation=None):
self.automation = automation or Automation()
def getFullPath(self, path):
"Get an absolute path relative to self.oldcwd."