Fix extension sandbox tests on master.
Review Request #5791 — Created May 9, 2014 and submitted — Latest diff uploaded
The master branch used
extension.id
instead ofextension.metadata['Name']
for some of the logged messages when extensions threw exceptions. This failed
with theSandboxExtension
used in the unit tests, since the id is assigned by
ExtensionManager.load()
, and only for extensions with entry points.I've manually assigned an extension ID to the
SandboxExtension
, and updated
the other sandbox log messages to be consistent.
Ran unit tests.