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 4215ebf6b5
commit 805da2b117

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."