mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 916350 - Add missing hunk to get b2g desktop reftests working. r=bustage
This commit is contained in:
parent
c1cca309c3
commit
e0cd7b29b8
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user