Bug 830430 - automation.py should read profile data from a file, r=jhammel

* * *
Copy prefs general
This commit is contained in:
Andrew Halberstadt
2013-05-07 11:19:46 -04:00
parent a9d0d5d1c0
commit 2b51a01a80
6 changed files with 26 additions and 136 deletions

View File

@@ -120,16 +120,6 @@ class B2GRemoteAutomation(Automation):
self._devicemanager.removeDir(remote_dump_dir)
return crashed
def initializeProfile(self, profileDir, extraPrefs=[],
useServerLocations=False,
initialProfile=None):
# add b2g specific prefs
extraPrefs.extend(["browser.manifestURL='dummy (bug 772307)'"])
return Automation.initializeProfile(self, profileDir,
extraPrefs,
useServerLocations,
initialProfile)
def buildCommandLine(self, app, debuggerInfo, profileDir, testURL, extraArgs):
# if remote profile is specified, use that instead
if (self._remoteProfile):